Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.recordstore |
Modifier and Type | Method and Description |
---|---|
MapContainer |
MapServiceContext.getMapContainer(String mapName) |
Modifier and Type | Method and Description |
---|---|
Map<String,MapContainer> |
MapServiceContext.getMapContainers() |
Modifier and Type | Method and Description |
---|---|
RecordStore |
MapServiceContext.createRecordStore(MapContainer mapContainer,
int partitionId,
MapKeyLoader keyLoader) |
void |
PartitionContainer.destroyMap(MapContainer mapContainer) |
boolean |
MapServiceContext.removeMapContainer(MapContainer mapContainer) |
Modifier and Type | Method and Description |
---|---|
static MapStoreContext |
MapStoreContextFactory.createMapStoreContext(MapContainer mapContainer) |
Modifier and Type | Field and Description |
---|---|
protected MapContainer |
MapOperation.mapContainer |
Modifier and Type | Method and Description |
---|---|
void |
PostJoinMapOperation.addMapInterceptors(MapContainer mapContainer) |
void |
MapOperation.setMapContainer(MapContainer mapContainer) |
Constructor and Description |
---|
MapPartitionDestroyOperation(PartitionContainer container,
MapContainer mapContainer) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PartitionScanRunner.isUseCachedDeserializedValuesEnabled(MapContainer mapContainer,
int partitionId) |
protected Collection<QueryableEntry> |
QueryRunner.runUsingGlobalIndexSafely(Predicate predicate,
MapContainer mapContainer,
int migrationStamp) |
Modifier and Type | Method and Description |
---|---|
MapContainer |
RecordStore.getMapContainer() |
Constructor and Description |
---|
AbstractEvictableRecordStore(MapContainer mapContainer,
int partitionId) |
DefaultRecordStore(MapContainer mapContainer,
int partitionId,
MapKeyLoader keyLoader,
ILogger logger) |
EventJournalWriterRecordStoreMutationObserver(MapEventJournal eventJournal,
MapContainer mapContainer,
int partitionId) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.