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
- Since:
- 1.6.0
-
Constructor Summary
ConstructorDescriptionMiniAccumuloInstance
(String instanceName, File directory) Construct anInstance
entry point to Accumulo using aMiniAccumuloCluster
directory -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.configuration.PropertiesConfiguration
getConfigProperties
(File directory) Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo APIMethods inherited from class org.apache.accumulo.core.client.ZooKeeperInstance
getConfiguration, getConnector, getConnector, getConnector, getConnector, getInstanceID, getInstanceName, getMasterLocations, getRootTabletLocation, getZooKeepers, getZooKeepersSessionTimeOut, lookupInstanceName, setConfiguration, toString
-
Constructor Details
-
MiniAccumuloInstance
Construct anInstance
entry point to Accumulo using aMiniAccumuloCluster
directory- Throws:
FileNotFoundException
-
-
Method Details
-
getConfigProperties
@Deprecated public static org.apache.commons.configuration.PropertiesConfiguration getConfigProperties(File directory) Deprecated.since 1.9.0; will be removed in 2.0.0 to eliminate commons config leakage into Accumulo API
-