Uses of Interface
com.hazelcast.spi.impl.operationexecutor.classic.ScheduleQueue

Packages that use ScheduleQueue
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
 

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

Classes in com.hazelcast.spi.impl.operationexecutor.classic that implement ScheduleQueue
 class DefaultScheduleQueue
           
 

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



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