Package | Description |
---|---|
org.apache.accumulo.minicluster |
Modifier and Type | Method and Description |
---|---|
static MemoryUnit |
MemoryUnit.fromSuffix(String suffix) |
static MemoryUnit |
MemoryUnit.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.
|
Modifier and Type | Method and Description |
---|---|
MiniAccumuloConfig |
MiniAccumuloConfig.setDefaultMemory(long memory,
MemoryUnit memoryUnit)
Sets the default memory size to use.
|
MiniAccumuloConfig |
MiniAccumuloConfig.setMemory(ServerType serverType,
long memory,
MemoryUnit memoryUnit)
Sets the amount of memory to use in the master process.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.