| Package | Description | 
|---|---|
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.nearcache.invalidation | |
| com.hazelcast.map.impl.query | |
| com.hazelcast.map.impl.querycache | Contains query cache internal implementation classes. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| 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) | 
| Constructor and Description | 
|---|
| MemberMapMetaDataFetcher(ClusterService clusterService,
                        OperationService operationService,
                        ILogger logger) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OperationService | QueryRunner. operationService | 
| protected OperationService | MapQueryEngineImpl. operationService | 
| protected OperationService | PartitionScanRunner. operationService | 
| Constructor and Description | 
|---|
| NodeInvokerWrapper(OperationService operationService) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OperationService | TransactionalMapProxySupport. 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.