|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceOperations
| Method Summary | |
|---|---|
List<ActiveScan> |
getActiveScans(String tserver)
List the active scans on tablet server. |
Map<String,String> |
getSiteConfiguration()
|
Map<String,String> |
getSystemConfiguration()
|
List<String> |
getTabletServers()
List the currently active tablet servers participating in the accumulo instance |
void |
removeProperty(String property)
Removes a instance property from zookeeper |
void |
setProperty(String property,
String value)
Sets an instance property in zookeeper. |
boolean |
testClassLoad(String className,
String asTypeName)
Test to see if the instance can load the given class as the given type. |
| Method Detail |
|---|
void setProperty(String property,
String value)
throws AccumuloException,
AccumuloSecurityException
property - the name of a per-table propertyvalue - the value to set a per-table property to
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission
void removeProperty(String property)
throws AccumuloException,
AccumuloSecurityException
property - the name of a per-table property
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission
Map<String,String> getSystemConfiguration()
throws AccumuloException,
AccumuloSecurityException
AccumuloException
AccumuloSecurityException
Map<String,String> getSiteConfiguration()
throws AccumuloException,
AccumuloSecurityException
AccumuloException
AccumuloSecurityExceptionList<String> getTabletServers()
List<ActiveScan> getActiveScans(String tserver)
throws AccumuloException,
AccumuloSecurityException
tserver - The tablet server address should be of the form AccumuloException
AccumuloSecurityException
boolean testClassLoad(String className,
String asTypeName)
throws AccumuloException,
AccumuloSecurityException
className - asTypeName -
AccumuloException
AccumuloSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||