|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceOperations
Method Summary | |
---|---|
List<ActiveCompaction> |
getActiveCompactions(String tserver)
List the active compaction running on a tablet server |
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 |
ping(String tserver)
Throws an exception if a tablet server can not be contacted. |
void |
removeProperty(String property)
Removes a system property from zookeeper. |
void |
setProperty(String property,
String value)
Sets an system 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
getSystemConfiguration()
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 permissionvoid removeProperty(String property) throws AccumuloException, AccumuloSecurityException
getSystemConfiguration()
property
- the name of a per-table property
AccumuloException
- if a general error occurs
AccumuloSecurityException
- if the user does not have permissionMap<String,String> getSystemConfiguration() throws AccumuloException, AccumuloSecurityException
AccumuloException
AccumuloSecurityException
Map<String,String> getSiteConfiguration() throws AccumuloException, AccumuloSecurityException
AccumuloException
AccumuloSecurityException
List<String> getTabletServers()
List<ActiveScan> getActiveScans(String tserver) throws AccumuloException, AccumuloSecurityException
tserver
- The tablet server address should be of the form <ip address>:<port>
AccumuloException
AccumuloSecurityException
List<ActiveCompaction> getActiveCompactions(String tserver) throws AccumuloException, AccumuloSecurityException
tserver
- The tablet server address should be of the form <ip address>:<port>
AccumuloException
AccumuloSecurityException
void ping(String tserver) throws AccumuloException
tserver
- The tablet server address should be of the form <ip address>:<port>
AccumuloException
boolean testClassLoad(String className, String asTypeName) throws AccumuloException, AccumuloSecurityException
TableOperations.testClassLoad(String, String, String)
AccumuloException
AccumuloSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |