Uses of Class
org.apache.accumulo.minicluster.MemoryUnit
-
Packages that use MemoryUnit Package Description org.apache.accumulo.minicluster org.apache.accumulo.miniclusterImpl -
-
Uses of MemoryUnit in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return MemoryUnit Modifier and Type Method Description static MemoryUnitMemoryUnit. fromSuffix(String suffix)static MemoryUnitMemoryUnit. valueOf(String name)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 MemoryUnit Modifier and Type Method Description MiniAccumuloConfigMiniAccumuloConfig. setDefaultMemory(long memory, MemoryUnit memoryUnit)Sets the default memory size to use.MiniAccumuloConfigMiniAccumuloConfig. setMemory(ServerType serverType, long memory, MemoryUnit memoryUnit)Sets the amount of memory to use in the master process. -
Uses of MemoryUnit in org.apache.accumulo.miniclusterImpl
Methods in org.apache.accumulo.miniclusterImpl with parameters of type MemoryUnit Modifier and Type Method Description MiniAccumuloConfigImplMiniAccumuloConfigImpl. setDefaultMemory(long memory, MemoryUnit memoryUnit)Sets the default memory size to use.MiniAccumuloConfigImplMiniAccumuloConfigImpl. setMemory(ServerType serverType, long memory, MemoryUnit memoryUnit)Sets the amount of memory to use in the master process.
-