public interface OperationRunnerFactory
OperationRunner
instances.Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.