Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.commons.jcs.auxiliary.lateral.behavior | |
org.apache.commons.jcs.auxiliary.lateral.socket.tcp |
Modifier and Type | Field and Description |
---|---|
LateralCacheNoWait<K,V>[] |
LateralCacheNoWaitFacade.noWaits
The queuing facade to the client.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,LateralCacheNoWait<?,?>> |
LateralCacheAbstractManager.caches
Each manager instance has caches.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LateralCacheNoWait<?,?>> |
LateralCacheAbstractManager.getCaches() |
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Constructor and Description |
---|
LateralCacheNoWaitFacade(ILateralCacheListener<K,V> listener,
LateralCacheNoWait<K,V>[] noWaits,
ILateralCacheAttributes cattr)
Constructs with the given lateral cache, and fires events to any listeners.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LateralCacheNoWait<?,?>> |
ILateralCacheManager.getCaches()
This is a temporary solution that allows the monitor to get caches from an
instance of a manager.
|
Modifier and Type | Method and Description |
---|---|
<K,V> LateralCacheNoWait<K,V> |
LateralTCPCacheManager.getCache(String cacheName)
Called to access a precreated region or construct one with defaults.
|
Modifier and Type | Method and Description |
---|---|
protected <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.
|
<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.
|
protected <K,V> boolean |
LateralTCPDiscoveryListener.removeNoWait(LateralCacheNoWait<K,V> noWait)
Look up the facade for the name.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.