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.CacheTypenoWaitsNAME_COMPONENT_DELIMITER| Constructor and Description |
|---|
RemoteCacheNoWaitFacade(List<RemoteCacheNoWait<K,V>> noWaits,
IRemoteCacheAttributes rca,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer,
RemoteCacheFactory cacheFactory)
Constructs with the given remote cache, and fires events to any listeners.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
failover(RemoteCacheNoWait<K,V> rcnw)
Begin the failover process if this is a local cache.
|
dispose, get, getAuxiliaryCacheAttributes, getCacheName, getCacheType, getEventLoggingExtraInfo, getKeySet, getMatching, getMultiple, getPrimaryServer, getSize, getStatistics, getStats, getStatus, remove, removeAll, restorePrimaryServer, toString, updatecreateICacheEvent, createICacheEvent, getCacheEventLogger, getElementSerializer, getKeyMatcher, logApplicationEvent, logError, logICacheEvent, processGetMultiple, setCacheEventLogger, setElementSerializer, setKeyMatcherpublic RemoteCacheNoWaitFacade(List<RemoteCacheNoWait<K,V>> noWaits, IRemoteCacheAttributes rca, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer, RemoteCacheFactory cacheFactory)
noWaits - rca - cacheEventLogger - elementSerializer - cacheFactory - protected void failover(RemoteCacheNoWait<K,V> rcnw)
failover in class AbstractRemoteCacheNoWaitFacade<K,V>rcnw - The no wait in error.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.