com.hazelcast.map.impl
Class PartitionContainer
java.lang.Object
com.hazelcast.map.impl.PartitionContainer
public class PartitionContainer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionContainer
public PartitionContainer(MapService mapService,
int partitionId)
getMaps
public ConcurrentMap<String,RecordStore> getMaps()
getPartitionId
public int getPartitionId()
getMapService
public MapService getMapService()
getRecordStore
public RecordStore getRecordStore(String name)
getExistingRecordStore
public RecordStore getExistingRecordStore(String mapName)
hasRunningCleanup
public boolean hasRunningCleanup()
setHasRunningCleanup
public void setHasRunningCleanup(boolean hasRunningCleanup)
getLastCleanupTime
public long getLastCleanupTime()
setLastCleanupTime
public void setLastCleanupTime(long lastCleanupTime)
getLastCleanupTimeCopy
public long getLastCleanupTimeCopy()
setLastCleanupTimeCopy
public void setLastCleanupTimeCopy(long lastCleanupTimeCopy)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.