| 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.map package. | 
| com.hazelcast.map.impl.nearcache | |
| com.hazelcast.map.impl.query | |
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl.operationservice | 
 Contains the  
InternalOperationService API. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| 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 | 
AbstractNearCacheInvalidator.operationService  | 
| 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  | 
InternalOperationService
This is the interface that needs to be implemented by actual InternalOperationService. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OperationServiceImpl
This is the implementation of the  
InternalOperationService. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.