Uses of Enum
org.apache.accumulo.minicluster.MemoryUnit
Packages that use MemoryUnit
-
Uses of MemoryUnit in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return MemoryUnitModifier 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.Methods in org.apache.accumulo.minicluster with parameters of type MemoryUnitModifier 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 manager process.