| Package | Description | 
|---|---|
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| Modifier and Type | Method and Description | 
|---|---|
| MapOperationProvider | MapServiceContext. getMapOperationProvider(MapConfig mapConfig) | 
| MapOperationProvider | MapServiceContext. getMapOperationProvider(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapKeyLoader. setMapOperationProvider(MapOperationProvider operationProvider) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultMapOperationProviderCreates map operations. | 
| class  | WANAwareOperationProviderThis class is responsible for WAN replication related checks for supported mutating operations. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MapOperationProvider | MapOperationProviders. defaultProvider | 
| protected MapOperationProvider | MapOperationProviders. wanAwareProvider | 
| Modifier and Type | Method and Description | 
|---|---|
| MapOperationProvider | MapOperationProviders. getOperationProvider(MapConfig mapConfig)Returns a  MapOperationProviderinstance, depending on whether the providedMapConfighas a
 WAN replication policy configured or not. | 
| MapOperationProvider | MapOperationProviders. getOperationProvider(String name)Creates  MapOperationProviderinstance and wraps it into aWANAwareOperationProvider | 
| Constructor and Description | 
|---|
| WANAwareOperationProvider(MapServiceContext mapServiceContext,
                         MapOperationProvider operationProviderDelegate) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MapOperationProvider | TransactionalMapProxySupport. operationProvider | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.