com.hazelcast.map.impl
Class PartitionContainer

java.lang.Object
  extended by com.hazelcast.map.impl.PartitionContainer

public class PartitionContainer
extends Object


Constructor Summary
PartitionContainer(MapService mapService, int partitionId)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionContainer

public PartitionContainer(MapService mapService,
                          int partitionId)
Method Detail

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.