public class MapContainer extends MapContainerSupport
mapConfig
Constructor and Description |
---|
MapContainer(String name,
MapConfig mapConfig,
MapServiceContext mapServiceContext) |
getMapConfig, isMapStoreEnabled, isWriteBehindMapStoreEnabled, setMapConfig
public MapContainer(String name, MapConfig mapConfig, MapServiceContext mapServiceContext)
public com.hazelcast.map.mapstore.MapStoreManager createMapStoreManager(MapContainer mapContainer)
public com.hazelcast.map.mapstore.MapStoreManager getMapStoreManager()
public void initWanReplication(NodeEngine nodeEngine)
public com.hazelcast.query.impl.IndexService getIndexService()
public com.hazelcast.wan.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 com.hazelcast.map.record.Record createRecord(Data key, Object value, long ttl, long now)
public String getName()
public boolean isNearCacheEnabled()
public int getTotalBackupCount()
public int getBackupCount()
public int getAsyncBackupCount()
public MapStoreWrapper getStore()
public PartitioningStrategy getPartitioningStrategy()
public SizeEstimator getNearCacheSizeEstimator()
public com.hazelcast.map.record.RecordFactory getRecordFactory()
public MapServiceContext getMapServiceContext()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.