| Package | Description |
|---|---|
| com.elastisys.scale.cloudpool.api | |
| com.elastisys.scale.cloudpool.api.client |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudPool.attachMachine(String machineId)
Attaches an already running machine instance to the pool, growing the
pool with a new member.
|
void |
CloudPool.detachMachine(String machineId,
boolean decrementDesiredSize)
Removes a member from the pool without terminating it.
|
void |
CloudPool.setMembershipStatus(String machineId,
MembershipStatus membershipStatus)
Sets the membership status of a given pool member.
|
void |
CloudPool.setServiceState(String machineId,
ServiceState serviceState)
Sets the service state of a given machine pool member.
|
void |
CloudPool.terminateMachine(String machineId,
boolean decrementDesiredSize)
Terminates a particular machine pool member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudPoolClient.attachMachine(String machineId) |
void |
CloudPoolClient.detachMachine(String machineId,
boolean decrementDesiredSize) |
void |
CloudPoolClient.setMembershipStatus(String machineId,
MembershipStatus membershipStatus) |
void |
CloudPoolClient.setServiceState(String machineId,
ServiceState serviceState) |
void |
CloudPoolClient.terminateMachine(String machineId,
boolean decrementDesiredSize) |
Copyright © 2011–2017 Elastisys. All rights reserved.