Package | Description |
---|---|
com.caucho.cloud.elastic | |
com.caucho.cloud.scaling | |
com.caucho.cloud.topology |
Modifier and Type | Method and Description |
---|---|
CloudServerState |
ElasticCloudClient.disable(java.lang.String serverId) |
CloudServerState |
ScalingManager.disable(java.lang.String serverId) |
CloudServerState |
ElasticCloudClient.disableSoft(java.lang.String serverId) |
CloudServerState |
ScalingManager.disableSoft(java.lang.String serverId) |
CloudServerState |
ElasticCloudClient.enable(java.lang.String serverId) |
CloudServerState |
ScalingManager.enable(java.lang.String serverId) |
CloudServerState |
ScalingServer.getState() |
Constructor and Description |
---|
ScalingServer(java.lang.String id,
java.lang.String displayId,
int index,
java.lang.String address,
int port,
CloudServerState state) |
Modifier and Type | Method and Description |
---|---|
CloudServerState |
ResinScalingClient.disable(java.lang.String serverId) |
CloudServerState |
ResinScalingClient.disableSoft(java.lang.String serverId) |
CloudServerState |
ResinScalingClient.enable(java.lang.String serverId) |
Modifier and Type | Method and Description |
---|---|
CloudServerState |
CloudServer.getState()
Returns the servers current state.
|
CloudServerState |
CloudServerState.onHeartbeatStart() |
CloudServerState |
CloudServerState.onHeartbeatStop() |
static CloudServerState |
CloudServerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloudServerState[] |
CloudServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudServer.overrideState(CloudServerState state) |
void |
CloudServer.setState(CloudServerState state) |