com.hazelcast.map.impl
public class PartitionContainer extends Object
Constructor and Description |
---|
PartitionContainer(MapService mapService,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
RecordStore |
getExistingRecordStore(String mapName) |
long |
getLastCleanupTime() |
long |
getLastCleanupTimeCopy() |
ConcurrentMap<String,RecordStore> |
getMaps() |
MapService |
getMapService() |
int |
getPartitionId() |
RecordStore |
getRecordStore(String name) |
boolean |
hasRunningCleanup() |
void |
setHasRunningCleanup(boolean hasRunningCleanup) |
void |
setLastCleanupTime(long lastCleanupTime) |
void |
setLastCleanupTimeCopy(long lastCleanupTimeCopy) |
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)
public boolean hasRunningCleanup()
public void setHasRunningCleanup(boolean hasRunningCleanup)
public long getLastCleanupTime()
public void setLastCleanupTime(long lastCleanupTime)
public long getLastCleanupTimeCopy()
public void setLastCleanupTimeCopy(long lastCleanupTimeCopy)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.