public class MapContainer extends Object
Constructor and Description |
---|
MapContainer(String name,
MapConfig mapConfig,
MapService mapService) |
public MapContainer(String name, MapConfig mapConfig, MapService mapService)
public void loadInitialKeys()
public void shutDownMapStoreScheduledExecutor()
public EntryTaskScheduler getIdleEvictionScheduler()
public EntryTaskScheduler getTtlEvictionScheduler()
public EntryTaskScheduler getMapStoreScheduler()
public IndexService getIndexService()
public WanReplicationPublisher getWanReplicationPublisher()
public MapMergePolicy getWanMergePolicy()
public String addInterceptor(MapInterceptor interceptor)
public void addInterceptor(String id, MapInterceptor interceptor)
public List<MapInterceptor> getInterceptors()
public Map<String,MapInterceptor> getInterceptorMap()
public void removeInterceptor(String id)
public String getName()
public boolean isNearCacheEnabled()
public int getTotalBackupCount()
public int getBackupCount()
public long getWriteDelayMillis()
public int getAsyncBackupCount()
public void setMapConfig(MapConfig mapConfig)
public MapConfig getMapConfig()
public MapStoreWrapper getStore()
public PartitioningStrategy getPartitioningStrategy()
public SizeEstimator getNearCacheSizeEstimator()
public RecordFactory getRecordFactory()
public MapService getMapService()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.