| Package | Description | 
|---|---|
| com.hazelcast.spi.impl.operationexecutor.classic | 
 Contains the  
ClassicOperationExecutor code. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultScheduleQueue  | 
| Constructor and Description | 
|---|
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 © 2016 Hazelcast, Inc.. All Rights Reserved.