| Package | Description | 
|---|---|
| com.hazelcast.spi.impl.operationexecutor.classic | Contains the  ClassicOperationExecutorcode. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassicOperationExecutorA  OperationExecutorthat schedules:
 
 partition specific operations to a specific partition-operation-thread (using a mod on the partition-id)
 non specific operations to generic-operation-threads
 
 TheClassicOperationExecutor.execute(Object, int, boolean)accepts an Object instead of a runnable to prevent needing to
 create wrapper runnables around tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationExecutor | OperationServiceImpl. getOperationExecutor() | 
| Constructor and Description | 
|---|
| IsStillRunningService(OperationExecutor operationExecutor,
                     NodeEngineImpl nodeEngine,
                     ILogger logger) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.