Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
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 |
DefaultMapOperationProvider
Creates map operations.
|
class |
WANAwareOperationProvider
This 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
MapOperationProvider instance, depending on whether the provided MapConfig has a
WAN replication policy configured or not. |
MapOperationProvider |
MapOperationProviders.getOperationProvider(String name)
Creates
MapOperationProvider instance and wraps it into a WANAwareOperationProvider |
Constructor and Description |
---|
WANAwareOperationProvider(MapServiceContext mapServiceContext,
MapOperationProvider operationProviderDelegate) |
Modifier and Type | Field and Description |
---|---|
protected MapOperationProvider |
TransactionalMapProxySupport.operationProvider |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.