Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordStore
Default implementation of record-store.
|
Modifier and Type | Method and Description |
---|---|
RecordStore |
MapServiceContext.getExistingRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getExistingRecordStore(String mapName) |
RecordStore |
MapServiceContext.getRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getRecordStore(String name) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,RecordStore> |
PartitionContainer.getMaps() |
Modifier and Type | Method and Description |
---|---|
void |
EvictionOperator.removeEvictableRecords(RecordStore recordStore,
int evictableSize,
MapConfig mapConfig,
boolean backup) |
Modifier and Type | Field and Description |
---|---|
protected RecordStore |
KeyBasedMapOperation.recordStore |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.