public class MapContainer extends Object
Modifier and Type | Field and Description |
---|---|
protected Evictor |
evictor |
protected Extractors |
extractors |
protected Indexes |
indexes |
protected InterceptorRegistry |
interceptorRegistry |
protected AtomicInteger |
invalidationListenerCount
Holds number of registered
InvalidationListener from clients. |
protected MapConfig |
mapConfig |
protected MapServiceContext |
mapServiceContext |
protected MapStoreContext |
mapStoreContext |
protected String |
name |
protected PartitioningStrategy |
partitioningStrategy |
protected QueryEntryFactory |
queryEntryFactory |
protected String |
quorumName |
protected ConstructorFunction<Void,RecordFactory> |
recordFactoryConstructor |
protected SerializationService |
serializationService |
protected IFunction<Object,Data> |
toDataFunction |
protected MapMergePolicy |
wanMergePolicy |
protected WanReplicationPublisher |
wanReplicationPublisher |
Constructor and Description |
---|
MapContainer(String name,
Config config,
MapServiceContext mapServiceContext)
Operations which are done in this constructor should obey the rules defined
in the method comment
PostJoinAwareService.getPostJoinOperation()
Otherwise undesired situations, like deadlocks, may appear. |
protected final String name
protected final String quorumName
protected final MapServiceContext mapServiceContext
protected final Indexes indexes
protected final Extractors extractors
protected final PartitioningStrategy partitioningStrategy
protected final MapStoreContext mapStoreContext
protected final SerializationService serializationService
protected final QueryEntryFactory queryEntryFactory
protected final InterceptorRegistry interceptorRegistry
protected final ConstructorFunction<Void,RecordFactory> recordFactoryConstructor
protected final AtomicInteger invalidationListenerCount
InvalidationListener
from clients.protected WanReplicationPublisher wanReplicationPublisher
protected MapMergePolicy wanMergePolicy
protected volatile Evictor evictor
protected volatile MapConfig mapConfig
public MapContainer(String name, Config config, MapServiceContext mapServiceContext)
PostJoinAwareService.getPostJoinOperation()
Otherwise undesired situations, like deadlocks, may appear.public void initEvictor()
protected static MemoryInfoAccessor getMemoryInfoAccessor()
public void initWanReplication(NodeEngine nodeEngine)
public Indexes getIndexes()
public WanReplicationPublisher getWanReplicationPublisher()
public MapMergePolicy getWanMergePolicy()
public boolean isWanReplicationEnabled()
public void checkWanReplicationQueues()
WANReplicationQueueFullException
- if WAN replication is enabled and queue capacity has been reachedpublic int getTotalBackupCount()
public int getBackupCount()
public int getAsyncBackupCount()
public PartitioningStrategy getPartitioningStrategy()
public MapServiceContext getMapServiceContext()
public MapStoreContext getMapStoreContext()
public MapConfig getMapConfig()
public void setMapConfig(MapConfig mapConfig)
public String getName()
public String getQuorumName()
public ConstructorFunction<Void,RecordFactory> getRecordFactoryConstructor()
public QueryableEntry newQueryEntry(Data key, Object value)
public Evictor getEvictor()
public void setEvictor(Evictor evictor)
public Extractors getExtractors()
public boolean hasInvalidationListener()
public void increaseInvalidationListenerCount()
public void decreaseInvalidationListenerCount()
public InterceptorRegistry getInterceptorRegistry()
public void onDestroy()
public boolean shouldCloneOnEntryProcessing()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.