| Package | Description |
|---|---|
| org.apache.accumulo.cluster | |
| org.apache.accumulo.cluster.standalone | |
| org.apache.accumulo.minicluster | |
| org.apache.accumulo.minicluster.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterControl.kill(ServerType server,
String hostname)
Send SIGKILL to the given process on the host
|
void |
ClusterControl.resume(ServerType server,
String hostname)
Send SIGCONT to the given process on the host
|
void |
ClusterControl.signal(ServerType server,
String hostname,
String signal)
Send the provided signal to the process on the host
|
void |
ClusterControl.start(ServerType server,
String hostname)
Start the given process on the host
|
void |
ClusterControl.startAllServers(ServerType server)
Starts all occurrences of the given server
|
void |
ClusterControl.stop(ServerType server,
String hostname)
Stop the given process on the host
|
void |
ClusterControl.stopAllServers(ServerType server)
Stops all occurrences of the given server
|
void |
ClusterControl.suspend(ServerType server,
String hostname)
Send SIGSTOP to the given process on the host
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandaloneClusterControl.getPid(ServerType server,
String accumuloHome,
String hostname) |
protected String[] |
StandaloneClusterControl.getPidCommand(ServerType server,
String accumuloHome) |
protected String |
StandaloneClusterControl.getProcessString(ServerType server) |
void |
StandaloneClusterControl.kill(ServerType server,
String hostname) |
void |
StandaloneClusterControl.resume(ServerType server,
String hostname) |
void |
StandaloneClusterControl.signal(ServerType server,
String hostname,
String signal) |
void |
StandaloneClusterControl.start(ServerType server,
String hostname) |
void |
StandaloneClusterControl.startAllServers(ServerType server) |
void |
StandaloneClusterControl.stop(ServerType server,
String hostname) |
void |
StandaloneClusterControl.stopAllServers(ServerType server) |
void |
StandaloneClusterControl.suspend(ServerType server,
String hostname) |
| 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 |
|---|---|
Set<Pair<ServerType,Integer>> |
MiniAccumuloClusterImpl.getDebugPorts() |
Map<ServerType,Collection<ProcessReference>> |
MiniAccumuloClusterImpl.getProcesses() |
| Modifier and Type | Method and Description |
|---|---|
long |
MiniAccumuloConfigImpl.getMemory(ServerType serverType) |
void |
MiniAccumuloClusterControl.kill(ServerType server,
String hostname) |
void |
MiniAccumuloClusterImpl.killProcess(ServerType type,
ProcessReference proc) |
void |
MiniAccumuloClusterControl.killProcess(ServerType type,
ProcessReference procRef) |
void |
MiniAccumuloClusterControl.resume(ServerType server,
String hostname) |
MiniAccumuloConfigImpl |
MiniAccumuloConfigImpl.setMemory(ServerType serverType,
long memory,
MemoryUnit memoryUnit)
Sets the amount of memory to use in the master process.
|
void |
MiniAccumuloClusterControl.signal(ServerType server,
String hostname,
String signal) |
void |
MiniAccumuloClusterControl.start(ServerType server) |
void |
MiniAccumuloClusterControl.start(ServerType server,
String hostname) |
void |
MiniAccumuloClusterControl.start(ServerType server,
String hostname,
Map<String,String> configOverrides,
int limit) |
void |
MiniAccumuloClusterControl.startAllServers(ServerType server) |
void |
MiniAccumuloClusterControl.stop(ServerType server) |
void |
MiniAccumuloClusterControl.stop(ServerType server,
String hostname) |
void |
MiniAccumuloClusterControl.stopAllServers(ServerType server) |
void |
MiniAccumuloClusterControl.suspend(ServerType server,
String hostname) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.