Class DeleteChunksStep
java.lang.Object
org.openspaces.admin.internal.pu.scale_horizontal.steps.DeleteChunksStep
- All Implemented Interfaces:
IStepOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openspaces.admin.internal.pu.scale_horizontal.steps.IStepOperation
IStepOperation.StepType -
Field Summary
Fields inherited from interface org.openspaces.admin.internal.pu.scale_horizontal.steps.IStepOperation
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecutePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) voidexecuteStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openspaces.admin.internal.pu.scale_horizontal.steps.IStepOperation
checkIfStepIsCompleted, createInstanceIdsMap, executeTaskRequest, generateList
-
Constructor Details
-
DeleteChunksStep
public DeleteChunksStep()
-
-
Method Details
-
executeStepOperation
public void executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) - Specified by:
executeStepOperationin interfaceIStepOperation
-
executePerInstance
public void executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) - Specified by:
executePerInstancein interfaceIStepOperation
-
getStepType
- Specified by:
getStepTypein interfaceIStepOperation
-