public class ClusterAdminConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RIPPLE_START
Command used to stop and restart each member of the cluster serially.
|
static java.lang.String |
START
Command used to start a cluster.
|
static java.lang.String |
STOP
Command used to stop a cluster
|
static java.lang.String |
STOP_IMMEDIATE
Command used to issue a stopImmediate to each server in the cluster.
|
| Constructor and Description |
|---|
ClusterAdminConstants() |
public static final java.lang.String START
public static final java.lang.String STOP
public static final java.lang.String STOP_IMMEDIATE
public static final java.lang.String RIPPLE_START