Uses of Class
org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Uses of MiniAccumuloConfig in org.apache.accumulo.minicluster
Modifier and TypeMethodDescriptionMiniAccumuloCluster.getConfig()
MiniAccumuloConfig.setDefaultMemory
(long memory, MemoryUnit memoryUnit) Sets the default memory size to use.MiniAccumuloConfig.setInstanceName
(String instanceName) Calling this method is optional.MiniAccumuloConfig.setJDWPEnabled
(boolean jdwpEnabled) MiniAccumuloConfig.setMemory
(ServerType serverType, long memory, MemoryUnit memoryUnit) Sets the amount of memory to use in the master process.MiniAccumuloConfig.setNativeLibPaths
(String... nativePathItems) Sets the path for processes to use for loading native librariesMiniAccumuloConfig.setNumTservers
(int numTservers) Calling this method is optional.MiniAccumuloConfig.setSiteConfig
(Map<String, String> siteConfig) Calling this method is optional.MiniAccumuloConfig.setZooKeeperPort
(int zooKeeperPort) Calling this method is optional.MiniAccumuloConfig.setZooKeeperStartupTime
(long zooKeeperStartupTime) Configure the time to wait for ZooKeeper to startup.