| Package | Description | 
|---|---|
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OperationExecutorImplA  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
 
 TheOperationExecutorImpl.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() | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.