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.run(com.hazelcast.spi.Operation)Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.