Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
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(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MapKeyLoader.setMapOperationProvider(MapOperationProvider operationProvider) |
Modifier and Type | Method and Description |
---|---|
protected MapOperationProvider |
MapPartitionClientRequest.getOperationProvider() |
protected MapOperationProvider |
MapAllPartitionsClientRequest.getOperationProvider() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapOperationProvider
Creates map operations.
|
class |
MapOperationProviderDelegator
Base class which basically delegates all method calls to underlying
MapOperationProvider
to prevent extending classes to override all methods. |
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(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 © 2016 Hazelcast, Inc.. All Rights Reserved.