Uses of Class
org.apache.accumulo.minicluster.MiniAccumuloConfig
-
Uses of MiniAccumuloConfig in org.apache.accumulo.minicluster
Modifier and TypeMethodDescriptionMiniAccumuloCluster.getConfig()
MiniAccumuloConfig.setClasspath
(String... classpathItems) Sets the classpath elements to use when spawning processes.MiniAccumuloConfig.setDefaultMemory
(long memory, MemoryUnit memoryUnit) Sets the default memory size to use.MiniAccumuloConfig.setExistingZooKeepers
(String existingZooKeepers) Configure an existing ZooKeeper instance 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 manager process.MiniAccumuloConfig.setNativeLibPaths
(String... nativePathItems) Sets the path for processes to use for loading native librariesMiniAccumuloConfig.setNumScanServers
(int numScanServers) Calling this method is optional.MiniAccumuloConfig.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.