| Package | Description | 
|---|---|
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| 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  InternalOperationServiceAPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Constructor and Description | 
|---|
| MapKeyLoader(String mapName,
            OperationService opService,
            IPartitionService ps,
            ClusterService clusterService,
            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  | 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 © 2016 Hazelcast, Inc.. All Rights Reserved.