Uses of Class
org.apache.commons.jcs3.auxiliary.lateral.LateralCacheNoWait
Packages that use LateralCacheNoWait
Package
Description
Root package for the lateral cache family.
-
Uses of LateralCacheNoWait in org.apache.commons.jcs3.auxiliary.lateral
Fields in org.apache.commons.jcs3.auxiliary.lateral declared as LateralCacheNoWaitModifier and TypeFieldDescriptionLateralCacheNoWait<K,
V>[] LateralCacheNoWaitFacade.noWaits
Deprecated.Should not have been public in the first placeMethods in org.apache.commons.jcs3.auxiliary.lateral with parameters of type LateralCacheNoWaitModifier and TypeMethodDescriptionvoid
LateralCacheMonitor.addCache
(LateralCacheNoWait<?, ?> cache) Add a cache to be monitoredboolean
LateralCacheNoWaitFacade.addNoWait
(LateralCacheNoWait<K, V> noWait) Adds a no wait to the list if it isn't already in the list.boolean
LateralCacheNoWaitFacade.containsNoWait
(LateralCacheNoWait<K, V> noWait) Tells you if the no wait is in the list or not.boolean
LateralCacheNoWaitFacade.removeNoWait
(LateralCacheNoWait<K, V> noWait) Removes a no wait from the list if it is already there.Constructors in org.apache.commons.jcs3.auxiliary.lateral with parameters of type LateralCacheNoWaitModifierConstructorDescriptionLateralCacheNoWaitFacade
(ILateralCacheListener<K, V> listener, LateralCacheNoWait<K, V>[] noWaits, ILateralCacheAttributes cattr) Deprecated.Use list constructorConstructor parameters in org.apache.commons.jcs3.auxiliary.lateral with type arguments of type LateralCacheNoWaitModifierConstructorDescriptionLateralCacheNoWaitFacade
(ILateralCacheListener<K, V> listener, List<LateralCacheNoWait<K, V>> noWaits, ILateralCacheAttributes cattr) Constructs with the given lateral cache, and fires events to any listeners. -
Uses of LateralCacheNoWait in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that return LateralCacheNoWaitModifier and TypeMethodDescription<K,
V> LateralCacheNoWait<K, V> LateralTCPCacheFactory.createCacheNoWait
(ITCPLateralCacheAttributes lca, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Create a LateralCacheNoWait for the server configured in lcaMethods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp with parameters of type LateralCacheNoWaitModifier and TypeMethodDescriptionprotected <K,
V> boolean LateralTCPDiscoveryListener.addNoWait
(LateralCacheNoWait<K, V> noWait) When a broadcast is received from the UDP Discovery receiver, for each cacheName in the message, the add no wait will be called here.protected <K,
V> boolean LateralTCPDiscoveryListener.addNoWait
(LateralCacheNoWait<K, V> noWait, LateralCacheNoWaitFacade<K, V> facade) When a broadcast is received from the UDP Discovery receiver, for each cacheName in the message, the add no wait will be called here.<K,
V> boolean LateralTCPDiscoveryListener.containsNoWait
(String cacheName, LateralCacheNoWait<K, V> noWait) Allows us to see if the facade is present and if it has the no wait.void
LateralTCPCacheFactory.monitorCache
(LateralCacheNoWait<?, ?> cache) Add cache instance to monitorprotected <K,
V> boolean LateralTCPDiscoveryListener.removeNoWait
(LateralCacheNoWait<K, V> noWait) Look up the facade for the name.