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.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.file
,
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.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.date
,
org.apache.jcs.utils.discovery
,
org.apache.jcs.utils.discovery.behavior
,
org.apache.jcs.utils.key
,
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.timing
,
org.apache.jcs.utils.zip
Class Hierarchy
java.lang.
Object
org.apache.jcs.auxiliary.
AbstractAuxiliaryCache
<K,V> (implements org.apache.jcs.auxiliary.
AuxiliaryCache
<K,V>)
org.apache.jcs.auxiliary.
AbstractAuxiliaryCacheEventLogging
<K,V>
org.apache.jcs.auxiliary.disk.
AbstractDiskCache
<K,V> (implements org.apache.jcs.auxiliary.
AuxiliaryCache
<K,V>)
org.apache.jcs.auxiliary.disk.block.
BlockDiskCache
<K,V> (implements org.apache.jcs.engine.behavior.
IRequireScheduler
)
org.apache.jcs.auxiliary.disk.file.
FileDiskCache
<K,V>
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCache
<K,V>
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCache
<K,V>
org.apache.jcs.auxiliary.disk.jdbc.mysql.
MySQLDiskCache
<K,V>
org.apache.jcs.auxiliary.remote.
AbstractRemoteAuxiliaryCache
<K,V> (implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
<K,V>)
org.apache.jcs.auxiliary.remote.
RemoteCache
<K,V>
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCache
<K,V>
org.apache.jcs.auxiliary.lateral.
LateralCache
<K,V>
org.apache.jcs.auxiliary.remote.
AbstractRemoteCacheNoWaitFacade
<K,V>
org.apache.jcs.auxiliary.remote.
RemoteCacheNoWaitFacade
<K,V>
org.apache.jcs.auxiliary.lateral.
LateralCacheNoWait
<K,V>
org.apache.jcs.auxiliary.lateral.
LateralCacheNoWaitFacade
<K,V>
org.apache.jcs.auxiliary.remote.
RemoteCacheNoWait
<K,V>
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.file.
FileDiskCacheAttributes
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.remote.
CommonRemoteCacheAttributes
(implements org.apache.jcs.auxiliary.remote.behavior.
ICommonRemoteCacheAttributes
)
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.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.http.server.
RemoteHttpCacheServerAttributes
org.apache.jcs.engine.
AbstractCacheEventQueue
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheEventQueue
<K,V>)
org.apache.jcs.engine.
CacheEventQueue
<K,V>
org.apache.jcs.engine.
PooledCacheEventQueue
<K,V>
org.apache.jcs.engine.
AbstractCacheEventQueue.AbstractCacheEvent
(implements java.lang.
Runnable
)
org.apache.jcs.engine.
AbstractCacheEventQueue.DisposeEvent
org.apache.jcs.engine.
AbstractCacheEventQueue.PutEvent
org.apache.jcs.engine.
AbstractCacheEventQueue.RemoveAllEvent
org.apache.jcs.engine.
AbstractCacheEventQueue.RemoveEvent
org.apache.jcs.engine.
AbstractCacheEventQueue.Node
org.apache.jcs.auxiliary.disk.
AbstractDiskCache.MyCacheListener
(implements org.apache.jcs.engine.behavior.
ICacheListener
<K,V>)
org.apache.jcs.auxiliary.disk.
AbstractDiskCacheManager
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheManager
)
org.apache.jcs.auxiliary.disk.block.
BlockDiskCacheManager
org.apache.jcs.auxiliary.disk.file.
FileDiskCacheManager
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.
AbstractDoubleLinkedListMemoryCache.IteratorWrapper
<K,V> (implements java.util.
Iterator
<E>)
org.apache.jcs.engine.memory.
AbstractDoubleLinkedListMemoryCache.MapEntryWrapper
<K,V> (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
)
java.util.
AbstractMap
<K,V> (implements java.util.
Map
<K,V>)
java.util.
HashMap
<K,V> (implements java.lang.
Cloneable
, java.util.
Map
<K,V>, java.io.
Serializable
)
java.util.
LinkedHashMap
<K,V> (implements java.util.
Map
<K,V>)
org.apache.jcs.engine.memory.lru.
LHMLRUMemoryCache.LHMSpooler
org.apache.jcs.engine.memory.
AbstractMemoryCache
<K,V> (implements org.apache.jcs.engine.memory.behavior.
IMemoryCache
<K,V>, org.apache.jcs.engine.behavior.
IRequireScheduler
, java.io.
Serializable
)
org.apache.jcs.engine.memory.
AbstractDoubleLinkedListMemoryCache
<K,V>
org.apache.jcs.engine.memory.fifo.
FIFOMemoryCache
<K,V>
org.apache.jcs.engine.memory.lru.
LRUMemoryCache
<K,V>
org.apache.jcs.engine.memory.mru.
MRUMemoryCache
<K,V>
org.apache.jcs.engine.memory.lru.
LHMLRUMemoryCache
<K,V>
org.apache.jcs.utils.props.
AbstractPropertyContainer
org.apache.jcs.access.
PartitionedCacheAccess
<K,V> (implements org.apache.jcs.access.behavior.
ICacheAccess
<K,V>)
org.apache.jcs.auxiliary.remote.
AbstractRemoteCacheListener
<K,V> (implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
<K,V>, java.io.
Serializable
)
org.apache.jcs.auxiliary.remote.
RemoteCacheListener
<K,V> (implements org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
<K,V>, java.io.
Serializable
)
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpClientListener
<K,V>
org.apache.jcs.auxiliary.remote.http.server.
AbstractRemoteCacheService
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V>)
org.apache.jcs.auxiliary.remote.http.server.
RemoteHttpCacheService
<K,V>
org.apache.jcs.utils.net.
AddressUtil
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
<K> (implements java.io.
Externalizable
, java.io.
Serializable
)
org.apache.jcs.auxiliary.disk.block.
BlockDiskKeyStore
<K>
org.apache.jcs.utils.struct.
BoundedQueue
<T>
org.apache.jcs.access.
CacheAccess
<K,V> (implements org.apache.jcs.access.behavior.
ICacheAccess
<K,V>)
org.apache.jcs.access.
GroupCacheAccess
<K,V> (implements org.apache.jcs.access.behavior.
IGroupCacheAccess
<K,V>)
org.apache.jcs.
JCS
<K,V>
org.apache.jcs.engine.
CacheAdaptor
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheListener
<K,V>)
org.apache.jcs.engine.
CacheElement
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheElement
<K,V>, java.io.
Serializable
)
org.apache.jcs.admin.
CacheElementInfo
org.apache.jcs.engine.
CacheElementSerialized
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheElementSerialized
<K,V>)
org.apache.jcs.engine.logging.
CacheEvent
<K> (implements org.apache.jcs.engine.logging.behavior.
ICacheEvent
<K>)
org.apache.jcs.engine.logging.
CacheEventLoggerDebugLogger
(implements org.apache.jcs.engine.logging.behavior.
ICacheEventLogger
)
org.apache.jcs.engine.
CacheEventQueueFactory
<K,V>
org.apache.jcs.engine.
CacheGroup
org.apache.jcs.engine.
CacheInfo
org.apache.jcs.engine.
CacheListeners
<K,V>
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
<K,V> (implements org.apache.jcs.engine.behavior.
ICache
<K,V>, 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.engine.behavior.
IProvideScheduler
, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheConstants
, org.apache.jcs.engine.behavior.
IShutdownObservable
, java.io.
Serializable
)
org.apache.jcs.utils.serialization.
CompressingSerializer
(implements org.apache.jcs.engine.behavior.
IElementSerializer
)
org.apache.jcs.utils.zip.
CompressionUtil
org.apache.jcs.utils.date.
DateFormatter
org.apache.jcs.utils.discovery.
DiscoveredService
(implements java.io.
Serializable
)
org.apache.jcs.utils.struct.
DoubleLinkedList
<T>
org.apache.jcs.utils.struct.
DoubleLinkedListNode
<T> (implements java.io.
Serializable
)
org.apache.jcs.utils.struct.
LRUElementDescriptor
<K,V>
org.apache.jcs.engine.memory.util.
MemoryElementDescriptor
<K,V>
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
)
org.apache.jcs.engine.control.event.
ElementEventQueue.AbstractElementEventRunner
(implements java.lang.
Runnable
)
org.apache.jcs.engine.control.event.
ElementEventQueue.Node
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.auxiliary.disk.file.
FileDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
java.text.
Format
(implements java.lang.
Cloneable
, java.io.
Serializable
)
java.text.
DateFormat
java.text.
SimpleDateFormat
org.apache.jcs.utils.date.
ThreadSafeSimpleDateFormat
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.tools.view.VelocityViewServlet
org.apache.jcs.admin.servlet.
JCSAdminServlet
org.apache.jcs.engine.control.group.
GroupAttrName
<T> (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.
IndexedDiskCache.PositionComparator
(implements java.util.
Comparator
<T>, java.io.
Serializable
)
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.admin.
JCSAdminBean
org.apache.jcs.utils.servlet.
JCSServletContextListener
(implements javax.servlet.
ServletContextListener
)
org.apache.jcs.utils.access.
JCSWorker
<K,V>
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheFactory
(implements org.apache.jcs.auxiliary.
AuxiliaryCacheFactory
)
org.apache.jcs.auxiliary.disk.jdbc.
JDBCDiskCacheManagerAbstractTemplate.MyThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
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.utils.key.
KeyGeneratorUtil
org.apache.jcs.engine.match.
KeyMatcherPatternImpl
<K> (implements org.apache.jcs.engine.match.behavior.
IKeyMatcher
<K>)
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.engine.behavior.
IShutdownObserver
)
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
<K,V> (implements java.io.
Serializable
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPDiscoveryListener
(implements org.apache.jcs.utils.discovery.behavior.
IDiscoveryListener
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPDiscoveryListenerManager
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener
<K,V> (implements org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheListener
<K,V>, org.apache.jcs.engine.behavior.
IShutdownObserver
, java.io.
Serializable
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener.ConnectionHandler
(implements java.lang.
Runnable
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPListener.MyThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPSender
org.apache.jcs.auxiliary.lateral.socket.tcp.
LateralTCPService
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V>, org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheObserver
)
org.apache.jcs.utils.struct.
LRUMap
<K,V> (implements java.util.
Map
<K,V>)
org.apache.jcs.auxiliary.disk.
LRUMapJCS
<K,V>
org.apache.jcs.auxiliary.disk.block.
BlockDiskKeyStore.LRUMap
org.apache.jcs.auxiliary.disk.indexed.
IndexedDiskCache.LRUMap
org.apache.jcs.utils.struct.
LRUMapEntry
<K,V> (implements java.util.
Map.Entry
<K,V>, java.io.
Serializable
)
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.props.
PropertiesFactoryFileImpl
(implements org.apache.jcs.utils.props.
PropertiesFactory
)
org.apache.jcs.utils.props.
PropertyLoader
org.apache.jcs.utils.config.
PropertySetter
org.apache.jcs.auxiliary.disk.
PurgatoryElement
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheElement
<K,V>, 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
<K,V> (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
<K,V> (implements java.io.
Serializable
)
org.apache.jcs.auxiliary.remote.util.
RemoteCacheRequestFactory
org.apache.jcs.auxiliary.remote.value.
RemoteCacheResponse
<T> (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.
RemoteCacheServerFactory.MyThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
org.apache.jcs.auxiliary.remote.server.
RemoteCacheServerInfo
org.apache.jcs.auxiliary.remote.http.server.
RemoteCacheServiceAdaptor
<K,V>
org.apache.jcs.auxiliary.remote.http.client.
RemoteHttpCacheClient
<K,V> (implements org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
<K,V>)
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
java.rmi.server.
RemoteObject
(implements java.rmi.
Remote
, java.io.
Serializable
)
java.rmi.server.
RemoteServer
java.rmi.server.
UnicastRemoteObject
org.apache.jcs.auxiliary.remote.server.
RemoteCacheServer
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V>, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
, org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheServiceAdmin
, java.rmi.server.
Unreferenced
)
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
<K,V> (implements java.lang.
Runnable
)
org.apache.jcs.utils.struct.
SingleLinkedList
<T>
org.apache.jcs.utils.struct.
SingleLinkedList.Node
<T>
org.apache.jcs.utils.timing.
SleepUtil
org.apache.jcs.utils.struct.
SortedPreferentialArray
<T>
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.
ThreadPoolManager
org.apache.jcs.utils.threadpool.
ThreadPoolManager.MyThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.apache.jcs.access.exception.
CacheException
org.apache.jcs.access.exception.
ConfigurationException
org.apache.jcs.access.exception.
InvalidArgumentException
org.apache.jcs.access.exception.
InvalidGroupException
org.apache.jcs.access.exception.
InvalidHandleException
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.utils.discovery.
UDPCleanupRunner
(implements java.lang.
Runnable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryAttributes
(implements java.lang.
Cloneable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryInfo
org.apache.jcs.utils.discovery.
UDPDiscoveryManager
org.apache.jcs.utils.discovery.
UDPDiscoveryMessage
(implements java.io.
Serializable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryReceiver
(implements org.apache.jcs.engine.behavior.
IShutdownObserver
, java.lang.
Runnable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryReceiver.MessageHandler
(implements java.lang.
Runnable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryReceiver.MyThreadFactory
(implements java.util.concurrent.
ThreadFactory
)
org.apache.jcs.utils.discovery.
UDPDiscoverySender
org.apache.jcs.utils.discovery.
UDPDiscoverySenderThread
(implements java.lang.
Runnable
)
org.apache.jcs.utils.discovery.
UDPDiscoveryService
(implements org.apache.jcs.engine.behavior.
IRequireScheduler
, org.apache.jcs.engine.behavior.
IShutdownObserver
)
org.apache.jcs.engine.
ZombieCacheService
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheService
<K,V>, org.apache.jcs.engine.behavior.
IZombie
)
org.apache.jcs.engine.
ZombieCacheServiceNonLocal
<K,V> (implements org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V>)
org.apache.jcs.engine.
ZombieCacheServiceNonLocal.ZombieEvent
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.auxiliary.
AuxiliaryCacheManager
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheManager
org.apache.jcs.engine.
CacheConstants
java.lang.
Cloneable
org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
(also extends java.io.
Serializable
)
org.apache.jcs.auxiliary.remote.behavior.
ICommonRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
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.remote.behavior.
ICommonRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
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
<K,V>
org.apache.jcs.engine.logging.behavior.
ICacheEventLogger
org.apache.jcs.engine.behavior.
ICacheEventQueue
<K,V>
org.apache.jcs.engine.behavior.
ICacheListener
<K,V>
org.apache.jcs.auxiliary.lateral.behavior.
ILateralCacheListener
<K,V>
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
<K,V> (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
<K,V>
org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V> (also extends java.rmi.
Remote
)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
<K,V>
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
<K,V>
org.apache.jcs.engine.behavior.
ICacheServiceAdmin
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheServiceAdmin
(also extends java.rmi.
Remote
)
org.apache.jcs.engine.behavior.
ICacheType
org.apache.jcs.auxiliary.
AuxiliaryCache
<K,V>
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
<K,V>
org.apache.jcs.engine.behavior.
ICache
<K,V>
org.apache.jcs.auxiliary.
AuxiliaryCache
<K,V>
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
<K,V>
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
<K,V>
org.apache.jcs.engine.behavior.
ICacheManager
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheClient
<K,V>
org.apache.jcs.engine.behavior.
ICompositeCacheManager
org.apache.jcs.utils.discovery.behavior.
IDiscoveryListener
org.apache.jcs.engine.behavior.
IElementAttributes
org.apache.jcs.engine.control.event.behavior.
IElementEventHandler
org.apache.jcs.engine.behavior.
IElementSerializer
org.apache.jcs.access.behavior.
IGroupCacheAccess
<K,V>
org.apache.jcs.engine.memory.behavior.
IMemoryCache
<K,V>
org.apache.jcs.engine.behavior.
IProvideScheduler
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.
IRequireScheduler
org.apache.jcs.engine.behavior.
IShutdownObservable
org.apache.jcs.engine.behavior.
IShutdownObserver
org.apache.jcs.engine.stats.behavior.
IStatElement
org.apache.jcs.engine.behavior.
IZombie
org.apache.jcs.utils.access.
JCSWorkerHelper
org.apache.jcs.utils.props.
PropertiesFactory
java.rmi.
Remote
org.apache.jcs.engine.behavior.
ICacheServiceNonLocal
<K,V> (also extends org.apache.jcs.engine.behavior.
ICacheService
<K,V>)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
<K,V>
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheListener
<K,V> (also extends org.apache.jcs.engine.behavior.
ICacheListener
<K,V>)
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheObserver
(also extends org.apache.jcs.engine.behavior.
ICacheObserver
)
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheServiceAdmin
(also extends org.apache.jcs.engine.behavior.
ICacheServiceAdmin
)
org.apache.jcs.auxiliary.remote.http.client.behavior.
IRemoteHttpCacheClient
<K,V>
java.io.
Serializable
org.apache.jcs.auxiliary.
AuxiliaryCacheAttributes
(also extends java.lang.
Cloneable
)
org.apache.jcs.auxiliary.remote.behavior.
ICommonRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
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.engine.behavior.
ICacheElement
<K,V>
org.apache.jcs.engine.behavior.
ICacheElementSerialized
<K,V>
org.apache.jcs.engine.behavior.
ICacheElementSerialized
<K,V>
org.apache.jcs.engine.logging.behavior.
ICacheEvent
<K>
org.apache.jcs.engine.stats.behavior.
ICacheStats
org.apache.jcs.auxiliary.remote.behavior.
ICommonRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.behavior.
IRemoteCacheAttributes
org.apache.jcs.auxiliary.remote.server.behavior.
IRemoteCacheServerAttributes
org.apache.jcs.engine.behavior.
ICompositeCacheAttributes
org.apache.jcs.auxiliary.disk.behavior.
IDiskCacheAttributes
org.apache.jcs.engine.control.event.behavior.
IElementEvent
org.apache.jcs.engine.control.event.behavior.
IElementEventQueue
org.apache.jcs.engine.match.behavior.
IKeyMatcher
<K>
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.remote.behavior.
IRemoteCacheAttributes
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
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.apache.jcs.auxiliary.lateral.
LateralCommand
org.apache.jcs.auxiliary.remote.server.behavior.
RemoteType
org.apache.jcs.auxiliary.remote.value.
RemoteRequestType
org.apache.jcs.engine.
CacheStatus
org.apache.jcs.engine.behavior.
ICompositeCacheAttributes.DiskUsagePattern
org.apache.jcs.engine.behavior.
ICacheType.CacheType
org.apache.jcs.engine.control.event.behavior.
ElementEventType
org.apache.jcs.utils.threadpool.
PoolConfiguration.WhenBlockedPolicy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2013
The Apache Software Foundation
. All Rights Reserved.