Package | Description |
---|---|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.operation | |
com.hazelcast.map.proxy | |
com.hazelcast.map.tx |
Modifier and Type | Method and Description |
---|---|
MapService |
MapContainer.getMapService() |
MapService |
PartitionContainer.getMapService() |
Constructor and Description |
---|
DefaultRecordStore(String name,
MapService mapService,
int partitionId) |
EvictionProcessor(NodeEngine nodeEngine,
MapService mapService,
String mapName) |
MapContainer(String name,
MapConfig mapConfig,
MapService mapService) |
MapEvictionManager(MapService mapService) |
MapStoreDeleteProcessor(MapContainer mapContainer,
MapService mapService) |
MapStoreProcessor(MapContainer mapContainer,
MapService mapService) |
MapStoreWriteProcessor(MapContainer mapContainer,
MapService mapService) |
NearCache(String mapName,
MapService mapService) |
PartitionContainer(MapService mapService,
int partitionId) |
Modifier and Type | Field and Description |
---|---|
protected MapService |
KeyBasedMapOperation.mapService |
protected MapService |
AbstractMapOperation.mapService |
Constructor and Description |
---|
MapReplicationOperation(MapService mapService,
PartitionContainer container,
int partitionId,
int replicaIndex) |
Constructor and Description |
---|
MapProxyImpl(String name,
MapService mapService,
NodeEngine nodeEngine) |
Constructor and Description |
---|
TransactionalMapProxy(String name,
MapService mapService,
NodeEngine nodeEngine,
TransactionSupport transaction) |
TransactionalMapProxySupport(String name,
MapService mapService,
NodeEngine nodeEngine,
TransactionSupport transaction) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.