Package | Description |
---|---|
org.apache.commons.jcs3.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.commons.jcs3.auxiliary.lateral.socket.tcp | |
org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behavior |
Modifier and Type | Class and Description |
---|---|
class |
LateralCacheAttributes
This class stores attributes for all of the available lateral cache auxiliaries.
|
Modifier and Type | Method and Description |
---|---|
ILateralCacheAttributes |
LateralCacheNoWaitFacade.getAuxiliaryCacheAttributes() |
ILateralCacheAttributes |
LateralCacheNoWait.getAuxiliaryCacheAttributes() |
ILateralCacheAttributes |
LateralCache.getAuxiliaryCacheAttributes() |
Constructor and Description |
---|
LateralCache(ILateralCacheAttributes cattr)
Deprecated.
Causes NPE
|
LateralCache(ILateralCacheAttributes cattr,
ICacheServiceNonLocal<K,V> lateral,
LateralCacheMonitor monitor)
Constructor for the LateralCache object
|
LateralCacheNoWaitFacade(ILateralCacheListener<K,V> listener,
LateralCacheNoWait<K,V>[] noWaits,
ILateralCacheAttributes cattr)
Deprecated.
Use list constructor
|
LateralCacheNoWaitFacade(ILateralCacheListener<K,V> listener,
List<LateralCacheNoWait<K,V>> noWaits,
ILateralCacheAttributes cattr)
Constructs with the given lateral cache, and fires events to any listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache
plugin.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.