Package org.apache.accumulo.minicluster
Class MiniAccumuloInstance
java.lang.Object
org.apache.accumulo.core.client.ZooKeeperInstance
org.apache.accumulo.minicluster.MiniAccumuloInstance
- All Implemented Interfaces:
Instance
Deprecated.
- Since:
- 1.6.0
-
Constructor Summary
ConstructorDescriptionMiniAccumuloInstance
(String instanceName, File directory) Deprecated.Construct anInstance
entry point to Accumulo using aMiniAccumuloCluster
directory -
Method Summary
Methods inherited from class org.apache.accumulo.core.client.ZooKeeperInstance
getConnector, getInstanceID, getInstanceName, getMasterLocations, getRootTabletLocation, getZooKeepers, getZooKeepersSessionTimeOut, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.accumulo.core.client.Instance
getConnector, getConnector, getConnector
-
Constructor Details
-
MiniAccumuloInstance
Deprecated.Construct anInstance
entry point to Accumulo using aMiniAccumuloCluster
directory- Throws:
FileNotFoundException
-
MiniAccumuloCluster.getClientProperties(File)
instead