Uses of Enum
org.apache.accumulo.minicluster.MemoryUnit
-
Uses of MemoryUnit in org.apache.accumulo.minicluster
Modifier and TypeMethodDescriptionstatic MemoryUnit
MemoryUnit.fromSuffix
(String suffix) static MemoryUnit
Returns the enum constant of this type with the specified name.static MemoryUnit[]
MemoryUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMiniAccumuloConfig.setDefaultMemory
(long memory, MemoryUnit memoryUnit) Sets the default memory size to use.MiniAccumuloConfig.setMemory
(ServerType serverType, long memory, MemoryUnit memoryUnit) Sets the amount of memory to use in the master process.