public class ElasticGridAdminDriver extends InternalAdminDriver
admin, attributeStore, logger| Constructor and Description |
|---|
ElasticGridAdminDriver(InternalAdmin admin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deploy(ProcessingUnitConfig puConfig,
String applicationName) |
QuiesceManager |
getQuiesceManager() |
ResourcesResponse |
getResources(String serviceName,
String partitionId) |
protected boolean |
implicitContainers() |
boolean |
isDeployed(String puName)
For service grid only
|
protected boolean |
isOrphanInstancesBeingProvisioned(String puName) |
void |
scaleIn(ProcessingUnit pu,
int factor) |
void |
scaleOut(ProcessingUnit pu,
int factor,
Integer memory,
Integer cpu) |
void |
scaleUpDown(ProcessingUnit pu,
List<Integer> partitionIds,
String memory,
String cpu,
PuScaleVStatusChangedEventListener listener) |
protected void |
undeploy(String puName) |
afterDeploy, afterUndeploy, deploy, deploy, deploy, hasZkNode, undeployAsyncpublic ElasticGridAdminDriver(InternalAdmin admin)
public QuiesceManager getQuiesceManager()
getQuiesceManager in class InternalAdminDriverpublic boolean isDeployed(String puName)
InternalAdminDriverisDeployed in class InternalAdminDriverprotected void deploy(ProcessingUnitConfig puConfig, String applicationName)
deploy in class InternalAdminDriverpublic void scaleIn(ProcessingUnit pu, int factor)
scaleIn in class InternalAdminDriverpublic void scaleOut(ProcessingUnit pu, int factor, Integer memory, Integer cpu)
scaleOut in class InternalAdminDriverpublic ResourcesResponse getResources(String serviceName, String partitionId)
getResources in class InternalAdminDriverpublic void scaleUpDown(ProcessingUnit pu, List<Integer> partitionIds, String memory, String cpu, PuScaleVStatusChangedEventListener listener)
scaleUpDown in class InternalAdminDriverprotected void undeploy(String puName)
undeploy in class InternalAdminDriverprotected boolean isOrphanInstancesBeingProvisioned(String puName)
isOrphanInstancesBeingProvisioned in class InternalAdminDriverprotected boolean implicitContainers()
implicitContainers in class InternalAdminDriverCopyright © GigaSpaces.