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.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
Modifier and Type | Method and Description |
---|---|
MapService |
MapServiceFactory.createMapService()
Returns a
MapService object. |
MapService |
PartitionContainer.getMapService() |
MapService |
MapServiceContext.getService() |
Modifier and Type | Method and Description |
---|---|
static ConstructorFunction<NodeEngine,MapService> |
MapServiceConstructor.getDefaultMapServiceConstructor()
Returns a
Constructor which will be used to create a MapService object. |
Modifier and Type | Method and Description |
---|---|
void |
MapServiceContext.setService(MapService mapService) |
Constructor and Description |
---|
PartitionContainer(MapService mapService,
int partitionId) |
Modifier and Type | Field and Description |
---|---|
protected MapService |
MapOperation.mapService |
Modifier and Type | Method and Description |
---|---|
void |
MapOperation.setMapService(MapService mapService) |
Constructor and Description |
---|
MapReplicationOperation(MapService mapService,
PartitionContainer container,
int partitionId,
int replicaIndex) |
Constructor and Description |
---|
MapProxyImpl(String name,
MapService mapService,
NodeEngine nodeEngine) |
NearCachedMapProxyImpl(String name,
MapService mapService,
NodeEngine nodeEngine) |
Constructor and Description |
---|
TransactionalMapProxy(String name,
MapService mapService,
NodeEngine nodeEngine,
Transaction transaction) |
TransactionalMapProxySupport(String name,
MapService mapService,
NodeEngine nodeEngine,
Transaction transaction) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.