public interface IStepOperation
Modifier and Type | Interface and Description |
---|---|
static class |
IStepOperation.StepType |
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
default boolean |
checkIfStepIsCompleted(DefaultProcessingUnit pu,
AttributeStore attributeStore,
String stepName,
GigaSpace gigaSpace,
InternalAdminDriver driver) |
default HashMap<Integer,String> |
createInstanceIdsMap(DefaultProcessingUnit pu,
int startIndex,
int endIndex) |
default void |
executePerInstance(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
int partitionId) |
void |
executeStepOperation(DefaultProcessingUnit pu,
AttributeStore attributeStore,
GigaSpace gigaSpace,
InternalAdminDriver driver,
long timeout) |
default void |
executeTaskRequest(GigaSpace gigaSpace,
AttributeStore attributeStore,
SystemTask<SpaceResponseInfo> task,
Step step,
String puName,
int partitionId) |
default List<Integer> |
generateList(int num) |
IStepOperation.StepType |
getStepType() |
void executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout)
default boolean checkIfStepIsCompleted(DefaultProcessingUnit pu, AttributeStore attributeStore, String stepName, GigaSpace gigaSpace, InternalAdminDriver driver)
default void executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) throws Exception
Exception
default void executeTaskRequest(GigaSpace gigaSpace, AttributeStore attributeStore, SystemTask<SpaceResponseInfo> task, Step step, String puName, int partitionId)
default HashMap<Integer,String> createInstanceIdsMap(DefaultProcessingUnit pu, int startIndex, int endIndex)
IStepOperation.StepType getStepType()
Copyright © GigaSpaces.