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() |
AccumuloConfiguration |
getSiteConfiguration()
Get server side config derived from accumulo-site.xml
|
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()
AccumuloConfiguration getSiteConfiguration()
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 © 2011–2019 The Apache Software Foundation. All rights reserved.