|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationRunnerFactory
A Factory for creating OperationRunner
instances.
Method Summary | |
---|---|
OperationRunner |
createAdHocRunner()
Creates an ad hoc generic OperationRunner. |
OperationRunner |
createGenericRunner()
Creates an OperationRunner to execute generic Operations. |
OperationRunner |
createPartitionRunner(int partitionId)
Creates an OperationRunner for a given partition. |
Method Detail |
---|
OperationRunner createPartitionRunner(int partitionId)
partitionId
- the id of the partition.
OperationRunner createGenericRunner()
OperationRunner createAdHocRunner()
OperationRunner.currentTask()
. Therefor it is save to be shared between threads without running
into problems.
OperationService.runOperationOnCallingThread(com.hazelcast.spi.Operation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |