Serialized Form
-
Package org.apache.commons.jcs3.access.exception
-
Exception org.apache.commons.jcs3.access.exception.CacheException
class CacheException extends RuntimeException implements Serializable- serialVersionUID:
- 8725795372935590265L
-
Exception org.apache.commons.jcs3.access.exception.ConfigurationException
class ConfigurationException extends CacheException implements Serializable- serialVersionUID:
- 6881044536186097055L
-
Exception org.apache.commons.jcs3.access.exception.InvalidArgumentException
class InvalidArgumentException extends CacheException implements Serializable- serialVersionUID:
- -6058373692208755562L
-
Exception org.apache.commons.jcs3.access.exception.InvalidGroupException
class InvalidGroupException extends CacheException implements Serializable- serialVersionUID:
- -5219807114008843480L
-
Exception org.apache.commons.jcs3.access.exception.InvalidHandleException
class InvalidHandleException extends CacheException implements Serializable- serialVersionUID:
- -5947822454839845924L
-
Exception org.apache.commons.jcs3.access.exception.ObjectExistsException
class ObjectExistsException extends CacheException implements Serializable- serialVersionUID:
- -3779745827993383872L
-
Exception org.apache.commons.jcs3.access.exception.ObjectNotFoundException
class ObjectNotFoundException extends CacheException implements Serializable- serialVersionUID:
- 5684353421076546842L
-
-
Package org.apache.commons.jcs3.auxiliary
-
Class org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributes
class AbstractAuxiliaryCacheAttributes extends Object implements Serializable- serialVersionUID:
- -6594609334959187673L
-
Serialized Fields
-
cacheName
String cacheName
cacheName -
eventQueuePoolName
String eventQueuePoolName
Named when pooled -
eventQueueType
ICacheEventQueue.QueueType eventQueueType
eventQueueType -- pooled, or single threaded -
name
String name
name
-
-
-
Package org.apache.commons.jcs3.auxiliary.disk
-
Class org.apache.commons.jcs3.auxiliary.disk.AbstractDiskCacheAttributes
class AbstractDiskCacheAttributes extends AbstractAuxiliaryCacheAttributes implements Serializable- serialVersionUID:
- 8306631920391711229L
-
Serialized Fields
-
allowRemoveAll
boolean allowRemoveAll
if this is false, we will not execute remove all -
diskLimitType
IDiskCacheAttributes.DiskLimitType diskLimitType
Type of disk limit: SIZE or COUNT -
diskPath
File diskPath
path to disk -
maxPurgatorySize
int maxPurgatorySize
default to 5000 -
shutdownSpoolTimeLimit
int shutdownSpoolTimeLimit
This default determines how long the shutdown will wait for the key spool and data defrag to finish.
-
-
Class org.apache.commons.jcs3.auxiliary.disk.PurgatoryElement
- serialVersionUID:
- -8152034342684135628L
-
Serialized Fields
-
cacheElement
ICacheElement<K,
V> cacheElement Wrapped cache Element -
spoolable
boolean spoolable
Is the element ready to be spooled?
-
-
-
Package org.apache.commons.jcs3.auxiliary.disk.behavior
-
Package org.apache.commons.jcs3.auxiliary.disk.block
-
Class org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskCacheAttributes
class BlockDiskCacheAttributes extends AbstractDiskCacheAttributes implements Serializable- serialVersionUID:
- 6568840097657265989L
-
Serialized Fields
-
blockSizeBytes
int blockSizeBytes
The size per block in bytes. -
keyPersistenceIntervalSeconds
long keyPersistenceIntervalSeconds
The keys will be persisted at this interval. -1 mean never. -
maxKeySize
int maxKeySize
-1 means no limit.
-
-
Class org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskElementDescriptor
class BlockDiskElementDescriptor extends Object implements Externalizable- serialVersionUID:
- -1400659301208101411L
-
Serialization Methods
-
readExternal
Saves on reflection.(non-Javadoc)
-
writeExternal
Saves on reflection.(non-Javadoc)
- Throws:
IOException
- See Also:
-
-
-
Package org.apache.commons.jcs3.auxiliary.disk.indexed
-
Class org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache.PositionComparator
class PositionComparator extends Object implements Serializable- serialVersionUID:
- -8387365338590814113L
-
Class org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCacheAttributes
class IndexedDiskCacheAttributes extends AbstractDiskCacheAttributes implements Serializable- serialVersionUID:
- -2190863599358782950L
-
Serialized Fields
-
clearDiskOnStartup
boolean clearDiskOnStartup
Should we clear the disk on startup. If true the contents of disk are cleared. -
maxKeySize
int maxKeySize
-1 means no limit. -
optimizeAtRemoveCount
int optimizeAtRemoveCount
default to -1, i.e., don't optimize until shutdown -
optimizeOnShutdown
boolean optimizeOnShutdown
Should we optimize on shutdown.
-
-
Class org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskElementDescriptor
class IndexedDiskElementDescriptor extends Object implements Serializable- serialVersionUID:
- -3029163572847659450L
-
Serialized Fields
-
len
int len
Number of bytes the serialized form of the cache data takes. -
pos
long pos
Position of the cache data entry on disk.
-
-
-
Package org.apache.commons.jcs3.auxiliary.disk.jdbc
-
Class org.apache.commons.jcs3.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
class JDBCDiskCacheAttributes extends AbstractDiskCacheAttributes implements Serializable- serialVersionUID:
- -6535808344813320062L
-
Serialized Fields
-
connectionPoolName
String connectionPoolName
If a pool name is supplied, the manager will attempt to load it. It should be configured in a separate section as follows. Assuming the name is "MyPool":jcs.jdbcconnectionpool.MyPool.attributes.userName=MyUserName jcs.jdbcconnectionpool.MyPool.attributes.password=MyPassword jcs.jdbcconnectionpool.MyPool.attributes.url=MyUrl jcs.jdbcconnectionpool.MyPool.attributes.maxActive=MyMaxActive jcs.jdbcconnectionpool.MyPool.attributes.driverClassName=MyDriverClassName
-
database
String database
The name of the database. -
driverClassName
String driverClassName
The driver -
jndiPath
String jndiPath
The JNDI path. -
jndiTTL
long jndiTTL
The time between two JNDI lookups -
maxTotal
int maxTotal
Max connections allowed -
password
String password
DB password -
shrinkerIntervalSeconds
int shrinkerIntervalSeconds
How often should we remove expired. -
tableName
String tableName
The table name -
testBeforeInsert
boolean testBeforeInsert
If false we will insert and if it fails we will update. -
url
String url
URL for the db -
useDiskShrinker
boolean useDiskShrinker
Should we remove expired in the background. -
userName
String userName
DB username
-
-
Class org.apache.commons.jcs3.auxiliary.disk.jdbc.TableState
class TableState extends Object implements Serializable- serialVersionUID:
- -6625081552084964885L
-
Serialized Fields
-
state
int state
we might want to add error -
tableName
String tableName
Name of the table whose state this reflects.
-
-
-
Package org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
-
Class org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
class MySQLDiskCacheAttributes extends JDBCDiskCacheAttributes implements Serializable- serialVersionUID:
- -6535808344813320061L
-
Serialized Fields
-
balkDuringOptimization
boolean balkDuringOptimization
If true, we will balk, that is return null during optimization rather than block. -
optimizationSchedule
String optimizationSchedule
For now this is a simple comma delimited list of HH:MM:SS times to optimize the table. If none is supplied, then no optimizations will be performed.In the future we can add a chron like scheduling system. This is to meet a pressing current need.
03:01,15:00 will cause the optimizer to run at 3 am and at 3 pm.
-
-
-
Package org.apache.commons.jcs3.auxiliary.lateral
-
Class org.apache.commons.jcs3.auxiliary.lateral.LateralCacheAttributes
class LateralCacheAttributes extends AbstractAuxiliaryCacheAttributes implements Serializable- serialVersionUID:
- -3408449508837393660L
-
Serialized Fields
-
httpListenerPort
int httpListenerPort
this needs to change -
httpServer
String httpServer
used to identify the service that this manager will be operating on -
httpServers
String httpServers
The http servers -
putOnlyMode
boolean putOnlyMode
disables gets from laterals -
receive
boolean receive
do we receive and broadcast or only broadcast this is useful when you don't want to get any notifications -
transmissionType
ILateralCacheAttributes.Type transmissionType
indicates the lateral type, this needs to change -
udpMulticastAddr
String udpMulticastAddr
this needs to change -
udpMulticastPort
int udpMulticastPort
this needs to change -
zombieQueueMaxSize
int zombieQueueMaxSize
If the primary fails, we will queue items before reconnect. This limits the number of items that can be queued.
-
-
Class org.apache.commons.jcs3.auxiliary.lateral.LateralElementDescriptor
class LateralElementDescriptor extends Object implements Serializable- serialVersionUID:
- 5268222498076063575L
-
Serialized Fields
-
ce
ICacheElement<K,
V> ce The Cache Element that we are distributing. -
command
LateralCommand command
The operation has been requested by the client. -
requesterId
long requesterId
The id of the source of the request. This is used to prevent infinite loops. -
valHashCode
int valHashCode
The hash code value for this element.
-
-
-
Package org.apache.commons.jcs3.auxiliary.lateral.behavior
-
Package org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
-
Class org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
class TCPLateralCacheAttributes extends LateralCacheAttributes implements Serializable- serialVersionUID:
- 1077889204513905220L
-
Serialized Fields
-
allowGet
boolean allowGet
can we go laterally for a get -
allowPut
boolean allowPut
can we put -
filterRemoveByHashCode
boolean filterRemoveByHashCode
don't remove it the hash code is the same -
issueRemoveOnPut
boolean issueRemoveOnPut
call remove when there is a put -
openTimeOut
int openTimeOut
Only block for openTimeOut seconds before timing out on startup. -
socketTimeOut
int socketTimeOut
Only block for socketTimeOut seconds before timing out on a read. -
tcpListenerHost
String tcpListenerHost
The host -
tcpListenerPort
int tcpListenerPort
The port -
tcpServer
String tcpServer
used to identify the service that this manager will be operating on -
tcpServers
String tcpServers
TCP -------------------------------------------- -
udpDiscoveryAddr
String udpDiscoveryAddr
udp discovery for tcp server -
udpDiscoveryEnabled
boolean udpDiscoveryEnabled
discovery switch -
udpDiscoveryPort
int udpDiscoveryPort
discovery port -
udpTTL
int udpTTL
udp datagram TTL
-
-
-
Package org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behavior
-
Package org.apache.commons.jcs3.auxiliary.remote
-
Class org.apache.commons.jcs3.auxiliary.remote.CommonRemoteCacheAttributes
class CommonRemoteCacheAttributes extends AbstractAuxiliaryCacheAttributes implements Serializable- serialVersionUID:
- -1555143736942374000L
-
Serialized Fields
-
clusterServers
String clusterServers
Cluster chain -
getOnly
boolean getOnly
Can we receive from or put to the remote. this probably shouldn't be used. Use receive. -
localClusterConsistency
boolean localClusterConsistency
Should we put and get from the clusters. -
location
RemoteLocation location
server host and port -
remoteServiceName
String remoteServiceName
The service name -
remoteType
RemoteType remoteType
THe type of remote cache, local or cluster -
removeUponRemotePut
boolean removeUponRemotePut
Should we issue a local remove if we get a put from a remote server -
rmiSocketFactoryTimeoutMillis
int rmiSocketFactoryTimeoutMillis
read and connect timeout
-
-
Class org.apache.commons.jcs3.auxiliary.remote.RemoteCacheAttributes
class RemoteCacheAttributes extends CommonRemoteCacheAttributes implements Serializable- serialVersionUID:
- -1555143736942374000L
-
Serialized Fields
-
failoverIndex
int failoverIndex
what failover server we are connected to. -
failovers
List<RemoteLocation> failovers
List of failover server addresses -
failoverServers
String failoverServers
Failover servers will be used by local caches one at a time. Listeners will be registered with all cluster servers. If we add a get from cluster attribute we will have the ability to chain clusters and have them get from each other. -
getTimeoutMillis
int getTimeoutMillis
must be greater than 0 for a pool to be used. -
localPort
int localPort
callback -
receive
boolean receive
Can we receive from the server. You might have a 0 local store and keep everything on the remote. If so, you don't want to be notified of updates. -
threadPoolName
String threadPoolName
default name is remote_cache_client -
zombieQueueMaxSize
int zombieQueueMaxSize
If the primary fails, we will queue items before reconnect. This limits the number of items that can be queued.
-
-
-
Package org.apache.commons.jcs3.auxiliary.remote.behavior
-
Package org.apache.commons.jcs3.auxiliary.remote.http.client
-
Class org.apache.commons.jcs3.auxiliary.remote.http.client.RemoteHttpCacheAttributes
class RemoteHttpCacheAttributes extends RemoteCacheAttributes implements Serializable- serialVersionUID:
- -5944327125140505212L
-
Serialized Fields
-
connectionTimeoutMillis
int connectionTimeoutMillis
The socket connections timeout -
httpVersion
String httpVersion
http version to use. -
includeCacheNameAsParameter
boolean includeCacheNameAsParameter
The cache name will be included on the parameters -
includeKeysAndPatternsAsParameter
boolean includeKeysAndPatternsAsParameter
keys and patterns will be included in the parameters -
includeRequestTypeasAsParameter
boolean includeRequestTypeasAsParameter
keys and patterns will be included in the parameters -
maxConnectionsPerHost
int maxConnectionsPerHost
The max connections allowed per host -
remoteHttpClientClassName
String remoteHttpClientClassName
This allows users to inject their own client implementation. -
socketTimeoutMillis
int socketTimeoutMillis
The socket timeout. -
url
String url
The complete URL to the service.
-
-
-
Package org.apache.commons.jcs3.auxiliary.remote.http.server
-
Class org.apache.commons.jcs3.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
class RemoteHttpCacheServerAttributes extends AbstractAuxiliaryCacheAttributes implements Serializable- serialVersionUID:
- -3987239306108780496L
-
Serialized Fields
-
allowClusterGet
boolean allowClusterGet
Can a cluster remote get from other remotes -
localClusterConsistency
boolean localClusterConsistency
Can a cluster remote put to other remotes
-
-
Class org.apache.commons.jcs3.auxiliary.remote.http.server.RemoteHttpCacheServlet
class RemoteHttpCacheServlet extends HttpServlet implements Serializable- serialVersionUID:
- 8752849397531933346L
-
Serialized Fields
-
serviceCalls
int serviceCalls
Number of service calls.
-
-
-
Package org.apache.commons.jcs3.auxiliary.remote.server
-
Class org.apache.commons.jcs3.auxiliary.remote.server.RemoteCacheServer
class RemoteCacheServer extends UnicastRemoteObject implements Serializable- serialVersionUID:
- -8072345435941473116L
-
Serialized Fields
-
idIPMap
ConcurrentMap<Long,
String> idIPMap relates listener id with an ip address -
idTypeMap
ConcurrentMap<Long,
RemoteType> idTypeMap relates listener id with a type -
listenerId
int[] listenerId
Used to get the next listener id. -
puts
int puts
Number of puts into the cache. -
remoteCacheServerAttributes
IRemoteCacheServerAttributes remoteCacheServerAttributes
Configuration settings.
-
-
Class org.apache.commons.jcs3.auxiliary.remote.server.RemoteCacheServerAttributes
class RemoteCacheServerAttributes extends CommonRemoteCacheAttributes implements Serializable- serialVersionUID:
- -2741662082869155365L
-
Serialized Fields
-
allowClusterGet
boolean allowClusterGet
Can a cluster remote get from other remotes -
configFileName
String configFileName
The config file, the initialization is multistage. Remote cache then composite cache. -
registryKeepAliveDelayMillis
long registryKeepAliveDelayMillis
The delay between runs -
servicePort
int servicePort
port the server will listen to -
startRegistry
boolean startRegistry
Should we start the registry -
useRegistryKeepAlive
boolean useRegistryKeepAlive
Should we try to keep the registry alive
-
-
Class org.apache.commons.jcs3.auxiliary.remote.server.RemoteCacheStartupServlet
class RemoteCacheStartupServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.commons.jcs3.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
class TimeoutConfigurableRMISocketFactory extends RMISocketFactory implements Serializable- serialVersionUID:
- 1489909775271203334L
-
Serialized Fields
-
openTimeout
int openTimeout
The socket open timeout -
readTimeout
int readTimeout
The socket read timeout
-
-
-
Package org.apache.commons.jcs3.auxiliary.remote.server.behavior
-
Package org.apache.commons.jcs3.auxiliary.remote.value
-
Class org.apache.commons.jcs3.auxiliary.remote.value.RemoteCacheRequest
class RemoteCacheRequest extends Object implements Serializable- serialVersionUID:
- -8858447417390442569L
-
Serialized Fields
-
cacheElement
ICacheElement<K,
V> cacheElement The ICacheEleemnt, if this request contains a value. Only update requests will have this. -
cacheName
String cacheName
The name of the region -
key
K key
The key, if this request has a key. -
keySet
Set<K> keySet
The keySet, if this request has a keySet. Only getMultiple requests. -
pattern
String pattern
The pattern, if this request uses a pattern. Only getMatching requests. -
requesterId
long requesterId
Used to identify the source. Same as listener id on the client side. -
requestType
RemoteRequestType requestType
The request type specifies the type of request: get, put, remove, . .
-
-
Class org.apache.commons.jcs3.auxiliary.remote.value.RemoteCacheResponse
class RemoteCacheResponse extends Object implements Serializable- serialVersionUID:
- -8858447417390442568L
-
-
Package org.apache.commons.jcs3.engine
-
Class org.apache.commons.jcs3.engine.CacheElement
class CacheElement extends Object implements Serializable- serialVersionUID:
- -6062305728297627263L
-
Serialized Fields
-
attr
IElementAttributes attr
These attributes hold information about the element and what it is allowed to do. -
cacheName
String cacheName
The name of the cache region. This is a namespace. -
key
K key
This is the cache key by which the value can be referenced. -
val
V val
This is the cached value, reference by the key.
-
-
Class org.apache.commons.jcs3.engine.CacheElementSerialized
- serialVersionUID:
- -7265084818647601874L
-
Serialized Fields
-
serializedValue
byte[] serializedValue
The serialized value.
-
-
Class org.apache.commons.jcs3.engine.CompositeCacheAttributes
class CompositeCacheAttributes extends Object implements Serializable- serialVersionUID:
- 6754049978134196787L
-
Serialized Fields
-
cacheName
String cacheName
The name of this cache region. -
diskUsagePattern
ICompositeCacheAttributes.DiskUsagePattern diskUsagePattern
Set via DISK_USAGE_PATTERN_NAME -
maxMemoryIdleTimeSeconds
long maxMemoryIdleTimeSeconds
maxMemoryIdleTimeSeconds -
maxObjs
int maxObjs
The maximum objects that the memory cache will be allowed to hold. -
maxSpoolPerRun
int maxSpoolPerRun
The maximum number the shrinker will spool to disk per run. -
memoryCacheName
String memoryCacheName
The name of the memory cache implementation class. -
shrinkerIntervalSeconds
long shrinkerIntervalSeconds
shrinkerIntervalSeconds -
spoolChunkSize
int spoolChunkSize
How many to spool to disk at a time. -
useDisk
boolean useDisk
Whether we should use a disk cache if it is configured. -
useLateral
boolean useLateral
allow lateral caches -
useMemoryShrinker
boolean useMemoryShrinker
Whether or not we should run the memory shrinker thread. -
useRemote
boolean useRemote
allow remote caches
-
-
Class org.apache.commons.jcs3.engine.ElementAttributes
class ElementAttributes extends Object implements Serializable- serialVersionUID:
- 7814990748035017441L
-
Serialized Fields
-
createTime
long createTime
The creation time. This is used to enforce the max life. -
IS_ETERNAL
boolean IS_ETERNAL
You can turn off expiration by setting this to true. This causes the cache to bypass both max life and idle time expiration. -
IS_LATERAL
boolean IS_LATERAL
Is this item laterally distributable -
IS_REMOTE
boolean IS_REMOTE
Can this item be sent to the remote cache -
IS_SPOOL
boolean IS_SPOOL
Can this item be flushed to disk -
lastAccessTime
long lastAccessTime
The last access time. This is used to enforce the max idel time. -
maxIdleTime
long maxIdleTime
The maximum time an entry can be idle. Setting this to -1 causes the idle time check to be ignored. -
maxLife
long maxLife
Max life seconds -
size
int size
The byte size of the field. Must be manually set. -
timeFactor
long timeFactor
-
-
-
Package org.apache.commons.jcs3.engine.behavior
-
Package org.apache.commons.jcs3.engine.control.event
-
Class org.apache.commons.jcs3.engine.control.event.ElementEvent
class ElementEvent extends EventObject implements Serializable- serialVersionUID:
- -5364117411457467056L
-
Serialized Fields
-
elementEvent
ElementEventType elementEvent
default event code
-
-
-
Package org.apache.commons.jcs3.engine.control.event.behavior
-
Package org.apache.commons.jcs3.engine.control.group
-
Class org.apache.commons.jcs3.engine.control.group.GroupAttrName
class GroupAttrName extends Object implements Serializable- serialVersionUID:
- 1586079686300744198L
-
Class org.apache.commons.jcs3.engine.control.group.GroupId
class GroupId extends Object implements Serializable- serialVersionUID:
- 4626368486444860133L
-
-
Package org.apache.commons.jcs3.engine.logging
-
Class org.apache.commons.jcs3.engine.logging.CacheEvent
class CacheEvent extends Object implements Serializable- serialVersionUID:
- -5913139566421714330L
-
Serialized Fields
-
createTime
long createTime
The time at which this object was created. -
eventName
String eventName
The event name: update, get, remove, etc. -
key
K key
The key that was put or retrieved. -
optionalDetails
String optionalDetails
disk location, ip, etc. -
region
String region
The cache region -
source
String source
The auxiliary or other source of the event.
-
-
-
Package org.apache.commons.jcs3.engine.logging.behavior
-
Package org.apache.commons.jcs3.engine.match
-
Class org.apache.commons.jcs3.engine.match.KeyMatcherPatternImpl
class KeyMatcherPatternImpl extends Object implements Serializable- serialVersionUID:
- 6667352064144381264L
-
-
Package org.apache.commons.jcs3.engine.match.behavior
-
Package org.apache.commons.jcs3.engine.memory.lru
-
Class org.apache.commons.jcs3.engine.memory.lru.LHMLRUMemoryCache.LHMSpooler
- serialVersionUID:
- -1255907868906762484L
-
-
Package org.apache.commons.jcs3.engine.memory.util
-
Class org.apache.commons.jcs3.engine.memory.util.MemoryElementDescriptor
class MemoryElementDescriptor extends DoubleLinkedListNode<ICacheElement<K,V>> implements Serializable - serialVersionUID:
- -1905161209035522460L
-
Class org.apache.commons.jcs3.engine.memory.util.SoftReferenceElementDescriptor
- serialVersionUID:
- -1905161209035522460L
-
-
Package org.apache.commons.jcs3.engine.stats
-
Class org.apache.commons.jcs3.engine.stats.CacheStats
class CacheStats extends Stats implements Serializable- serialVersionUID:
- 529914708798168590L
-
Class org.apache.commons.jcs3.engine.stats.StatElement
class StatElement extends Object implements Serializable- serialVersionUID:
- -2982373725267618092L
-
Class org.apache.commons.jcs3.engine.stats.Stats
class Stats extends Object implements Serializable- serialVersionUID:
- 227327902875154010L
-
Serialized Fields
-
stats
List<IStatElement<?>> stats
The stats -
typeName
String typeName
The type of stat
-
-
-
Package org.apache.commons.jcs3.engine.stats.behavior
-
Package org.apache.commons.jcs3.utils.config
-
Exception org.apache.commons.jcs3.utils.config.PropertySetterException
class PropertySetterException extends Exception implements Serializable- serialVersionUID:
- -210271658004609028L
-
Serialized Fields
-
rootCause
Throwable rootCause
Description of the Field
-
-
-
Package org.apache.commons.jcs3.utils.discovery
-
Class org.apache.commons.jcs3.utils.discovery.DiscoveredService
class DiscoveredService extends Object implements Serializable- serialVersionUID:
- -7810164772089509751L
-
Class org.apache.commons.jcs3.utils.discovery.UDPDiscoveryMessage
class UDPDiscoveryMessage extends Object implements Serializable- serialVersionUID:
- -5332377899560951793L
-
Serialized Fields
-
cacheNames
ArrayList<String> cacheNames
Names of regions -
host
String host
UDP host -
messageType
UDPDiscoveryMessage.BroadcastType messageType
The message type -
port
int port
udp port -
requesterId
long requesterId
Id of the requester, allows self-filtration
-
-
-
Package org.apache.commons.jcs3.utils.struct
-
Class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode
class DoubleLinkedListNode extends Object implements Serializable- serialVersionUID:
- -1114934407695836097L
-
Serialized Fields
-
next
DoubleLinkedListNode<T> next
Double Linked list references -
payload
T payload
The object in the node. -
prev
DoubleLinkedListNode<T> prev
Double Linked list references
-
-
Class org.apache.commons.jcs3.utils.struct.LRUElementDescriptor
- serialVersionUID:
- 8249555756363020156L
-
Serialized Fields
-
key
K key
The key value
-
-