| Package | Description |
|---|---|
| org.apache.accumulo.cluster | |
| org.apache.accumulo.minicluster | |
| org.apache.accumulo.minicluster.impl |
| Modifier and Type | Method and Description |
|---|---|
ServerType |
ClusterServerType.toServerType() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterServerType |
ClusterServerType.get(ServerType type) |
| Modifier and Type | Method and Description |
|---|---|
static ServerType |
ServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
ServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<ServerType,Integer>> |
MiniAccumuloCluster.getDebugPorts() |
| Modifier and Type | Method and Description |
|---|---|
long |
MiniAccumuloConfig.getMemory(ServerType serverType) |
MiniAccumuloConfig |
MiniAccumuloConfig.setMemory(ServerType serverType,
long memory,
MemoryUnit memoryUnit)
Sets the amount of memory to use in the master process.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ServerType,Collection<ProcessReference>> |
MiniAccumuloClusterImpl.getProcesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
MiniAccumuloClusterImpl.killProcess(ServerType type,
ProcessReference proc) |
void |
MiniAccumuloClusterControl.killProcess(ServerType type,
ProcessReference proc) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.