| Package | Description | 
|---|---|
| com.hazelcast.client.impl.client | This contains the Requests and other DTO's exchanged between client/server | 
| com.hazelcast.internal.management.dto | These contain the DTO object to exchange information with the management center. | 
| com.hazelcast.jmx | Contains Hazelcast management bean classes. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl.operationservice | Contains the  InternalOperationServiceAPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OperationService | ClientRequest. operationService | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientRequest. setOperationService(OperationService operationService) | 
| Constructor and Description | 
|---|
| OperationServiceDTO(OperationService os) | 
| Constructor and Description | 
|---|
| OperationServiceMBean(HazelcastInstance hazelcastInstance,
                     OperationService operationService,
                     ManagementService service) | 
| Constructor and Description | 
|---|
| MapKeyLoader(String mapName,
            OperationService opService,
            InternalPartitionService ps,
            ExecutionService execService,
            IFunction<Object,Data> serialize) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OperationService | MapQueryEngineImpl. operationService | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationService | NodeEngine. getOperationService()Gets the OperationService. | 
| OperationService | AbstractDistributedObject. getOperationService()Gets the OperationService. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InternalOperationServiceThis is the interface that needs to be implemented by actual InternalOperationService. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OperationServiceImplThis is the implementation of the  InternalOperationService. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.