Package | Description |
---|---|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.operation |
Modifier and Type | Method and Description |
---|---|
MapContainer |
RecordStore.getMapContainer() |
MapContainer |
DefaultRecordStore.getMapContainer() |
MapContainer |
MapService.getMapContainer(String mapName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MapContainer> |
MapService.getMapContainers() |
Modifier and Type | Method and Description |
---|---|
RecordInfo |
MapService.createRecordInfo(MapContainer mapContainer,
Record record) |
RecordReplicationInfo |
MapService.createRecordReplicationInfo(MapContainer mapContainer,
Record record) |
Constructor and Description |
---|
MapStoreDeleteProcessor(MapContainer mapContainer,
MapService mapService) |
MapStoreProcessor(MapContainer mapContainer,
MapService mapService) |
MapStoreWriteProcessor(MapContainer mapContainer,
MapService mapService) |
Constructor and Description |
---|
Merger(Map<MapContainer,Collection<Record>> recordMap) |
Modifier and Type | Field and Description |
---|---|
protected MapContainer |
KeyBasedMapOperation.mapContainer |
protected MapContainer |
AbstractMapOperation.mapContainer |
Modifier and Type | Method and Description |
---|---|
void |
PostJoinMapOperation.addMapIndex(MapContainer mapContainer) |
void |
PostJoinMapOperation.addMapInterceptors(MapContainer mapContainer) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.