public class RemoteCacheNoWaitFacade<K,V> extends AbstractRemoteCacheNoWaitFacade<K,V>
Typically, we only connect to one remote server per facade. We use a list of one RemoteCacheNoWait.
ICacheType.CacheType
noWaits
Constructor and Description |
---|
RemoteCacheNoWaitFacade(RemoteCacheNoWait<K,V>[] noWaits,
RemoteCacheAttributes rca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Constructs with the given remote cache, and fires events to any listeners.
|
Modifier and Type | Method and Description |
---|---|
protected void |
failover(int i)
Begin the failover process if this is a local cache.
|
dispose, get, getAuxiliaryCacheAttributes, getCacheName, getCacheType, getCompositeCacheManager, getEventLoggingExtraInfo, getKeySet, getMatching, getMultiple, getRemoteCacheAttributes, getSize, getStatistics, getStats, getStatus, remove, removeAll, setCompositeCacheManager, setRemoteCacheAttributes, toString, update
createICacheEvent, createICacheEvent, getCacheEventLogger, getElementSerializer, getKeyMatcher, logApplicationEvent, logError, logICacheEvent, setCacheEventLogger, setElementSerializer, setKeyMatcher
public RemoteCacheNoWaitFacade(RemoteCacheNoWait<K,V>[] noWaits, RemoteCacheAttributes rca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
noWaits
- rca
- cacheMgr
- cacheEventLogger
- elementSerializer
- Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.