Uses of Class
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheNoWait
Packages that use RemoteCacheNoWait
Package
Description
Root package for the remote auxiliary cache.
-
Uses of RemoteCacheNoWait in org.apache.commons.jcs3.auxiliary.remote
Fields in org.apache.commons.jcs3.auxiliary.remote with type parameters of type RemoteCacheNoWaitModifier and TypeFieldDescriptionprotected List<RemoteCacheNoWait<K,
V>> AbstractRemoteCacheNoWaitFacade.noWaits
The connection to a remote server, or a zombie.Methods in org.apache.commons.jcs3.auxiliary.remote that return RemoteCacheNoWaitModifier and TypeMethodDescription<K,
V> RemoteCacheNoWait<K, V> RemoteCacheManager.getCache
(IRemoteCacheAttributes cattr) Gets a RemoteCacheNoWait from the RemoteCacheManager.AbstractRemoteCacheNoWaitFacade.getPrimaryServer()
Get the primary server from the list of failoversprotected <K,
V> RemoteCacheNoWait<K, V> RemoteCacheManager.newRemoteCacheNoWait
(IRemoteCacheAttributes cattr) Create new RemoteCacheNoWait instanceMethods in org.apache.commons.jcs3.auxiliary.remote with parameters of type RemoteCacheNoWaitModifier and TypeMethodDescriptionprotected abstract void
AbstractRemoteCacheNoWaitFacade.failover
(RemoteCacheNoWait<K, V> rcnw) Begin the failover process if this is a local cache.protected void
RemoteCacheNoWaitFacade.failover
(RemoteCacheNoWait<K, V> rcnw) Begin the failover process if this is a local cache.void
AbstractRemoteCacheNoWaitFacade.restorePrimaryServer
(RemoteCacheNoWait<K, V> rcnw) restore the primary server in the list of failoversConstructor parameters in org.apache.commons.jcs3.auxiliary.remote with type arguments of type RemoteCacheNoWaitModifierConstructorDescriptionAbstractRemoteCacheNoWaitFacade
(List<RemoteCacheNoWait<K, V>> noWaits, IRemoteCacheAttributes rca, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Constructs with the given remote cache, and fires events to any listeners.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.