Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.jcs
,
org.apache.jcs.access
,
org.apache.jcs.access.behavior
,
org.apache.jcs.access.exception
,
org.apache.jcs.access.monitor
,
org.apache.jcs.admin
,
org.apache.jcs.admin.servlet
,
org.apache.jcs.auxiliary
,
org.apache.jcs.auxiliary.disk
,
org.apache.jcs.auxiliary.disk.behavior
,
org.apache.jcs.auxiliary.disk.block
,
org.apache.jcs.auxiliary.disk.indexed
,
org.apache.jcs.auxiliary.disk.jdbc
,
org.apache.jcs.auxiliary.disk.jdbc.hsql
,
org.apache.jcs.auxiliary.disk.jdbc.mysql
,
org.apache.jcs.auxiliary.disk.jdbc.mysql.util
,
org.apache.jcs.auxiliary.lateral
,
org.apache.jcs.auxiliary.lateral.behavior
,
org.apache.jcs.auxiliary.lateral.socket.tcp
,
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior
,
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery
,
org.apache.jcs.auxiliary.lateral.socket.tcp.utils
,
org.apache.jcs.auxiliary.remote
,
org.apache.jcs.auxiliary.remote.behavior
,
org.apache.jcs.auxiliary.remote.http.behavior
,
org.apache.jcs.auxiliary.remote.http.client
,
org.apache.jcs.auxiliary.remote.http.client.behavior
,
org.apache.jcs.auxiliary.remote.http.server
,
org.apache.jcs.auxiliary.remote.server
,
org.apache.jcs.auxiliary.remote.server.behavior
,
org.apache.jcs.auxiliary.remote.util
,
org.apache.jcs.auxiliary.remote.value
,
org.apache.jcs.engine
,
org.apache.jcs.engine.behavior
,
org.apache.jcs.engine.control
,
org.apache.jcs.engine.control.event
,
org.apache.jcs.engine.control.event.behavior
,
org.apache.jcs.engine.control.group
,
org.apache.jcs.engine.logging
,
org.apache.jcs.engine.logging.behavior
,
org.apache.jcs.engine.match
,
org.apache.jcs.engine.match.behavior
,
org.apache.jcs.engine.memory
,
org.apache.jcs.engine.memory.behavior
,
org.apache.jcs.engine.memory.fifo
,
org.apache.jcs.engine.memory.lru
,
org.apache.jcs.engine.memory.mru
,
org.apache.jcs.engine.memory.shrinking
,
org.apache.jcs.engine.memory.util
,
org.apache.jcs.engine.stats
,
org.apache.jcs.engine.stats.behavior
,
org.apache.jcs.utils.access
,
org.apache.jcs.utils.config
,
org.apache.jcs.utils.net
,
org.apache.jcs.utils.props
,
org.apache.jcs.utils.serialization
,
org.apache.jcs.utils.servlet
,
org.apache.jcs.utils.struct
,
org.apache.jcs.utils.threadpool
,
org.apache.jcs.utils.threadpool.behavior
,
org.apache.jcs.utils.timing
Class Hierarchy
java.lang.Object
org.apache.jcs.auxiliary.remote.
AbsractRemoteCacheListener
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
)
org.apache.jcs.auxiliary.remote.
RemoteCacheListener
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
, java.io.Serializable)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpClientListener
org.apache.jcs.auxiliary.
AbstractAuxiliaryCache
(implements org.apache.jcs.auxiliary.
AuxiliaryCache
)
org.apache.jcs.auxiliary.
AbstractAuxiliaryCacheEventLogging
org.apache.jcs.auxiliary.disk.
AbstractDiskCache
(implements org.apache.jcs.auxiliary.
AuxiliaryCache
, java.io.Serializable)
org.apache.jcs.auxiliary.disk.block.
BlockDiskCache
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCache
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCache
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLDiskCache
org.apache.jcs.auxiliary.remote.
AbstractRemoteAuxiliaryCache
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
)
org.apache.jcs.auxiliary.remote.
RemoteCache
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCache
org.apache.jcs.auxiliary.lateral.
LateralCache
org.apache.jcs.auxiliary.remote.
AbstractRemoteCacheNoWaitFacade
org.apache.jcs.auxiliary.remote.
RemoteCacheNoWaitFacade
org.apache.jcs.auxiliary.lateral.
LateralCacheNoWait
org.apache.jcs.auxiliary.lateral.
LateralCacheNoWaitFacade
org.apache.jcs.auxiliary.remote.
RemoteCacheNoWait
org.apache.jcs.auxiliary.
AbstractAuxiliaryCacheAttributes
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
)
org.apache.jcs.auxiliary.disk.
AbstractDiskCacheAttributes
(implements org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
)
org.apache.jcs.auxiliary.disk.block.
BlockDiskCacheAttributes
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCacheAttributes
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheAttributes
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLDiskCacheAttributes
org.apache.jcs.auxiliary.lateral.
LateralCacheAttributes
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheAttributes
, java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.
TCPLateralCacheAttributes
(implements org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
)
org.apache.jcs.auxiliary.remote.
RemoteCacheAttributes
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheAttributes
org.apache.jcs.auxiliary.remote.server.
RemoteCacheServerAttributes
(implements org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
)
org.apache.jcs.auxiliary.remote.http.server.
RemoteHttpCacheServerAttributes
org.apache.jcs.auxiliary.disk.
AbstractDiskCacheManager
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheManager
)
org.apache.jcs.auxiliary.disk.block.
BlockDiskCacheManager
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCacheManager
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheManagerAbstractTemplate
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheManager
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLDiskCacheManager
org.apache.jcs.engine.memory.
AbstractDoulbeLinkedListMemoryCache.IteratorWrapper
(implements java.util.Iterator<E>)
org.apache.jcs.engine.memory.
AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
(implements java.util.Map.Entry<K,V>)
org.apache.jcs.auxiliary.remote.http.client.
AbstractHttpClient
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheDispatcher
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheDispatcher
)
org.apache.jcs.utils.access.
AbstractJCSWorkerHelper
(implements org.apache.jcs.utils.access.
JCSWorkerHelper
)
org.apache.jcs.engine.memory.
AbstractMemoryCache
(implements org.apache.jcs.engine.memory.
MemoryCache
, java.io.Serializable)
org.apache.jcs.engine.memory.
AbstractDoulbeLinkedListMemoryCache
org.apache.jcs.engine.memory.fifo.
FIFOMemoryCache
org.apache.jcs.engine.memory.lru.
LRUMemoryCache
org.apache.jcs.engine.memory.mru.
MRUMemoryCache
org.apache.jcs.auxiliary.remote.http.server.
AbstractRemoteCacheService
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheService
)
org.apache.jcs.auxiliary.remote.http.server.
RemoteHttpCacheService
org.apache.jcs.auxiliary.
AuxiliaryCacheConfigurator
org.apache.jcs.auxiliary.disk.block.
BlockDisk
org.apache.jcs.auxiliary.disk.block.
BlockDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.block.
BlockDiskElementDescriptor
(implements java.io.Externalizable, java.io.Serializable)
org.apache.jcs.auxiliary.disk.block.
BlockDiskKeyStore
org.apache.jcs.utils.struct.
BoundedQueue
org.apache.jcs.access.
CacheAccess
(implements org.apache.jcs.access.behavior.
ICacheAccess
)
org.apache.jcs.access.
GroupCacheAccess
(implements org.apache.jcs.access.behavior.
IGroupCacheAccess
)
org.apache.jcs.
JCS
org.apache.jcs.engine.
CacheAdaptor
(implements org.apache.jcs.engine.behavior.
ICacheListener
)
org.apache.jcs.engine.
CacheElement
(implements org.apache.jcs.engine.behavior.
ICacheElement
, java.io.Serializable)
org.apache.jcs.admin.
CacheElementInfo
org.apache.jcs.engine.
CacheElementSerialized
(implements org.apache.jcs.engine.behavior.
ICacheElementSerialized
)
org.apache.jcs.engine.logging.
CacheEvent
(implements org.apache.jcs.engine.logging.behavior.
ICacheEvent
)
org.apache.jcs.engine.logging.
CacheEventLoggerDebugLogger
(implements org.apache.jcs.engine.logging.behavior.
ICacheEventLogger
)
org.apache.jcs.engine.
CacheEventQueue
(implements org.apache.jcs.engine.behavior.
ICacheEventQueue
)
org.apache.jcs.engine.
CacheEventQueueFactory
org.apache.jcs.engine.
CacheGroup
org.apache.jcs.engine.
CacheInfo
org.apache.jcs.engine.
CacheListeners
org.apache.jcs.admin.
CacheRegionInfo
org.apache.jcs.engine.
CacheWatchRepairable
(implements org.apache.jcs.engine.behavior.
ICacheObserver
)
org.apache.jcs.auxiliary.lateral.
LateralCacheWatchRepairable
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheObserver
)
org.apache.jcs.auxiliary.remote.
RemoteCacheWatchRepairable
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
)
org.apache.jcs.engine.control.
CompositeCache
(implements org.apache.jcs.engine.behavior.
ICache
, java.io.Serializable)
org.apache.jcs.engine.
CompositeCacheAttributes
(implements java.lang.Cloneable, org.apache.jcs.engine.behavior.
ICompositeCacheAttributes
)
org.apache.jcs.engine.control.
CompositeCacheConfigurator
org.apache.jcs.engine.control.
CompositeCacheManager
(implements org.apache.jcs.engine.behavior.
ICompositeCacheManager
, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
, org.apache.jcs.engine.behavior.
IShutdownObservable
, java.io.Serializable)
org.apache.jcs.utils.struct.
DoubleLinkedList
org.apache.jcs.utils.struct.
DoubleLinkedListNode
(implements java.io.Serializable)
org.apache.jcs.utils.struct.
LRUElementDescriptor
org.apache.jcs.engine.memory.util.
MemoryElementDescriptor
org.apache.jcs.utils.timing.
ElapsedTimer
org.apache.jcs.engine.
ElementAttributes
(implements java.lang.Cloneable, org.apache.jcs.engine.behavior.
IElementAttributes
, java.io.Serializable)
org.apache.jcs.engine.control.event.
ElementEventQueue
(implements org.apache.jcs.engine.control.event.behavior.
IElementEventQueue
)
java.util.EventObject (implements java.io.Serializable)
org.apache.jcs.engine.control.event.
ElementEvent
(implements org.apache.jcs.engine.control.event.behavior.
IElementEvent
, org.apache.jcs.engine.control.event.behavior.
IElementEventConstants
)
javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
javax.servlet.http.HttpServlet (implements java.io.Serializable)
org.apache.jcs.auxiliary.remote.server.
RemoteCacheStartupServlet
org.apache.jcs.auxiliary.remote.http.server.
RemoteHttpCacheServlet
org.apache.velocity.servlet.VelocityServlet
org.apache.jcs.admin.servlet.
JCSAdminServlet
org.apache.jcs.engine.control.group.
GroupAttrName
(implements java.io.Serializable)
org.apache.jcs.engine.control.group.
GroupId
(implements java.io.Serializable)
org.apache.jcs.utils.net.
HostNameUtil
org.apache.jcs.auxiliary.disk.jdbc.hsql.
HSQLDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskDumper
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskElementDescriptor
(implements java.lang.Comparable<T>, java.io.Serializable)
org.apache.jcs.utils.config.
IUtilConstants.Config
org.apache.jcs.admin.
JCSAdminBean
org.apache.jcs.utils.servlet.
JCSServletContextListener
(implements javax.servlet.ServletContextListener)
org.apache.jcs.utils.access.
JCSWorker
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCachePoolAccess
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCachePoolAccessAttributes
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCachePoolAccessFactory
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCachePoolAccessManager
org.apache.jcs.engine.match.
KeyMatcherPatternImpl
(implements org.apache.jcs.engine.match.behavior.
IKeyMatcher
)
org.apache.jcs.auxiliary.lateral.
LateralCacheAbstractFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPCacheFactory
org.apache.jcs.auxiliary.lateral.
LateralCacheAbstractManager
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPCacheManager
org.apache.jcs.auxiliary.lateral.
LateralCacheInfo
org.apache.jcs.auxiliary.lateral.
LateralCacheMonitor
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.
LateralCacheRestore
(implements org.apache.jcs.engine.behavior.
ICacheRestore
)
org.apache.jcs.auxiliary.lateral.
LateralElementDescriptor
(implements java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheListener
, java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener.ConnectionHandler
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPSender
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPService
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheObserver
, org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheService
)
org.apache.jcs.utils.struct.
LRUMap
(implements java.util.Map<K,V>)
org.apache.jcs.auxiliary.disk.
LRUMapJCS
org.apache.jcs.auxiliary.disk.block.
BlockDiskKeyStore.LRUMap
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCache.LRUMap
org.apache.jcs.utils.struct.
LRUMapEntry
(implements java.util.Map.Entry<K,V>, java.io.Serializable)
org.apache.jcs.access.monitor.
MonitorAccess
(implements java.io.Serializable)
org.apache.jcs.access.monitor.
MonitorXMLRPCServer
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLTableOptimizer
org.apache.jcs.utils.config.
OptionConverter
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
org.apache.jcs.admin.
CountingOnlyOutputStream
org.apache.jcs.utils.threadpool.
PoolConfiguration
(implements java.lang.Cloneable, org.apache.jcs.utils.threadpool.behavior.
IPoolConfiguration
)
org.apache.jcs.engine.
PooledCacheEventQueue
(implements org.apache.jcs.engine.behavior.
ICacheEventQueue
)
org.apache.jcs.utils.props.
PropertyLoader
org.apache.jcs.utils.config.
PropertySetter
org.apache.jcs.auxiliary.disk.
PurgatoryElement
(implements org.apache.jcs.engine.behavior.
ICacheElement
, java.io.Serializable)
org.apache.jcs.auxiliary.remote.server.
RegistryKeepAliveRunner
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.remote.
RemoteCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.remote.
RemoteCacheFailoverRunner
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.remote.
RemoteCacheManager
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheManager
, org.apache.jcs.engine.behavior.
IShutdownObserver
)
org.apache.jcs.auxiliary.remote.
RemoteCacheMonitor
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.remote.value.
RemoteCacheRequest
(implements java.io.Serializable)
org.apache.jcs.auxiliary.remote.util.
RemoteCacheRequestFactory
org.apache.jcs.auxiliary.remote.util.
RemoteCacheRequestUtil
org.apache.jcs.auxiliary.remote.value.
RemoteCacheResponse
(implements java.io.Serializable)
org.apache.jcs.auxiliary.remote.
RemoteCacheRestore
(implements org.apache.jcs.engine.behavior.
ICacheRestore
)
org.apache.jcs.auxiliary.remote.server.
RemoteCacheServerFactory
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
)
org.apache.jcs.auxiliary.remote.server.
RemoteCacheServerInfo
org.apache.jcs.auxiliary.remote.http.server.
RemoteCacheServiceAdaptor
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheClient
(implements org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheManager
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheManager
, org.apache.jcs.engine.behavior.
IShutdownObserver
)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheMonitor
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.remote.http.server.
RemoteHttpCacheSeviceFactory
org.apache.jcs.auxiliary.remote.
RemoteUtils
java.rmi.server.RMISocketFactory (implements java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory)
org.apache.jcs.auxiliary.remote.server.
TimeoutConfigurableRMIScoketFactory
(implements java.io.Serializable)
org.apache.jcs.auxiliary.disk.jdbc.mysql.util.
ScheduleParser
org.apache.jcs.utils.serialization.
SerializationConversionUtil
org.apache.jcs.auxiliary.disk.jdbc.
ShrinkerThread
(implements java.lang.Runnable)
org.apache.jcs.engine.memory.shrinking.
ShrinkerThread
(implements java.lang.Runnable)
org.apache.jcs.utils.struct.
SingleLinkedList
org.apache.jcs.utils.timing.
SleepUtil
org.apache.jcs.auxiliary.lateral.socket.tcp.utils.
SocketOpener
(implements java.lang.Runnable)
org.apache.jcs.utils.struct.
SortedPreferentialArray
org.apache.jcs.utils.serialization.
StandardSerializer
(implements org.apache.jcs.engine.behavior.
IElementSerializer
)
org.apache.jcs.engine.stats.
StatElement
(implements org.apache.jcs.engine.stats.behavior.
IStatElement
)
org.apache.jcs.engine.stats.
Stats
(implements org.apache.jcs.engine.stats.behavior.
IStats
)
org.apache.jcs.engine.stats.
CacheStats
(implements org.apache.jcs.engine.stats.behavior.
ICacheStats
)
org.apache.jcs.auxiliary.disk.jdbc.
TableState
(implements java.io.Serializable)
java.lang.Thread (implements java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener.ListenerThread
org.apache.jcs.utils.threadpool.
ThreadPool
org.apache.jcs.utils.threadpool.
ThreadPoolManager
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.apache.jcs.access.exception.
CacheException
org.apache.jcs.access.exception.
InvalidArgumentException
org.apache.jcs.access.exception.
InvalidGroupException
org.apache.jcs.access.exception.
InvalidHandleException
org.apache.jcs.access.exception.
NotARetrievableObjectException
org.apache.jcs.access.exception.
NullObjectException
org.apache.jcs.access.exception.
ObjectExistsException
org.apache.jcs.access.exception.
ObjectNotFoundException
org.apache.jcs.utils.config.
PropertySetterException
org.apache.jcs.auxiliary.disk.jdbc.mysql.util.
ScheduleFormatException
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoveryManager
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoveryMessage
(implements java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoveryReceiver
(implements org.apache.jcs.engine.behavior.
IShutdownObserver
, java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoveryReceiver.MessageHandler
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoverySender
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoverySenderThread
(implements java.lang.Runnable)
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery.
UDPDiscoveryService
(implements org.apache.jcs.engine.behavior.
IShutdownObserver
)
org.apache.jcs.engine.
ZombieCacheService
(implements org.apache.jcs.engine.behavior.
ICacheService
, org.apache.jcs.engine.behavior.
IZombie
)
org.apache.jcs.auxiliary.lateral.
ZombieLateralCacheService
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheService
)
org.apache.jcs.auxiliary.remote.
ZombieRemoteCacheService
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheService
)
org.apache.jcs.engine.
ZombieCacheWatch
(implements org.apache.jcs.engine.behavior.
ICacheObserver
, org.apache.jcs.engine.behavior.
IZombie
)
org.apache.jcs.auxiliary.lateral.
ZombieLateralCacheWatch
(implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheObserver
)
org.apache.jcs.auxiliary.remote.
ZombieRemoteCacheWatch
(implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
)
Interface Hierarchy
org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
org.apache.jcs.engine.
CacheConstants
java.lang.Cloneable
org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
(also extends java.io.Serializable)
org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheAttributes
(also extends java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheAttributes
(also extends org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
, java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.access.behavior.
ICacheAccess
org.apache.jcs.access.behavior.
IGroupCacheAccess
org.apache.jcs.engine.logging.behavior.
ICacheEventLogger
org.apache.jcs.engine.behavior.
ICacheEventQueue
org.apache.jcs.engine.behavior.
ICacheListener
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheListener
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
(also extends java.rmi.Remote)
org.apache.jcs.engine.behavior.
ICacheObserver
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheObserver
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
(also extends java.rmi.Remote)
org.apache.jcs.engine.behavior.
ICacheRestore
org.apache.jcs.engine.behavior.
ICacheService
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheService
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheService
(also extends java.rmi.Remote)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
org.apache.jcs.engine.behavior.
ICacheServiceAdmin
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheServiceAdmin
(also extends java.rmi.Remote)
org.apache.jcs.engine.behavior.
ICompositeCacheManager
org.apache.jcs.engine.behavior.
IElementAttributes
org.apache.jcs.engine.control.event.behavior.
IElementEventConstants
org.apache.jcs.engine.control.event.behavior.
IElementEventHandler
org.apache.jcs.engine.control.event.behavior.
IElementEventQueue
org.apache.jcs.engine.behavior.
IElementSerializer
org.apache.jcs.engine.match.behavior.
IKeyMatcher
org.apache.jcs.engine.memory.behavior.
IMemoryCache
org.apache.jcs.engine.memory.
MemoryCache
org.apache.jcs.utils.threadpool.behavior.
IPoolConfiguration
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheDispatcher
org.apache.jcs.auxiliary.remote.http.behavior.
IRemoteHttpCacheConstants
org.apache.jcs.engine.behavior.
IShutdownObservable
org.apache.jcs.engine.behavior.
IShutdownObserver
org.apache.jcs.engine.stats.behavior.
IStatElement
org.apache.jcs.utils.config.
IUtilConstants
org.apache.jcs.engine.behavior.
IZombie
org.apache.jcs.utils.access.
JCSWorkerHelper
java.rmi.Remote
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
(also extends org.apache.jcs.engine.behavior.
ICacheListener
)
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
(also extends org.apache.jcs.engine.behavior.
ICacheObserver
)
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheService
(also extends org.apache.jcs.engine.behavior.
ICacheService
)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheServiceAdmin
(also extends org.apache.jcs.engine.behavior.
ICacheServiceAdmin
)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
java.io.Serializable
org.apache.jcs.auxiliary.
AuxiliaryCache
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
(also extends java.lang.Cloneable)
org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheAttributes
(also extends java.io.Serializable)
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.
AuxiliaryCacheManager
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
org.apache.jcs.engine.behavior.
ICache
org.apache.jcs.auxiliary.
AuxiliaryCache
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.engine.behavior.
ICacheElement
org.apache.jcs.engine.behavior.
ICacheElementSerialized
org.apache.jcs.engine.behavior.
ICacheElementSerialized
org.apache.jcs.engine.logging.behavior.
ICacheEvent
org.apache.jcs.engine.behavior.
ICacheManager
org.apache.jcs.engine.stats.behavior.
ICacheStats
org.apache.jcs.engine.behavior.
ICacheType
org.apache.jcs.auxiliary.
AuxiliaryCache
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.auxiliary.
AuxiliaryCacheManager
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
org.apache.jcs.engine.behavior.
ICache
org.apache.jcs.auxiliary.
AuxiliaryCache
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.engine.behavior.
ICacheManager
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.engine.behavior.
ICompositeCacheAttributes
org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
org.apache.jcs.engine.control.event.behavior.
IElementEvent
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheAttributes
(also extends org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
)
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
org.apache.jcs.engine.stats.behavior.
IStats
org.apache.jcs.engine.stats.behavior.
ICacheStats
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior.
ITCPLateralCacheAttributes
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.