Class ScaleMonitorThread
java.lang.Object
org.openspaces.admin.internal.pu.scale_horizontal.ScaleMonitorThread
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanrevertOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status) voidrun()booleanscaleOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status)
-
Constructor Details
-
ScaleMonitorThread
-
-
Method Details
-
run
public void run() -
executeScaleIteration
public boolean executeScaleIteration() -
scaleOperation
public boolean scaleOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status) throws Exception - Throws:
Exception
-
revertOperation
public boolean revertOperation(InternalAdminDriver driver, org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, DefaultProcessingUnit pu, Step step, Status status) throws IOException - Throws:
IOException
-
initStepsOperations
-