| Package | Description |
|---|---|
| org.apache.accumulo.cluster | |
| org.apache.accumulo.cluster.standalone | |
| org.apache.accumulo.minicluster.impl |
| Modifier and Type | Method and Description |
|---|---|
static ClusterServerType |
ClusterServerType.get(ServerType type) |
static ClusterServerType |
ClusterServerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterServerType[] |
ClusterServerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterControl.kill(ClusterServerType server,
String hostname)
Send SIGKILL to the given process on the host
|
void |
ClusterControl.resume(ClusterServerType server,
String hostname)
Send SIGCONT to the given process on the host
|
void |
ClusterControl.signal(ClusterServerType server,
String hostname,
String signal)
Send the provided signal to the process on the host
|
void |
ClusterControl.start(ClusterServerType server,
String hostname)
Start the given process on the host
|
void |
ClusterControl.startAllServers(ClusterServerType server)
Starts all occurrences of the given server
|
void |
ClusterControl.stop(ClusterServerType server,
String hostname)
Stop the given process on the host
|
void |
ClusterControl.stopAllServers(ClusterServerType server)
Stops all occurrences of the given server
|
void |
ClusterControl.suspend(ClusterServerType server,
String hostname)
Send SIGSTOP to the given process on the host
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandaloneClusterControl.getPid(ClusterServerType server,
String accumuloHome,
String hostname) |
protected String[] |
StandaloneClusterControl.getPidCommand(ClusterServerType server,
String accumuloHome) |
protected String |
StandaloneClusterControl.getProcessString(ClusterServerType server) |
void |
StandaloneClusterControl.kill(ClusterServerType server,
String hostname) |
void |
StandaloneClusterControl.resume(ClusterServerType server,
String hostname) |
void |
StandaloneClusterControl.signal(ClusterServerType server,
String hostname,
String signal) |
void |
StandaloneClusterControl.start(ClusterServerType server,
String hostname) |
void |
StandaloneClusterControl.startAllServers(ClusterServerType server) |
void |
StandaloneClusterControl.stop(ClusterServerType server,
String hostname) |
void |
StandaloneClusterControl.stopAllServers(ClusterServerType server) |
void |
StandaloneClusterControl.suspend(ClusterServerType server,
String hostname) |
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<ClusterServerType,Integer>> |
MiniAccumuloClusterImpl.getDebugPorts() |
| Modifier and Type | Method and Description |
|---|---|
long |
MiniAccumuloConfigImpl.getMemory(ClusterServerType serverType) |
void |
MiniAccumuloClusterControl.kill(ClusterServerType server,
String hostname) |
void |
MiniAccumuloClusterControl.resume(ClusterServerType server,
String hostname) |
MiniAccumuloConfigImpl |
MiniAccumuloConfigImpl.setMemory(ClusterServerType serverType,
long memory,
MemoryUnit memoryUnit)
Sets the amount of memory to use in the master process.
|
void |
MiniAccumuloClusterControl.signal(ClusterServerType server,
String hostname,
String signal) |
void |
MiniAccumuloClusterControl.start(ClusterServerType server) |
void |
MiniAccumuloClusterControl.start(ClusterServerType server,
String hostname) |
void |
MiniAccumuloClusterControl.startAllServers(ClusterServerType server) |
void |
MiniAccumuloClusterControl.stop(ClusterServerType server) |
void |
MiniAccumuloClusterControl.stop(ClusterServerType server,
String hostname) |
void |
MiniAccumuloClusterControl.stopAllServers(ClusterServerType server) |
void |
MiniAccumuloClusterControl.suspend(ClusterServerType server,
String hostname) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.