| Package | Description |
|---|---|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| 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 |
DefaultMapServiceContext.getExistingRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getExistingRecordStore(String mapName) |
RecordStore |
MapServiceContext.getRecordStore(int partitionId,
String mapName) |
RecordStore |
DefaultMapServiceContext.getRecordStore(int partitionId,
String mapName) |
RecordStore |
PartitionContainer.getRecordStore(String name) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,RecordStore> |
PartitionContainer.getMaps() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.