Package | Description |
---|---|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.operation |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordStore |
Modifier and Type | Method and Description |
---|---|
RecordStore |
MapService.getExistingRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getExistingRecordStore(String mapName) |
RecordStore |
MapService.getRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getRecordStore(String name) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,RecordStore> |
PartitionContainer.getMaps() |
Modifier and Type | Field and Description |
---|---|
protected RecordStore |
KeyBasedMapOperation.recordStore |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.