Uses of Class
com.hazelcast.spi.impl.operationexecutor.OperationRunner

Packages that use OperationRunner
com.hazelcast.spi.impl.operationexecutor Contains the OperationRunner code. 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector Contains the functionality to detect slow running operations using the OperationRunner instances from the OperationExecutor
 

Uses of OperationRunner in com.hazelcast.spi.impl.operationexecutor
 

Methods in com.hazelcast.spi.impl.operationexecutor that return OperationRunner
 OperationRunner OperationRunnerFactory.createAdHocRunner()
          Creates an ad hoc generic OperationRunner.
 OperationRunner OperationRunnerFactory.createGenericRunner()
          Creates an OperationRunner to execute generic Operations.
 OperationRunner OperationRunnerFactory.createPartitionRunner(int partitionId)
          Creates an OperationRunner for a given partition.
 OperationRunner[] OperationExecutor.getGenericOperationRunners()
          Gets all the generic operation handlers.
 OperationRunner[] OperationExecutor.getPartitionOperationRunners()
          Gets all the operation handlers for the partitions.
 

Uses of OperationRunner in com.hazelcast.spi.impl.operationexecutor.classic
 

Methods in com.hazelcast.spi.impl.operationexecutor.classic that return OperationRunner
 OperationRunner OperationThread.getCurrentOperationRunner()
           
 OperationRunner ClassicOperationExecutor.getCurrentThreadOperationRunner()
           
 OperationRunner[] ClassicOperationExecutor.getGenericOperationRunners()
           
 OperationRunner GenericOperationThread.getOperationRunner(int partitionId)
           
abstract  OperationRunner OperationThread.getOperationRunner(int partitionId)
           
 OperationRunner PartitionOperationThread.getOperationRunner(int partitionId)
          For each partition there is a OperationRunner instance.
 OperationRunner[] ClassicOperationExecutor.getPartitionOperationRunners()
           
 

Constructors in com.hazelcast.spi.impl.operationexecutor.classic with parameters of type OperationRunner
GenericOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner operationRunner)
           
PartitionOperationThread(String name, int threadId, ScheduleQueue scheduleQueue, ILogger logger, HazelcastThreadGroup threadGroup, NodeExtension nodeExtension, OperationRunner[] partitionOperationRunners)
           
 

Uses of OperationRunner in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector
 

Constructors in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector with parameters of type OperationRunner
SlowOperationDetector(LoggingService loggingServices, OperationRunner[] genericOperationRunners, OperationRunner[] partitionOperationRunners, GroupProperties groupProperties, HazelcastThreadGroup hazelcastThreadGroup)
           
SlowOperationDetector(LoggingService loggingServices, OperationRunner[] genericOperationRunners, OperationRunner[] partitionOperationRunners, GroupProperties groupProperties, HazelcastThreadGroup hazelcastThreadGroup)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.