public interface AccumuloCluster
| Modifier and Type | Method and Description |
|---|---|
ClientConfiguration |
getClientConfig()
Get the client configuration for the cluster
|
ClusterControl |
getClusterControl()
Get an object that can manage a cluster
|
Connector |
getConnector(String user,
AuthenticationToken token)
Utility method to get a connector to the cluster.
|
org.apache.hadoop.fs.FileSystem |
getFileSystem() |
String |
getInstanceName() |
org.apache.hadoop.fs.Path |
getTemporaryPath() |
String |
getZooKeepers() |
void |
start()
Start the AccumuloCluster
|
void |
stop()
Stop the AccumuloCluster
|
String getInstanceName()
String getZooKeepers()
Connector getConnector(String user, AuthenticationToken token) throws AccumuloException, AccumuloSecurityException
ClientConfiguration getClientConfig()
ClusterControl getClusterControl()
org.apache.hadoop.fs.FileSystem getFileSystem()
throws IOException
FileSystem in use by this clusterIOExceptionorg.apache.hadoop.fs.Path getTemporaryPath()
FileSystem this cluster is running on that can be used for temporary filesCopyright © 2015 Apache Accumulo Project. All rights reserved.