public class PartitionContainer extends Object
Constructor and Description |
---|
PartitionContainer(MapService mapService,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
RecordStore |
getExistingRecordStore(String mapName) |
ConcurrentMap<String,RecordStore> |
getMaps() |
MapService |
getMapService() |
int |
getPartitionId() |
RecordStore |
getRecordStore(String name) |
public PartitionContainer(MapService mapService, int partitionId)
public ConcurrentMap<String,RecordStore> getMaps()
public int getPartitionId()
public MapService getMapService()
public RecordStore getRecordStore(String name)
public RecordStore getExistingRecordStore(String mapName)
Copyright © 2014 Hazelcast, Inc.. All rights reserved.