Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

AbstractAuxiliaryCache<K,V> - Class in org.apache.commons.jcs.auxiliary
This holds convenience methods used by most auxiliary caches.
AbstractAuxiliaryCache() - Constructor for class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
 
AbstractAuxiliaryCacheAttributes - Class in org.apache.commons.jcs.auxiliary
This has common attributes used by all auxiliaries.
AbstractAuxiliaryCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
 
AbstractAuxiliaryCacheEventLogging<K,V> - Class in org.apache.commons.jcs.auxiliary
All ICacheEvents are defined as final.
AbstractAuxiliaryCacheEventLogging() - Constructor for class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
 
AbstractAuxiliaryCacheFactory - Class in org.apache.commons.jcs.auxiliary
Base class for auxiliary cache factories.
AbstractAuxiliaryCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheFactory
 
AbstractAuxiliaryCacheMonitor - Class in org.apache.commons.jcs.auxiliary
Used to monitor and repair any failed connection for the lateral cache service.
AbstractAuxiliaryCacheMonitor(String) - Constructor for class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Constructor
AbstractCacheAccess<K,V> - Class in org.apache.commons.jcs.access
This class provides the common methods for all types of access to the cache.
AbstractCacheAccess(CompositeCache<K, V>) - Constructor for class org.apache.commons.jcs.access.AbstractCacheAccess
Constructor for the CacheAccess object.
AbstractCacheEvent() - Constructor for class org.apache.commons.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
 
AbstractCacheEventQueue<K,V> - Class in org.apache.commons.jcs.engine
An abstract base class to the different implementations
AbstractCacheEventQueue() - Constructor for class org.apache.commons.jcs.engine.AbstractCacheEventQueue
 
AbstractCacheEventQueue.AbstractCacheEvent - Class in org.apache.commons.jcs.engine
Retries before declaring failure.
AbstractCacheEventQueue.DisposeEvent - Class in org.apache.commons.jcs.engine
The cache should be disposed when this event is processed.
AbstractCacheEventQueue.PutEvent - Class in org.apache.commons.jcs.engine
An element should be put in the cache.
AbstractCacheEventQueue.RemoveAllEvent - Class in org.apache.commons.jcs.engine
All elements should be removed from the cache when this event is processed.
AbstractCacheEventQueue.RemoveEvent - Class in org.apache.commons.jcs.engine
An element should be removed from the cache.
AbstractDiskCache<K,V> - Class in org.apache.commons.jcs.auxiliary.disk
Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific persistence mechanism.
AbstractDiskCache(IDiskCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Construct the abstract disk cache, create event queues and purgatory.
AbstractDiskCache.MyCacheListener - Class in org.apache.commons.jcs.auxiliary.disk
Cache that implements the CacheListener interface, and calls appropriate methods in its parent class.
AbstractDiskCacheAttributes - Class in org.apache.commons.jcs.auxiliary.disk
This has common attributes that any conceivable disk cache would need.
AbstractDiskCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
AbstractDoubleLinkedListMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory
This class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.
AbstractDoubleLinkedListMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
 
AbstractElementEventRunner() - Constructor for class org.apache.commons.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
 
AbstractHttpClient - Class in org.apache.commons.jcs.auxiliary.remote.http.client
This class simply configures the http multithreaded connection manager.
AbstractHttpClient(RemoteHttpCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
Sets the default Properties File and Heading, and creates the HttpClient and connection manager.
AbstractJCSWorkerHelper<V> - Class in org.apache.commons.jcs.utils.access
This is an abstract template for JCSWorkerHelper implementations. it simple has a convenience method for setting the finished flag.
AbstractJCSWorkerHelper() - Constructor for class org.apache.commons.jcs.utils.access.AbstractJCSWorkerHelper
Default
AbstractLRUMap<K,V> - Class in org.apache.commons.jcs.utils.struct
This is a simple LRUMap.
AbstractLRUMap() - Constructor for class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This creates an unbounded version.
AbstractMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory
This base includes some common code for memory caches.
AbstractMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
 
AbstractPropertyContainer - Class in org.apache.commons.jcs.utils.props
Provides a mechanism to load properties into objects.
AbstractPropertyContainer() - Constructor for class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
AbstractRemoteAuxiliaryCache<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
Abstract base for remote caches.
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes, ICacheServiceNonLocal<K, V>, IRemoteCacheListener<K, V>) - Constructor for class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Creates the base.
AbstractRemoteCacheListener<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
Shared listener base.
AbstractRemoteCacheListener(IRemoteCacheAttributes, ICompositeCacheManager, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Only need one since it does work for all regions, just reference by multiple region names.
AbstractRemoteCacheNoWaitFacade<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
An abstract base for the No Wait Facade.
AbstractRemoteCacheNoWaitFacade(List<RemoteCacheNoWait<K, V>>, IRemoteCacheAttributes, ICacheEventLogger, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Constructs with the given remote cache, and fires events to any listeners.
AbstractRemoteCacheNoWaitFacade(List<ICache<K, V>>, RemoteCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Deprecated.
Unused parameter cacheMgr scheduled for removal
AbstractRemoteCacheService<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.http.server
This class contains common methods for remote cache services.
AbstractRemoteCacheService(ICompositeCacheManager, ICacheEventLogger) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Creates the super with the needed items.
addAuxiliaryCache(String, String, AuxiliaryCache<?, ?>) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Add a cache to the map of registered auxiliary caches
addCache(LateralCacheNoWait<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor
Add a cache to be monitored
addCache(String, ICache<?, ?>) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Add a cache to the map of registered caches
addCacheListener(String, ICacheListener<KK, VV>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Subscribes to the specified remote cache.
addCacheListener(ICacheListener<KK, VV>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Subscribes to all remote caches.
addCacheListener(String, ICacheListener<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheObserver
Subscribes to the specified cache.
addCacheListener(ICacheListener<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheObserver
Subscribes to all caches.
addCacheListener(String, ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.CacheWatchRepairable
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
addCacheListener(ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.CacheWatchRepairable
Adds a feature to the CacheListener attribute of the CacheWatchRepairable object
addCacheListener(String, ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheWatch
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
addCacheListener(ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheWatch
Adds a feature to the CacheListener attribute of the ZombieCacheWatch object
addDiscoveredService(DiscoveredService) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Creates the lateral cache if needed.
addDiscoveredService(DiscoveredService) - Method in interface org.apache.commons.jcs.utils.discovery.behavior.IDiscoveryListener
Add the service if needed.
addDiscoveryListener(IDiscoveryListener) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Adds a listener.
addDiskCacheToShrinkList(JDBCDiskCache<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.ShrinkerThread
Adds a JDBC disk cache to the set of disk cache to shrink.
addDisposeEvent() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
 
addDisposeEvent() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the DisposeEvent attribute of the ICacheEventQueue object
addElementEvent(IElementEventHandler, IElementEvent<T>) - Method in interface org.apache.commons.jcs.engine.control.event.behavior.IElementEventQueue
Adds an ElementEvent to be handled
addElementEvent(IElementEventHandler, IElementEvent<T>) - Method in class org.apache.commons.jcs.engine.control.event.ElementEventQueue
Adds an ElementEvent to be handled
addElementEventHandler(IElementEventHandler) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Adds a ElementEventHandler.
addElementEventHandler(IElementEventHandler) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Adds a ElementEventHandler.
addElementEventHandlers(List<IElementEventHandler>) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the eventHandlers of the IElementAttributes object
addElementEventHandlers(List<IElementEventHandler>) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the eventHandlers of the IElementAttributes object.
addFirst(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Adds a new node to the start of the link list.
addFirst(T) - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Adds a new node to the start of the link list.
addLast(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Adds a new node to the end of the link list.
addLast(T) - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Adds a new node to the end of the link list.
addManager(RemoteCacheManager) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheMonitor
Add a manager to be monitored
addNoWait(LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a no wait to the list if it isn't already in the list.
addNoWait(LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
When a broadcast is received from the UDP Discovery receiver, for each cacheName in the message, the add no wait will be called here.
addNoWaitFacade(String, LateralCacheNoWaitFacade<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Adds a nowait facade under this cachename.
addOrUpdateService(DiscoveredService) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Add a service to the list.
addParameters(RemoteCacheRequest<K, V>, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
 
addParticipatingCacheName(String) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Adds a region to the list that is participating in discovery.
addPutEvent(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
This adds a put event to the queue.
addPutEvent(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the PutEvent attribute of the ICacheEventQueue object
addRemoteCacheListener(IRemoteCacheAttributes, IRemoteCacheListener<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Adds the remote cache listener to the underlying cache-watch service.
addRemoveAllEvent() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
This adds a remove all event to the queue.
addRemoveAllEvent() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the RemoveAllEvent attribute of the ICacheEventQueue object
addRemoveEvent(K) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
This adds a remove event to the queue.
addRemoveEvent(K) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Adds a feature to the RemoveEvent attribute of the ICacheEventQueue object
addToRecycleBin(IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Add descriptor to recycle bin if it is not null.
adjustListForGet(MemoryElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Adjust the list as needed for a get.
adjustListForGet(MemoryElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.engine.memory.fifo.FIFOMemoryCache
Does nothing.
adjustListForGet(MemoryElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache
Makes the item the first in the list.
adjustListForGet(MemoryElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.engine.memory.mru.MRUMemoryCache
Makes the item the last in the list.
adjustListForUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Children implement this to control the cache expiration algorithm
adjustListForUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.fifo.FIFOMemoryCache
Puts an item to the cache.
adjustListForUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache
Puts an item to the cache.
adjustListForUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.mru.MRUMemoryCache
Adds the item to the front of the list.
allright - Variable in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Must make sure AbstractAuxiliaryCacheMonitor is started before any error can be detected!
ATTRIBUTE_PREFIX - Static variable in class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
.attributes
ATTRIBUTE_PREFIX - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
.attributes
ATTRIBUTE_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
.attributes
attrName - Variable in class org.apache.commons.jcs.engine.control.group.GroupAttrName
the name of the attribute
AUXILIARY_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
auxiliary prefix
AuxiliaryCache<K,V> - Interface in org.apache.commons.jcs.auxiliary
Tag interface for auxiliary caches.
AuxiliaryCacheAttributes - Interface in org.apache.commons.jcs.auxiliary
This is a nominal interface that auxiliary cache attributes should implement.
AuxiliaryCacheConfigurator - Class in org.apache.commons.jcs.auxiliary
Configuration util for auxiliary caches.
AuxiliaryCacheConfigurator() - Constructor for class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
 
AuxiliaryCacheFactory - Interface in org.apache.commons.jcs.auxiliary
All auxiliary caches must have a factory that the cache configurator can use to create instances.

B

BlockDisk - Class in org.apache.commons.jcs.auxiliary.disk.block
This class manages reading an writing data to disk.
BlockDisk(File, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Constructor for the Disk object
BlockDisk(File, int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Creates the file and set the block size in bytes.
BlockDisk(File, int, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Creates the file and set the block size in bytes.
BlockDiskCache<K,V> - Class in org.apache.commons.jcs.auxiliary.disk.block
There is one BlockDiskCache per region.
BlockDiskCache(BlockDiskCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Constructs the BlockDisk after setting up the root directory.
BlockDiskCache(BlockDiskCacheAttributes, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Constructs the BlockDisk after setting up the root directory.
blockDiskCache - Variable in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
we need this so we can communicate free blocks to the data store when keys fall off the LRU
BlockDiskCacheAttributes - Class in org.apache.commons.jcs.auxiliary.disk.block
This holds attributes for Block Disk Cache configuration.
BlockDiskCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
BlockDiskCacheFactory - Class in org.apache.commons.jcs.auxiliary.disk.block
Creates disk cache instances.
BlockDiskCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheFactory
 
BlockDiskElementDescriptor<K> - Class in org.apache.commons.jcs.auxiliary.disk.block
This represents an element on disk.
BlockDiskElementDescriptor() - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
 
BlockDiskKeyStore<K> - Class in org.apache.commons.jcs.auxiliary.disk.block
This is responsible for storing the keys.
BlockDiskKeyStore(BlockDiskCacheAttributes, BlockDiskCache<K, ?>) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Set the configuration options.
BlockDiskKeyStore.LRUMapCountLimited - Class in org.apache.commons.jcs.auxiliary.disk.block
Class for recycling and lru.
BlockDiskKeyStore.LRUMapSizeLimited - Class in org.apache.commons.jcs.auxiliary.disk.block
Class for recycling and lru.
buildCacheInfo() - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Builds up data on every region.
buildCacheInfo() - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Builds up data on every region.
buildElementInfo(String) - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Builds up info about each element in a region.
buildElementInfo(String) - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Builds up info about each element in a region.

C

cache - Variable in class org.apache.commons.jcs.engine.CacheListeners
The cache using the queue.
CACHE_ATTRIBUTE_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
.cacheattributes
CACHE_EVENT_LOGGER_PREFIX - Static variable in class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
jcs.auxiliary.NAME.cacheeventlogger=CLASSNAME jcs.auxiliary.NAME.cacheeventlogger.attributes.CUSTOMPROPERTY=VALUE
CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
I'm trying to migrate everything to use this prefix.
CACHE_SERVER_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
The prefix for cache server config.
CacheAccess<K,V> - Class in org.apache.commons.jcs.access
This class provides an interface for all types of access to the cache.
CacheAccess(CompositeCache<K, V>) - Constructor for class org.apache.commons.jcs.access.CacheAccess
Constructor for the CacheAccess object.
CacheAdaptor<K,V> - Class in org.apache.commons.jcs.engine
Used for Cache-to-Cache messaging purposes.
CacheAdaptor(ICache<K, V>) - Constructor for class org.apache.commons.jcs.engine.CacheAdaptor
Constructor for the CacheAdaptor object
CacheConstants - Interface in org.apache.commons.jcs.engine
Constants used throughout the JCS cache engine
CacheElement<K,V> - Class in org.apache.commons.jcs.engine
Generic element wrapper.
CacheElement(String, K, V) - Constructor for class org.apache.commons.jcs.engine.CacheElement
Constructor for the CacheElement object
CacheElement(String, K, V, IElementAttributes) - Constructor for class org.apache.commons.jcs.engine.CacheElement
Constructor for the CacheElement object
CacheElementInfo - Class in org.apache.commons.jcs.admin
Stores info on a cache element for the template
CacheElementInfo(String, boolean, String, long, long) - Constructor for class org.apache.commons.jcs.admin.CacheElementInfo
Parameterized constructor
CacheElementSerialized<K,V> - Class in org.apache.commons.jcs.engine
Either serialized value or the value should be null;
CacheElementSerialized(String, K, byte[], IElementAttributes) - Constructor for class org.apache.commons.jcs.engine.CacheElementSerialized
Constructs a usable wrapper.
CacheEvent<K> - Class in org.apache.commons.jcs.engine.logging
It's returned from create and passed into log.
CacheEvent() - Constructor for class org.apache.commons.jcs.engine.logging.CacheEvent
 
CacheEventLoggerDebugLogger - Class in org.apache.commons.jcs.engine.logging
This implementation simple logs to a commons logger at debug level, for all events.
CacheEventLoggerDebugLogger() - Constructor for class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
CacheEventQueue<K,V> - Class in org.apache.commons.jcs.engine
An event queue is used to propagate ordered cache events to one and only one target listener.
CacheEventQueue(ICacheListener<K, V>, long, String) - Constructor for class org.apache.commons.jcs.engine.CacheEventQueue
Constructs with the specified listener and the cache name.
CacheEventQueue(ICacheListener<K, V>, long, String, int, int) - Constructor for class org.apache.commons.jcs.engine.CacheEventQueue
Constructor for the CacheEventQueue object
CacheEventQueue.QProcessor - Class in org.apache.commons.jcs.engine
This is the thread that works the queue.
CacheEventQueueFactory<K,V> - Class in org.apache.commons.jcs.engine
This class hands out event Queues.
CacheEventQueueFactory() - Constructor for class org.apache.commons.jcs.engine.CacheEventQueueFactory
 
CacheException - Exception in org.apache.commons.jcs.access.exception
This is the most general exception the cache throws.
CacheException() - Constructor for exception org.apache.commons.jcs.access.exception.CacheException
Default
CacheException(Throwable) - Constructor for exception org.apache.commons.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheException(String) - Constructor for exception org.apache.commons.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheException(String, Throwable) - Constructor for exception org.apache.commons.jcs.access.exception.CacheException
Constructor for the CacheException object
CacheGroup - Class in org.apache.commons.jcs.engine
Holder for attributes specific to a group.
CacheGroup() - Constructor for class org.apache.commons.jcs.engine.CacheGroup
Constructor for the CacheGroup object
CacheInfo - Class in org.apache.commons.jcs.engine
This is a static variable holder for the distribution auxiliaries that need something like a vmid.
CacheListeners<K,V> - Class in org.apache.commons.jcs.engine
Used to associates a set of [cache listener to cache event queue] for a cache.
CacheListeners(ICache<K, V>) - Constructor for class org.apache.commons.jcs.engine.CacheListeners
Constructs with the given cache.
cacheName - Variable in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
The cacheName
cacheName - Variable in class org.apache.commons.jcs.engine.control.group.GroupId
the name of the region.
CacheRegionInfo - Class in org.apache.commons.jcs.admin
Stores info on a cache region for the template
CacheRegionInfo(String, int, String, String, int, int, int, int, long) - Constructor for class org.apache.commons.jcs.admin.CacheRegionInfo
Parameterized constructor
CacheStats - Class in org.apache.commons.jcs.engine.stats
This class stores cache historical and statistics data for a region.
CacheStats() - Constructor for class org.apache.commons.jcs.engine.stats.CacheStats
 
CacheStatus - Enum in org.apache.commons.jcs.engine
Cache statuses
CacheWatchRepairable - Class in org.apache.commons.jcs.engine
Intercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.
CacheWatchRepairable() - Constructor for class org.apache.commons.jcs.engine.CacheWatchRepairable
 
calculateByteOffsetForBlock(int) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Deprecated.
calculateByteOffsetForBlockAsLong(int) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Calculates the file offset for a particular block.
calculateTheNumberOfBlocksNeeded(byte[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
The number of blocks needed.
canFixCaches() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Returns true if the connection to the remote host can be successfully re-established.
ce - Variable in class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
The Cache Element that we are distributing.
checkAndRestoreIfNeeded() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Tries to lookup the server.
checkForDedOverlaps(IndexedDiskElementDescriptor[]) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Detects any overlapping elements.
chunkSize - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
How many to spool at a time.
clear() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
Removes all of the elements from a region.
clear() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
Removes all of the elements from a region.
clear() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Removes all of the elements from a region.
clear() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This removes all the items.
clearAllRegions() - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Clears all regions in the cache.
clearAllRegions() - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Clears all regions in the cache.
clearMemoryMap() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
This is mainly used for testing.
clearRegion(String) - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Clears a particular cache region.
clearRegion(String) - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Clears a particular cache region.
clone() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
 
clone() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Clone object
clone() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Clone object
clone() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Clone object
clone() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
 
clone() - Method in class org.apache.commons.jcs.engine.ElementAttributes
 
clone() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
clone() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
Copies the instance variables to another instance.
close() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Closes the file.
close() - Method in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
A hook which is called when the resources of the associated DataSource can be released.
close() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.JndiDataSourceFactory
Does nothing.
close() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
Closes the pool associated with this factory and releases it.
command - Variable in class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
The operation has been requested by the client.
CommonRemoteCacheAttributes - Class in org.apache.commons.jcs.auxiliary.remote
Attributes common to remote cache client and server.
CommonRemoteCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Default constructor for the RemoteCacheAttributes object
compare(IndexedDiskElementDescriptor, IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.PositionComparator
Compares two descriptors based on position.
compareTo(IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Compares based on length, then on pos descending.
CompositeCache<K,V> - Class in org.apache.commons.jcs.engine.control
This is the primary hub for a single cache/region.
CompositeCache(ICompositeCacheAttributes, IElementAttributes) - Constructor for class org.apache.commons.jcs.engine.control.CompositeCache
Constructor for the Cache object
CompositeCacheAttributes - Class in org.apache.commons.jcs.engine
The CompositeCacheAttributes defines the general cache region settings.
CompositeCacheAttributes() - Constructor for class org.apache.commons.jcs.engine.CompositeCacheAttributes
Constructor for the CompositeCacheAttributes object
CompositeCacheConfigurator - Class in org.apache.commons.jcs.engine.control
This class configures JCS based on a properties object.
CompositeCacheConfigurator() - Constructor for class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Constructor for the CompositeCacheConfigurator object
CompositeCacheManager - Class in org.apache.commons.jcs.engine.control
Manages a composite cache.
CompositeCacheManager() - Constructor for class org.apache.commons.jcs.engine.control.CompositeCacheManager
Default constructor
compressByteArray(byte[]) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
Compress the byte array passed
compressByteArray(byte[], int) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
Compress the byte array passed
CompressingSerializer - Class in org.apache.commons.jcs.utils.serialization
Performs default serialization and de-serialization.
CompressingSerializer() - Constructor for class org.apache.commons.jcs.utils.serialization.CompressingSerializer
 
CompressionUtil - Class in org.apache.commons.jcs.utils.zip
Compress / Decompress.
concatanateArrays(String[], String[]) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Combines two arrays.
ConfigurationException - Exception in org.apache.commons.jcs.access.exception
Thrown if there is some severe configuration problem that makes the cache nonfunctional.
ConfigurationException() - Constructor for exception org.apache.commons.jcs.access.exception.ConfigurationException
Constructor for the ConfigurationException object
ConfigurationException(String) - Constructor for exception org.apache.commons.jcs.access.exception.ConfigurationException
Constructor for the ConfigurationException object.
configure() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Configure with default properties file
configure(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Configure from specific properties file.
configure(Properties) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Configure from properties object.
configure(Properties, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Configure from properties object, overriding with values from the system properties if instructed.
configure(Properties, boolean, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Configure from properties object, overriding with values from the system properties if instructed.
configureCacheEventLogger(Properties) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Tries to get the event logger.
configureCacheEventLogger(Properties) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Tries to get the event logger by new and old config styles.
configureClient() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
Configures the http client.
configureGlobalCustomSocketFactory(int) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteUtils
Configure a custom socket factory to set the timeout value.
configureObjectSpecificCustomFactory(Properties) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
This configures an object specific custom factory.
configureRemoteCacheServerAttributes(Properties) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Configure.
configureRemoteHttpCacheServerAttributes(Properties) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Configure.
ConnectionHandler(Socket) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
Construct for a given socket
constructLikeParameterFromPattern(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
constructLikeParameterFromPattern(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
 
containsKey(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Returns true if the map contains an element for the supplied key.
containsNoWait(LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Tells you if the no wait is in the list or not.
containsNoWait(String, LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Allows us to see if the facade is present and if it has the no wait.
containsNoWaitFacade(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Allows us to see if the facade is present.
containsValue(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This is an expensive operation that determines if the object supplied is mapped to any key.
contextDestroyed(ServletContextEvent) - Method in class org.apache.commons.jcs.utils.servlet.JCSServletContextListener
Shutdown JCS.
contextInitialized(ServletContextEvent) - Method in class org.apache.commons.jcs.utils.servlet.JCSServletContextListener
This does nothing.
convertArg(String, Class<?>) - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Convert val a String parameter to an object of a given type.
convertSpecialChars(String) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Escapes special characters.
CountingOnlyOutputStream - Class in org.apache.commons.jcs.admin
Keeps track of the number of bytes written to it, but doesn't write them anywhere.
CountingOnlyOutputStream() - Constructor for class org.apache.commons.jcs.admin.CountingOnlyOutputStream
 
createAliveCheckRequest(long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates an alive check Request.
createAndRegister(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Creates the registry and registers the server.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory
Creates an auxiliary using the supplied attributes.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheFactory
Create an instance of the BlockDiskCache.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
Create an instance of an IndexedDiskCache.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheFactory
This factory method should create an instance of the hsqlcache.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
This factory method should create an instance of the jdbc cache.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheFactory
This factory method should create an instance of the mysqlcache.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
Creates a TCP lateral.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheFactory
For LOCAL clients we get a handle to all the failovers, but we do not register a listener with them.
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
For LOCAL clients we get a handle to all the failovers, but we do not register a listener with them.
createCacheEventQueue(ICacheListener<K, V>, long, String, String, ICacheEventQueue.QueueType) - Method in class org.apache.commons.jcs.engine.CacheEventQueueFactory
The most commonly used factory method.
createCacheEventQueue(ICacheListener<K, V>, long, String, int, int, String, ICacheEventQueue.QueueType) - Method in class org.apache.commons.jcs.engine.CacheEventQueueFactory
Fully configured event queue.
createCacheNoWait(ITCPLateralCacheAttributes, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
 
createDatesForSchedule(String) - Static method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParser
For each date time that is separated by a comma in the OptimizationSchedule, create a date and add it to an array of dates.
createDisposeRequest(String, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a dispose Request.
createGetKeySetRequest(String, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a GetKeySet Request.
createGetMatchingRequest(String, String, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a getMatching Request.
createGetMultipleRequest(String, Set<K>, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a getMultiple Request.
createGetRequest(String, K, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a get Request.
createICacheEvent(ICacheElement<K, V>, String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Logs an event if an event logger is configured.
createICacheEvent(String, T, String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Logs an event if an event logger is configured.
createICacheEvent(ICacheElement<K, V>, long, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Logs an event if an event logger is configured.
createICacheEvent(String, T, long, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Logs an event if an event logger is configured.
createICacheEvent(String, String, String, String, T) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
Creates an event.
createICacheEvent(String, String, String, String, T) - Method in class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
createInstance() - Static method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Simple factory method, must override in subclasses so getInstance creates / returns the correct object.
createMap() - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
This is called by super initialize.
createMap() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Children must implement this method.
createMap() - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Returns a synchronized LHMSpooler
createMap() - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
 
createRegistry(int) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteUtils
Creates and exports a registry on the specified port of the local host.
createRemoteHttpCacheClientForAttributes(RemoteHttpCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheFactory
This is an extension point.
createRemoteHttpCacheService(ICompositeCacheManager) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Configures the attributes and the event logger and constructs a service.
createRemoveAllRequest(String, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a removeAll Request.
createRemoveRequest(String, K, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates a remove Request.
createReqistry(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Try to create the registry.
createServerSocket(int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
createShrinkerWhenNeeded(JDBCDiskCacheAttributes, JDBCDiskCache<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
If UseDiskShrinker is true then we will create a shrinker daemon if necessary.
createSocket(String, int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
createUpdateRequest(ICacheElement<K, V>, long) - Static method in class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
Creates an Update Request.
CUSTOM_RMI_SOCKET_FACTORY_PROPERTY_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
This is the name of the class that will be used for an object specific socket factory.

D

DaemonThreadFactory - Class in org.apache.commons.jcs.utils.threadpool
Allows us to set the daemon status on the threads.
DaemonThreadFactory(String) - Constructor for class org.apache.commons.jcs.utils.threadpool.DaemonThreadFactory
Constructor
DaemonThreadFactory(String, int) - Constructor for class org.apache.commons.jcs.utils.threadpool.DaemonThreadFactory
Constructor
DataSourceFactory - Interface in org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory
A factory that returns a DataSource.
debugDumpEntries() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Dump the cache entries from first to list for debugging.
decompressByteArray(byte[]) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
Decompress the byte array passed using a default buffer length of 1024.
decompressByteArray(byte[], int) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
Decompress the byte array passed
decompressGzipByteArray(byte[]) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
decompress a gzip byte array, using a default buffer length of 1024
decompressGzipByteArray(byte[], int) - Static method in class org.apache.commons.jcs.utils.zip.CompressionUtil
decompress a gzip byte array, using a default buffer length of 1024
DEFAULT_BALK_DURING_OPTIMIZATION - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
If true, we will balk, that is return null during optimization rather than block.
DEFAULT_CLEAR_DISK_ON_STARTUP - Static variable in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Should we clear the disk on startup.
DEFAULT_CONFIG - Static variable in interface org.apache.commons.jcs.engine.CacheConstants
This is the name of the config file that we will look for by default.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
This is the default limit on the maximum number of active connections.
DEFAULT_OPTIMIZE_ON_SHUTDOWN - Static variable in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Should we optimize on shutdown.
DEFAULT_POOL_NAME - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
The default Pool Name to which the connection pool will be keyed.
DEFAULT_RECEIVE - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
If RECEIVE is false then the remote cache will not register a listener with the remote server.
DEFAULT_REMOTE_HTTP_CLIENT_CLASS_NAME - Static variable in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
The default classname for the client.
DEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLIS - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
The default timeout for the custom RMI socket factory
DEFAULT_SHRINKER_INTERVAL_SECONDS - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
This is the default setting for the cleanup routine.
DEFAULT_WAIT_TO_DIE_MILLIS - Static variable in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
default
DEFAULT_ZOMBIE_QUEUE_MAX_SIZE - Static variable in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
The number of elements the zombie queue will hold.
DEFAULT_ZOMBIE_QUEUE_MAX_SIZE - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
The number of elements the zombie queue will hold.
DefaultMemoryElementDescriptor<K,V> - Class in org.apache.commons.jcs.engine.memory.util
Deprecated.
Use MemoryElementDescriptor directly
DefaultMemoryElementDescriptor(ICacheElement<K, V>) - Constructor for class org.apache.commons.jcs.engine.memory.util.DefaultMemoryElementDescriptor
Deprecated.
Constructs a usable MemoryElementDescriptor.
defineRegion(String) - Static method in class org.apache.commons.jcs.JCS
Deprecated.
Duplicate of getInstance(String)
defineRegion(String, ICompositeCacheAttributes) - Static method in class org.apache.commons.jcs.JCS
Deprecated.
Duplicate of getInstance(String, ICompositeCacheAttributes)
defineRegion(String, ICompositeCacheAttributes, IElementAttributes) - Static method in class org.apache.commons.jcs.JCS
Deprecated.
Duplicate of getInstance(String, ICompositeCacheAttributes, IElementAttributes)
DELETE_RUNNING - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
A potentially table locking deletion is running
deleteExpired() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Removed the expired.
deleteExpired() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
Removed the expired.
deregisterShutdownObserver(IShutdownObserver) - Method in interface org.apache.commons.jcs.engine.behavior.IShutdownObservable
Deregisters the observer with the observable.
deregisterShutdownObserver(IShutdownObserver) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
deSerialize(byte[], ClassLoader) - Method in interface org.apache.commons.jcs.engine.behavior.IElementSerializer
Turns a byte array into an object.
deSerialize(byte[], ClassLoader) - Method in class org.apache.commons.jcs.utils.serialization.CompressingSerializer
Uses default de-serialization to turn a byte array into an object.
deSerialize(byte[], ClassLoader) - Method in class org.apache.commons.jcs.utils.serialization.StandardSerializer
Uses default de-serialization to turn a byte array into an object.
deserializeObject(byte[]) - Method in class org.apache.commons.jcs.utils.serialization.CompressingSerializer
Does the standard deserialization.
destroy() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Release the cache manager.
destroy() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheStartupServlet
shuts the cache down.
destroy() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Description of the Method
destroy() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
Event Q is empty.
destroy() - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
Destroy the queue.
destroy() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
Closes the socket connection.
DFEAULT_REMOTE_CONFIGURATION_FILE - Static variable in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
 
DiscoveredService - Class in org.apache.commons.jcs.utils.discovery
This contains info about a discovered service.
DiscoveredService() - Constructor for class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
dispatchRequest(RemoteCacheRequest<K, V>) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheDispatcher
All requests will go through this method.
dispatchRequest(RemoteCacheRequest<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
All requests will go through this method.
dispose() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
Dispose this region.
dispose() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
Dispose this region.
dispose() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Dispose this region.
dispose() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Synchronously dispose the remote cache; if failed, replace the remote handle with a zombie.
dispose() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheFactory
Dispose of this factory, clean up shared resources
dispose() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Clean up all resources before shutdown
dispose() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory
Dispose of this factory, clean up shared resources
dispose() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Adds a dispose request to the disk cache.
dispose() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
Dispose of this factory, clean up shared resources
dispose() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener
Dispose this listener
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor
Clean up all resources before shutdown
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a dispose request to the lateral cache.
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a dispose request to the lateral cache.
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
Dispose of this factory, clean up shared resources
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
dispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Closes connection used by all LateralTCPSenders for this lateral connection.
dispose(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Will close the connection.
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Adds a dispose request to the remote cache.
dispose() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Deregisters itself.
dispose(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Frees the specified cache.
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheFactory
 
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheMonitor
Clean up all resources before shutdown
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpClientListener
Nothing
dispose(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Frees the specified remote cache.
dispose(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Frees the specified remote cache.
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
 
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Clean up all resources before shutdown
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheListener
Deregister itself.
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheMonitor
Clean up all resources before shutdown
dispose() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a dispose request to the remote cache.
dispose(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Frees the specified remote cache.
dispose(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Frees the specified remote cache.
dispose() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Prepares for shutdown.
dispose(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Frees the specified cache.
dispose() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Flushes all cache items from memory to auxiliary caches and close the auxiliary caches.
dispose(boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Invoked only by CacheManager.
dispose() - Method in interface org.apache.commons.jcs.engine.control.event.behavior.IElementEventQueue
Destroy the event queue
dispose() - Method in class org.apache.commons.jcs.engine.control.event.ElementEventQueue
Dispose queue
dispose() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Prepares for shutdown.
dispose() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Destroy the memory cache
dispose(String) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
 
dispose() - Static method in class org.apache.commons.jcs.utils.threadpool.ThreadPoolManager
Dispose of the instance of the ThreadPoolManger and shut down all thread pools
DISPOSE_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache dispose
DisposeEvent() - Constructor for class org.apache.commons.jcs.engine.AbstractCacheEventQueue.DisposeEvent
 
disposeInternal() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Internal method that handles the disposal.
disposeInternal() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Internal method that handles the disposal.
disposeWithEventLogging() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Synchronously dispose the remote cache; if failed, replace the remote handle with a zombie.
doDispose() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Dispose of the persistent store.
doesElementExist(ICacheElement<K, V>, Connection) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Does an element exist for this key?
doExpires(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
 
doGet(K) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Get a value from the persistent store.
doGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Get a value from the persistent store.
doOptimizeRealTime() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Performs the check for optimization, and if it is required, do it.
doRemove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Remove an object from the persistent store if found.
doRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Remove all objects from the persistent store.
doRun() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
 
doRun() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.DisposeEvent
Called when gets to the end of the queue
doRun() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.PutEvent
Call put on the listener.
doRun() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.RemoveAllEvent
Call removeAll on the listener.
doRun() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.RemoveEvent
Call remove on the listener.
doRun() - Method in class org.apache.commons.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
This will do the work or trigger the work to be done.
DoubleLinkedList<T extends DoubleLinkedListNode> - Class in org.apache.commons.jcs.utils.struct
This is a generic thread safe double linked list.
DoubleLinkedList() - Constructor for class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Default constructor.
DoubleLinkedListNode<T> - Class in org.apache.commons.jcs.utils.struct
This serves as a placeholder in a double linked list.
DoubleLinkedListNode(T) - Constructor for class org.apache.commons.jcs.utils.struct.DoubleLinkedListNode
 
doUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Add a cache element to the persistent store.
doWebserviceCall(HttpMethod) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
Extracted method that can be overwritten to do additional things to the post before the call is made.
doWork() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
do actual work
doWork() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor
Main processing method for the LateralCacheMonitor object
doWork() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheMonitor
Main processing method for the RemoteHttpCacheMonitor object
doWork() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFailoverRunner
do actual work
doWork() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheMonitor
Main processing method for the RemoteCacheMonitor object
doWork() - Method in interface org.apache.commons.jcs.utils.access.JCSWorkerHelper
The method to implement to do the work that should be cached.
DSFACTORY_KEY - Static variable in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
Key for the configuration which contains DataSourceFactories
dump() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
For debugging.
dump(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
For debugging.
dumpCacheEntries() - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Dump the cache entries from first to last for debugging.
dumpCacheEntries() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Dump the cache entries from first to list for debugging.
dumpMap() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Dump the cache map for debugging.
dumpMap() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Dump the cache map for debugging.

E

ElapsedTimer - Class in org.apache.commons.jcs.utils.timing
This is a simple timer utility.
ElapsedTimer() - Constructor for class org.apache.commons.jcs.utils.timing.ElapsedTimer
 
ELEMENT_ATTRIBUTE_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
.elementattributes
ElementAttributes - Class in org.apache.commons.jcs.engine
This it the element attribute descriptor class.
ElementAttributes() - Constructor for class org.apache.commons.jcs.engine.ElementAttributes
Constructor for the IElementAttributes object
ElementAttributes(ElementAttributes) - Constructor for class org.apache.commons.jcs.engine.ElementAttributes
Constructor for the IElementAttributes object
ElementEvent<T> - Class in org.apache.commons.jcs.engine.control.event
Element events will trigger the creation of Element Event objects.
ElementEvent(T, ElementEventType) - Constructor for class org.apache.commons.jcs.engine.control.event.ElementEvent
Constructor for the ElementEvent object
ElementEventQueue - Class in org.apache.commons.jcs.engine.control.event
An event queue is used to propagate ordered cache events to one and only one target listener.
ElementEventQueue() - Constructor for class org.apache.commons.jcs.engine.control.event.ElementEventQueue
Constructor for the ElementEventQueue object
ElementEventQueue.AbstractElementEventRunner - Class in org.apache.commons.jcs.engine.control.event
Retries before declaring failure.
ElementEventType - Enum in org.apache.commons.jcs.engine.control.event.behavior
This describes the events that an item can encounter.
ensureInit() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Initialize if we haven't already.
ensureProperties() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
Makes sure an AbstractPropertyClass has all the properties it needs.
entrySet() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Gets the entry set.
entrySet() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This returns a set of entries.
equals(Object) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
 
equals(Object) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
 
equals(Object) - Method in class org.apache.commons.jcs.engine.control.group.GroupAttrName
Tests object equality.
equals(Object) - Method in class org.apache.commons.jcs.engine.control.group.GroupId
 
equals(Object) - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
NOTE - this object is often put into sets, so equals needs to be overridden.
eventQMap - Variable in class org.apache.commons.jcs.engine.CacheListeners
Map ICacheListener to ICacheEventQueue

F

FACTORY_KEY - Static variable in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
Key for the configuration which contains the fully qualified name of the factory implementation class
failover(RemoteCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Begin the failover process if this is a local cache.
failover(RemoteCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Begin the failover process if this is a local cache.
FIFOMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory.fifo
The items are spooled in the order they are added.
FIFOMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.fifo.FIFOMemoryCache
 
finalize() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
Just being careful about closing the socket.
findAndSubst(String, Properties) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Find the value corresponding to key in props.
fixCache(ICacheServiceNonLocal<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Replaces the current remote cache service handle with the given handle.
fixCache(ICacheServiceNonLocal<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Replaces the lateral cache service handle with the given handle and reset the queue by starting up a new instance.
fixCache(ICacheServiceNonLocal<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Replaces the current remote cache service handle with the given handle.
fixCache(ICacheServiceNonLocal<?, ?>) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheClient
Replaces the current remote cache service handle with the given handle.
fixCache(ICacheServiceNonLocal<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Replaces the remote cache service handle with the given handle and reset the event queue by starting up a new instance.
fixCaches() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Fixes up all the caches managed by this cache manager.
forceShortIdlePeriod(long) - Static method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor
Allows close classes, ie testers to set the idle period to something testable.
FREE - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
The table is free.
freeBlocks(int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Add these blocks to the emptyBlock list.
freeBlocks(int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Add these blocks to the emptyBlock list.
freeCache(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
freeCache(String, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
freeElements(int) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
This instructs the memory cache to remove the numberToFree according to its eviction policy.
freeElements(int) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
This instructs the memory cache to remove the numberToFree according to its eviction policy.
freeElements(int) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
This can't be implemented.
freeElements(int) - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
This can't be implemented.
freeMemoryElements(int) - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
This instructs the memory cache to remove the numberToFree according to its eviction policy.
freeMemoryElements(int) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
This instructs the memory cache to remove the numberToFree according to its eviction policy.
freeMemoryElements(int) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Calls free on each partition.

G

get(K) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Basic get method.
get(K) - Method in class org.apache.commons.jcs.access.CacheAccess
Retrieve an object from the cache region this instance provides access to.
get(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Gets the object for the key from the desired partition.
get(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets the item from the cache.
get(K) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Check to see if the item is in purgatory.
get(K) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
gets the object for the key.
get(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Synchronously reads from the lateral cache.
get(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Synchronously reads from the lateral cache.
get(String, K) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
get(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
If get is allowed, we will issues a get request.
get(K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Synchronously reads from the remote cache.
get(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Create a request, process, extract the payload.
get(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Create a request, process, extract the payload.
get(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Returns a cache value from the specified remote cache; or null if the cache or key does not exist.
get(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Returns a cache bean from the specified cache; or null if the key does not exist.
get(K) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Synchronously reads from the remote cache.
get(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Returns a cache value from the specified remote cache; or null if the cache or key does not exist.
get(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Returns a cache bean from the specified cache; or null if the key does not exist.
get(K) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Gets an item from the cache.
get(String, K) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Returns a cache bean from the specified cache; or null if the key does not exist.
get(String, K, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Returns a cache bean from the specified cache; or null if the key does not exist.
get(K) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets an item from the cache.
get(K, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Look in memory, then disk, remote, or laterally for this item.
get(K) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Get an item from the cache If the item is found, it is removed from the list and added first.
get(K) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Get an item from the cache
get(K) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Get an item from the cache
get(K) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Get an item from the cache
get(K) - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
Get an item from the cache
get(String, K) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
 
get(String, K, boolean) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
Logs the get to debug, but always balks.
get(String, K, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Does nothing.
get(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
GET_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache get
getAuxCaches() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Get the list of auxiliary caches for this region.
getAuxiliaryCache(String, String) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheManager
Gets the auxiliary cache attribute of the CacheHub object
getAuxiliaryCache(String, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Get a cache from the map of registered auxiliary caches
getAuxiliaryCacheAttributes() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCache
This returns the generic attributes for an auxiliary cache.
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Returns the attributes.
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
 
getAuxiliaryCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
 
getAuxiliaryCacheStats() - Method in interface org.apache.commons.jcs.engine.stats.behavior.ICacheStats
 
getAuxiliaryCacheStats() - Method in class org.apache.commons.jcs.engine.stats.CacheStats
 
getAveragePutSizeBytes() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
 
getBlockChunks(byte[], int) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Return the amount to put in each block.
getBlocks() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
This holds the block numbers.
getBlockSizeBytes() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
 
getBlockSizeBytes() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
getBoundarySize() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getByteCount() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getByteCount(String) - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Tries to estimate how much data is in a region.
getByteCount(CompositeCache<K, V>) - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Tries to estimate how much data is in a region.
getByteCount(String) - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Tries to estimate how much data is in a region.
getBytesFree() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns the number of bytes that are free.
getCache(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cacheManager attribute of the LateralCacheTCPListener object.
getCache(IRemoteCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Gets a RemoteCacheNoWait from the RemoteCacheManager.
getCache(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(String, ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(String, ICompositeCacheAttributes, IElementAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the cache attribute of the CacheHub object
getCache(ICompositeCacheAttributes, IElementAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
If the cache has already been created, then the CacheAttributes and the element Attributes will be ignored.
getCacheAttributes() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
Gets the ICompositeCacheAttributes of the cache region.
getCacheAttributes() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
Gets the ICompositeCacheAttributes of the cache region
getCacheAttributes() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getCacheAttributes() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the ICompositeCacheAttributes attribute of the Cache object.
getCacheAttributes() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Returns the CacheAttributes.
getCacheAttributes() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Returns the CacheAttributes for the region.
getCacheControl() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
 
getCacheElement(K) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
This method returns the ICacheElement<K, V> wrapper which provides access to element info and other attributes.
getCacheElement(K) - Method in class org.apache.commons.jcs.access.CacheAccess
This method returns the ICacheElement<K, V> wrapper which provides access to element info and other attributes.
getCacheElement(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Gets the ICacheElement<K, V> (the wrapped object) for the key from the desired partition.
getCacheElement() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
Get the wrapped cache element.
getCacheElement() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getCacheElement() - Method in class org.apache.commons.jcs.engine.memory.util.MemoryElementDescriptor
Get the cache element
getCacheElement() - Method in class org.apache.commons.jcs.engine.memory.util.SoftReferenceElementDescriptor
 
getCacheElements(Set<K>) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Get multiple elements from the cache based on a set of cache keys.
getCacheElements(Set<K>) - Method in class org.apache.commons.jcs.access.CacheAccess
Get multiple elements from the cache based on a set of cache keys.
getCacheElements(Set<K>) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This is a getMultiple.
getCacheEventLogger() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Allows it to be injected.
getCacheEventQueue() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
This is for testing only.
getCacheListeners(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Returns the cache listener for the specified cache.
getCacheManager() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener
 
getCacheManager() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
getCacheManager() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Gets the cacheManager attribute of the RemoteCacheListener object.
getCacheManager() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
 
getCacheName() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
Gets the cacheName attribute of the AuxiliaryCacheAttributes object
getCacheName() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Gets the cacheName attribute of the AuxiliaryCacheAttributes object
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Gets the cacheName attribute of the LateralCache object
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Gets the cacheName attribute of the LateralCacheNoWait object
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the cacheName attribute of the LateralCacheNoWaitFacade object.
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Gets the cacheName attribute of the RemoteCache object.
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Gets the cacheName attribute of the RemoteCacheNoWaitFacade object.
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Gets the cacheName attribute of the RemoteCacheNoWait object
getCacheName() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getCacheName() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
 
getCacheName() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Returns the cache name.
getCacheName() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElement
Gets the cacheName attribute of the ICacheElement<K, V> object.
getCacheName() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Gets the cacheName attribute of the ICompositeCacheAttributes object
getCacheName() - Method in class org.apache.commons.jcs.engine.CacheElement
Gets the cacheName attribute of the CacheElement object
getCacheName() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the cacheName attribute of the CompositeCacheAttributes object
getCacheName() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the cacheName attribute of the Cache object.
getCacheName() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Returns the cache (aka "region") name.
getCacheNames() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Returns a list of the current cache names.
getCacheNames() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
getCacheNames() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
getCacheNames() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySenderThread
 
getCacheNames() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Get all the cache names we have facades for.
getCacheSize() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getCacheStatistics() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
Return the statistics for the region.
getCacheStatus() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Gets the cacheType attribute of the LateralCache object
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
No lateral invocation.
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the cacheType attribute of the LateralCacheNoWaitFacade object.
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Gets the cacheType attribute of the RemoteCache object
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Gets the cacheType attribute of the RemoteCacheNoWaitFacade object.
getCacheType() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
No remote invocation.
getCacheType() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheType
Returns the cache type.
getCacheType() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the cacheType attribute of the Cache object.
getCacheType() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
getChunkSize() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
getClusterListeners(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the clusterListeners attribute of the RemoteCacheServer object.
getClusterServers() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the clusterServers attribute of the IRemoteCacheAttributes object
getClusterServers() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the clusterServers attribute of the RemoteCacheAttributes object.
getCnt() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
 
getCompositeCache() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Gets the cache hub / region that the MemoryCache is used by
getCompositeCache() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Gets the cache hub / region that uses the MemoryCache.
getConfigFileName() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object.
getConfigFileName() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the ConfigFileName attribute of the IRemoteCacheAttributes object
getConfigurationProperties() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheManager
This is exposed so other manager can get access to the props.
getConfigurationProperties() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
This is exposed so other manager can get access to the props.
getConnectionPoolName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getConnectionTimeoutMillis() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getCopyOfDiscoveryListeners() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
getCount() - Method in class org.apache.commons.jcs.admin.CountingOnlyOutputStream
The number of bytes that have passed through this stream.
getCreateTime() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
 
getCreateTime() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the createTime attribute of the IAttributes object.
getCreateTime() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the createTime attribute of the IAttributes object.
getCreateTime() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
The time at which this object was created.
getCSNLInstance(ITCPLateralCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
Returns an instance of the cache service.
getData() - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStatElement
Get the data, ex. for hit count you would get a value for some number.
getData() - Method in class org.apache.commons.jcs.engine.stats.StatElement
Get the data, ex. for hit count you would get a value for some number.
getDatabase() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getDataFileSize() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
This is for debugging and testing.
getDataSource() - Method in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
 
getDataSource() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.JndiDataSourceFactory
 
getDataSource() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
 
getDataSource() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Public so managers can access it.
getDataSourceFactory(JDBCDiskCacheAttributes, Properties) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
manages the DataSourceFactories.
getDateForSchedule(String) - Static method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParser
For a single string it creates a date that is the next time this hh:mm:ss combo will be seen.
getDefaultCacheAttributes() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the defaultCacheAttributes attribute of the CacheHub object
getDefaultElementAttributes() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
Retrieves A COPY OF the default element attributes used by this region.
getDefaultElementAttributes() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
getDefaultElementAttributes() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getDefaultElementAttributes() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the defaultElementAttributes attribute of the CacheHub object
getDeSerializedCacheElement(ICacheElementSerialized<K, V>, IElementSerializer) - Static method in class org.apache.commons.jcs.utils.serialization.SerializationConversionUtil
This returns a wrapper that has a de-serialized version of the value instead of the serialized value.
getDiscoveredServices() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
getDiskLimitType() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
getDiskLimitType() - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
 
getDiskLocation() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
This is used by the event logging.
getDiskLocation() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
This is used by the event logging.
getDiskLocation() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
This is used by the event logging.
getDiskLocation() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
This is used by the event logging.
getDiskPath() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Gets the diskPath attribute of the attributes object
getDiskPath() - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Gets the diskPath attribute of the attributes object
getDiskUsagePattern() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
 
getDiskUsagePattern() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
 
getDriverClassName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getElapsedTime() - Method in class org.apache.commons.jcs.utils.timing.ElapsedTimer
Gets the time elapsed between the start time and now.
getElapsedTimeString() - Method in class org.apache.commons.jcs.utils.timing.ElapsedTimer
Returns the elapsed time with the display suffix.
getElementAttributes(K) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Gets the elementAttributes attribute of the ICacheAccess object
getElementAttributes(K) - Method in class org.apache.commons.jcs.access.CacheAccess
GetElementAttributes will return an attribute object describing the current attributes associated with the object name.
getElementAttributes(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This is no more efficient than simply getting the cache element.
getElementAttributes() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
getElementAttributes() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElement
Gets the attributes attribute of the ICacheElement<K, V> object
getElementAttributes() - Method in class org.apache.commons.jcs.engine.CacheElement
Gets the IElementAttributes attribute of the CacheElement object
getElementAttributes() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the default element attribute of the Cache object This returns a copy.
getElementAttributes(K) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the elementAttributes attribute of the Cache object.
getElementAttrributes() - Method in class org.apache.commons.jcs.engine.CacheGroup
Gets the attrributes attribute of the CacheGroup object
getElementEvent() - Method in interface org.apache.commons.jcs.engine.control.event.behavior.IElementEvent
Gets the elementEvent attribute of the IElementEvent object.
getElementEvent() - Method in class org.apache.commons.jcs.engine.control.event.ElementEvent
Gets the elementEvent attribute of the ElementEvent object
getElementEventHandlers() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the elementEventHandlers.
getElementEventHandlers() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the elementEventHandlers.
getElementEventQueue() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Get the element event queue
getElementSerializer() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Allows it to be injected.
getElementSerializer() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
getEmptyBlocks() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
 
getErrorMessage() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Gets the extra info for the event log.
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Gets the extra info for the event log.
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
 
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
this won't be called since we don't do ICache logging here.
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
this won't be called since we don't do ICache logging here.
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
This typically returns end point info .
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCache
 
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Gets the extra info for the event log.
getEventLoggingExtraInfo() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
this won't be called since we don't do ICache logging here.
getEventLogSourceName() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
 
getEventName() - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
getEventName() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
getEventQueuePoolName() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
Sets the pool name to use.
getEventQueuePoolName() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Sets the pool name to use.
getEventQueueType() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
 
getEventQueueType() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
 
getExpiresInSeconds() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
Ignored if isEternal
getExtraInfoForRequesterId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Ip address for the client, if one is stored.
getExtraInfoForRequesterId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
This is called by the event log.
getExtraInfoForRequesterId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Ip address for the client, if one is stored.
getFacade() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Get facade
getFailoverIndex() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failoverIndex attribute of the IRemoteCacheAttributes object.
getFailoverIndex() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failoverIndex attribute of the RemoteCacheAttributes object.
getFailovers() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failovers attribute of the IRemoteCacheAttributes object
getFailovers() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failovers attribute of the RemoteCacheAttributes object.
getFailoverServers() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the failoverServers attribute of the IRemoteCacheAttributes object
getFailoverServers() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the failoverServers attribute of the RemoteCacheAttributes object.
getFilePath() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
This is used for debugging.
getFirst() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Removes the specified node from the link list.
getFromGroup(K, String) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Gets the g attribute of the IGroupCacheAccess object
getFromGroup(K, String) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Gets an item out of the cache that is in a specified group.
getGetCnt() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
getGetOnly() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the getOnly attribute of the IRemoteCacheAttributes object
getGetOnly() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the getOnly attribute of the RemoteCacheAttributes object.
getGetTimeoutMillis() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
-1 and 0 mean no timeout, this is the default if the timeout is -1 or 0, no threadpool will be used.
getGetTimeoutMillis() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
 
getGroupCacheInstance(String) - Static method in class org.apache.commons.jcs.JCS
Get a GroupCacheAccess which accesses the provided region.
getGroupCacheInstance(String, ICompositeCacheAttributes) - Static method in class org.apache.commons.jcs.JCS
Get a GroupCacheAccess which accesses the provided region.
getGroupCacheInstance(String, ICompositeCacheAttributes, IElementAttributes) - Static method in class org.apache.commons.jcs.JCS
Get a GroupCacheAccess which accesses the provided region.
getGroupKeys(String) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Gets the set of keys of objects currently in the group
getGroupKeys(String) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Gets the set of keys of objects currently in the group.
getGroupNames() - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Gets the set of group names in the cache
getHitCountAux() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getHitCountAux() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Number of times a requested item was found in and auxiliary cache.
getHitCountRam() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getHitCountRam() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Number of times a requested item was found in the memory cache.
getHost() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
 
getHost() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
getHttpListenerPort() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpListenerPort attribute of the ILateralCacheAttributes object
getHttpListenerPort() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpListenerPort attribute of the ILateralCacheAttributes object
getHttpServer() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpServer attribute of the ILateralCacheAttributes object
getHttpServer() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpServer attribute of the LateralCacheAttributes object
getHttpServers() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the httpSrvers attribute of the LateralCacheAttributes object
getHttpServers() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the httpSrvers attribute of the LateralCacheAttributes object
getHttpVersion() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getIdleTime() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the idleTime attribute of the IAttributes object
getIdleTime() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the idleTime attribute of the IAttributes object.
getInstance(ITCPLateralCacheAttributes, ICompositeCacheManager) - Static method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the instance attribute of the LateralCacheTCPListener class.
getInstance() - Static method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets the CacheHub instance.
getInstance(String) - Static method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Initializes the cache manager using the props file for the given name.
getInstance(String) - Static method in class org.apache.commons.jcs.JCS
Get a CacheAccess which accesses the provided region.
getInstance(String, ICompositeCacheAttributes) - Static method in class org.apache.commons.jcs.JCS
Get a CacheAccess which accesses the provided region.
getInstance(String, ICompositeCacheAttributes, IElementAttributes) - Static method in class org.apache.commons.jcs.JCS
Get a CacheAccess which accesses the provided region.
getInstance() - Static method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryManager
Singleton
getInstance() - Static method in class org.apache.commons.jcs.utils.threadpool.ThreadPoolManager
Returns a configured instance of the ThreadPoolManger To specify a configuration file or Properties object to use call the appropriate setter prior to calling getInstance.
getIPAddressForService() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
IP address for the service, if one is stored.
getIsEternal() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
This turns off expiration if it is true.
getIsEternal() - Method in class org.apache.commons.jcs.engine.ElementAttributes
You can turn off expiration by setting this to true.
getIsLateral() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Is this item laterally distributable.
getIsLateral() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Is this item laterally distributable.
getIsRemote() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Can this item be sent to the remote cache.
getIsRemote() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Can this item be sent to the remote cache
getIsSpool() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Can this item be spooled to disk By default this is true.
getIsSpool() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Can this item be spooled to disk By default this is true.
getJdbcDiskCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
getJndiPath() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getJndiTTL() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getKeepAliveTime() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getKey() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
 
getKey() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
 
getKey() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
getKey() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getKey() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElement
Gets the key attribute of the ICacheElement<K, V> object
getKey() - Method in class org.apache.commons.jcs.engine.CacheElement
Gets the key attribute of the CacheElement object
getKey() - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
getKey() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
getKey() - Method in class org.apache.commons.jcs.utils.struct.LRUElementDescriptor
 
getKey() - Method in class org.apache.commons.jcs.utils.struct.LRUMapEntry
 
getKeyMatcher() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Returns the key matcher used by get matching.
getKeyMatcher() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Returns the key matcher used by get matching.
getKeyPersistenceIntervalSeconds() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
getKeySet() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCache
Get a set of the keys for all elements in the auxiliary cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
The keys in the cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Return the keys in this cache.
getKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Return the keys in this cache.
getKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Return the keys in this cache.
getKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Return the keys in this cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Return the keys in this cache.
getKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Return the keys in the cache.
getKeySet() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getKeySet(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Get a set of the keys for all elements in the cache.
getKeySet() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Get a set of the keys for all elements in the cache
getKeySet(boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Get a set of the keys for all elements in the cache
getKeySet() - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Get an Array of the keys for all elements in the memory cache
getKeySet() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Get a set of the keys for all elements in the memory cache
getKeySet() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Get a set of the keys for all elements in the memory cache.
getKeySet() - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Get an Array of the keys for all elements in the memory cache
getKeySet() - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
 
getKeySet(String) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Does nothing.
getLast() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Returns the last node from the link list, if there are any nodes.
getLastAccessTime() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the LastAccess attribute of the IAttributes object.
getLastAccessTime() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the LastAccess attribute of the IAttributes object.
getLastHearFromTime() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
getListener() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Allows other member of this package to access the listener.
getListener() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheClient
This returns the listener associated with this remote cache.
getListenerId() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
getListenerId() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the listenerId attribute of the LateralCacheTCPListener object
getListenerId() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
getListenerId() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Gets the listenerId attribute of the RemoteCacheListener object
getListenerId() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Gets the listenerId attribute of the RemoteCacheListener object.
getListenerId() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheClient
Gets the listenerId attribute of the RemoteCacheListener object.
getListenerId() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Get the id to be used by this manager.
getListenerId() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
 
getListenerId() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Gets the listenerId attribute of the ICacheEventQueue object
getListenerId() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
Gets the listenerId attribute of the ICacheListener object
getListenerId() - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Gets the listenerId attribute of the CacheAdaptor object
getLocalHostAddress() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
This is for debugging.
getLocalHostAddress() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheListener
This is for debugging.
getLocalHostAddress() - Static method in class org.apache.commons.jcs.utils.net.HostNameUtil
Gets the address for the local machine.
getLocalHostLANAddress() - Static method in class org.apache.commons.jcs.utils.net.HostNameUtil
Returns an InetAddress object encapsulating what is most likely the machine's LAN IP address.
getLocalPort() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Gets the localPort attribute of the IRemoteCacheAttributes object
getLocalPort() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Gets the localPort attribute of the RemoteCacheAttributes object.
getManager(IRemoteCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
Returns an instance of RemoteCacheManager for the given connection parameters.
getManager(IRemoteCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
Returns an instance of RemoteCacheManager for the given connection parameters.
getMatching(String) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Retrieve matching objects from the cache region this instance provides access to.
getMatching(String) - Method in class org.apache.commons.jcs.access.CacheAccess
Retrieve matching objects from the cache region this instance provides access to.
getMatching(String) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This is tricky.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets items from the cache matching the given pattern.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Gets items from the cache matching the given pattern.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Synchronously reads from the lateral cache.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Synchronously reads from the lateral cache.
getMatching(String, String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
If allow get is true, we will issue a getmatching query.
getMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
If allow get is true, we will issue a getmatching query.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Synchronously read from the remote cache.
getMatching(String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Gets multiple items from the cache matching the pattern.
getMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Gets multiple items from the cache matching the pattern.
getMatching(String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Gets all matching items.
getMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Retrieves all matching keys.
getMatching(String) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
 
getMatching(String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets all matching items.
getMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Retrieves all matching keys.
getMatching(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Gets items from the cache matching the given pattern.
getMatching(String, String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Gets multiple items from the cache matching the pattern.
getMatching(String, String, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Gets multiple items from the cache matching the pattern.
getMatching(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Build a map of all the matching elements in all of the auxiliaries and memory.
getMatching(String, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Build a map of all the matching elements in all of the auxiliaries and memory.
getMatching(String, String) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
Returns an empty map.
getMatching(String, String, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Does nothing.
GETMATCHING_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache getMatching
getMatchingCacheElements(String) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Get multiple elements from the cache based on a set of cache keys.
getMatchingCacheElements(String) - Method in class org.apache.commons.jcs.access.CacheAccess
Get multiple elements from the cache based on a set of cache keys.
getMatchingCacheElements(String) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This is tricky.
getMatchingFromMemory(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the key array from the memcache.
getMatchingKeysFromArray(String, Set<K>) - Method in interface org.apache.commons.jcs.engine.match.behavior.IKeyMatcher
Creates a pattern and find matches on the array.
getMatchingKeysFromArray(String, Set<K>) - Method in class org.apache.commons.jcs.engine.match.KeyMatcherPatternImpl
Creates a pattern and find matches on the array.
getMatchingWithEventLogging(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets mmatching items from the cache based on the given pattern.
getMaxActive() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getMaxConnectionsPerHost() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getMaxCounter() - Method in class org.apache.commons.jcs.utils.struct.LRUMap
 
getMaxIdleTimeSec() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getMaximumPoolSize() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getMaxKeySize() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
getMaxKeySize() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Gets the maxKeySize attribute of the DiskCacheAttributes object
getMaxLife() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the maxLife attribute of the IAttributes object.
getMaxLife() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the maxLife attribute of the IAttributes object.
getMaxLifeSeconds() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
Ignored if isEternal
getMaxMemoryIdleTimeSeconds() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMaxMemoryIdleTimeSeconds() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMaxObjects() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Gets the maxObjects attribute of the ICompositeCacheAttributes object
getMaxObjects() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the maxObjects attribute of the CompositeCacheAttributes object
getMaxPurgatorySize() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Gets the maxKeySize attribute of the DiskCacheAttributes object
getMaxPurgatorySize() - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Gets the maxKeySize attribute of the DiskCacheAttributes object
getMaxSpoolPerRun() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMaxSpoolPerRun() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getMemoryCache() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Access to the memory cache for instrumentation.
getMemoryCacheName() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Gets the memoryCacheName attribute of the ICompositeCacheAttributes object
getMemoryCacheName() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the memoryCacheName attribute of the CompositeCacheAttributes object
getMessage() - Method in exception org.apache.commons.jcs.utils.config.PropertySetterException
Returns descriptive text on the cause of this exception.
getMessageType() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
getMinimumPoolSize() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getMissCountExpired() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getMissCountExpired() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Number of times a requested element was found but was expired.
getMissCountNotFound() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
getMissCountNotFound() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Number of times a requested element was not found.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
This issues a separate get for each item.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Look in memory, then disk, remote, or laterally for these items.
getMultiple(Set<K>) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
Returns an empty map.
getMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
 
GETMULTIPLE_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache getMultiple
getMultipleWithEventLogging(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets multiple items from the cache based on the given set of keys.
getName() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
Gets the name attribute of the AuxiliaryCacheAttributes object
getName() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheFactory
Gets the name attribute of the DiskCacheFactory object
getName() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Gets the name attribute of the AuxiliaryCacheAttributes object
getName() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory
Gets the name attribute of the AuxiliaryCacheFactory object
getName() - Method in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
 
getName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.JndiDataSourceFactory
 
getName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
 
getName() - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStatElement
Get the name of the stat element, ex.
getName() - Method in class org.apache.commons.jcs.engine.stats.StatElement
Get the name of the stat element, ex.
getNamingURL(RemoteLocation, String) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteUtils
Get the naming url used for RMI registration
getNamingURL(String, int, String) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteUtils
Get the naming url used for RMI registration
getNumberOfBlocks() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
 
getNumberOfPartitions() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getNumericValueForKey(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This can be overridden for special purposes.
getOpenTimeOut() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
 
getOpenTimeOut() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
 
getOpenTimeout() - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
getOptimizationSchedule() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
 
getOptimizeAtRemoveCount() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Gets the optimizeAtRemoveCount attribute of the DiskCacheAttributes object
getOptionalDetails() - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
getOptionalDetails() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
getPartitionNumberForKey(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This expects a numeric key.
getPartitionRegionNamePrefix() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getPartitions() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getPassword() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getPattern() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getPauseBetweenRegionCallsMillis() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.ShrinkerThread
How long should we wait between calls to deleteExpired when we are iterating through the list of regions.
getPayload() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
getPayload() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedListNode
 
getPool(String) - Method in class org.apache.commons.jcs.utils.threadpool.ThreadPoolManager
Returns a pool by name.
getPoolNames() - Method in class org.apache.commons.jcs.utils.threadpool.ThreadPoolManager
Returns the names of all configured pools.
getPort() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
 
getPort() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
getPrimaryServer() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Get the primary server from the list of failovers
getProperties() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
getProperties(String) - Method in interface org.apache.commons.jcs.utils.props.PropertiesFactory
Fetches a set of properties for the specified group.
getProperties(String) - Method in class org.apache.commons.jcs.utils.props.PropertiesFactoryFileImpl
Loads the properties using the property loader.
getPropertiesFactory() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
getPropertiesGroup() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
getPropertiesHeading() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
getPropertyDescriptor(String) - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Gets the propertyDescriptor attribute of the PropertySetter object
getPropertyForName(String, boolean) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Checks the system properties before the properties.
getPutCnt() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
This is roughly the number of updates the lateral has received.
getPutOnlyMode() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
getPutOnlyMode() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
 
getQueueSize() - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Gets the number of items on the queue.
getQueueType() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Return the type of event queue we are using, either single or pooled.
getQueueType() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
What type of queue is this.
getQueueType() - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
 
getQuiet(K) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Get an item from the cache without affecting its last access time or position.
getQuiet(K) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Get an item from the cache without effecting its order or last access time
getQuiet(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This gets an element out of the map without adjusting it's position in the LRU.
getReadTimeout() - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
getRecyleBinSize() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns the size of the recycle bin in number of elements.
getRecyleCount() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns the number of times we have used spots from the recycle bin.
getRegion() - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
getRegion() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
getRegion() - Method in class org.apache.commons.jcs.utils.access.JCSWorker
Getter for the region of the JCS Cache.
getRegionName() - Method in interface org.apache.commons.jcs.engine.stats.behavior.ICacheStats
Stats are for a region, though auxiliary data may be for more.
getRegionName() - Method in class org.apache.commons.jcs.engine.stats.CacheStats
Stats are for a region, though auxiliary data may be for more.
getRegistryKeepAliveDelayMillis() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
 
getRegistryKeepAliveDelayMillis() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
getRemoteCache() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
This is temporary.
getRemoteCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
getRemoteCacheListener() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
getRemoteCacheServer() - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
This will allow you to get stats from the server, etc.
getRemoteCacheService() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
getRemoteDispatcher() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
getRemoteHttpCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
 
getRemoteHttpCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCache
 
getRemoteHttpCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
getRemoteHttpClientClassName() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getRemoteLocation() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the location attribute of the RemoteCacheAttributes object.
getRemoteLocation() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the location attribute of the RemoteCacheAttributes object.
getRemoteServiceName() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the remoteServiceName attribute of the IRemoteCacheAttributes object
getRemoteServiceName() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the remoteServiceName attribute of the RemoteCacheAttributes object.
getRemoteType() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Gets the remoteType attribute of the RemoteCacheListener object
getRemoteType() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the remoteType attribute of the IRemoteCacheAttributes object
getRemoteType() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Gets the remoteType attribute of the IRemoteCacheListener object
getRemoteType() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the remoteType attribute of the RemoteCacheAttributes object.
getRemoteTypeName() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the remoteTypeName attribute of the IRemoteCacheAttributes object
getRemoteTypeName() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the remoteTypeName attribute of the RemoteCacheAttributes object.
getRemoveCnt() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
getRemoveUponRemotePut() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Gets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
getRemoveUponRemotePut() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Gets the removeUponRemotePut attribute of the RemoteCacheAttributes object.
getRequesterId() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getRequesterId() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
getRequestType() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
getResult(K, JCSWorkerHelper<V>) - Method in class org.apache.commons.jcs.utils.access.JCSWorker
Gets the cached result for this region/key OR does the work and caches the result, returning the result.
getResult(K, String, JCSWorkerHelper<V>) - Method in class org.apache.commons.jcs.utils.access.JCSWorker
Gets the cached result for this region/key OR does the work and caches the result, returning the result.
getRmiSocketFactoryTimeoutMillis() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
This sets a general timeout on the rmi socket factory.
getRmiSocketFactoryTimeoutMillis() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
 
getScheduledExecutorService() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
Get the scheduler service
getScheduledExecutorService() - Method in interface org.apache.commons.jcs.engine.behavior.IProvideScheduler
Get an instance of a central ScheduledExecutorService
getScheduledExecutorService() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Get the scheduler service
getSendDelaySec() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getSerializedCacheElement(ICacheElement<K, V>, IElementSerializer) - Static method in class org.apache.commons.jcs.utils.serialization.SerializationConversionUtil
This returns a wrapper that has a serialized version of the value instead of the value.
getSerializedValue() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElementSerialized
Gets the value attribute of the ICacheElementSerialized object.
getSerializedValue() - Method in class org.apache.commons.jcs.engine.CacheElementSerialized
 
getService(String, int, int, ICompositeCacheManager) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryManager
Creates a service for the address and port if one doesn't exist already.
getServiceAddress() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
getServiceAddress() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getServiceName() - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
 
getServiceName() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getServicePort() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Gets the localPort attribute of the IRemoteCacheAttributes object.
getServicePort() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Gets the localPort attribute of the RemoteCacheAttributes object
getServicePort() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
getServicePort() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getServletInfo() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Get servlet information
getShrinkerIntervalSeconds() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getShrinkerIntervalSeconds() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getShrinkerIntervalSeconds() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
getShutdownSpoolTimeLimit() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Get the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region.
getShutdownSpoolTimeLimit() - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Get the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region.
getSize() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Size cannot be determined without knowledge of the cache implementation, so subclasses will need to implement this method.
getSize() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Returns the number of keys.
getSize() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns the current cache size.
getSize() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Returns the current cache size.
getSize() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Returns the current cache size.
getSize() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
No lateral invocation.
getSize() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
No lateral invocation.
getSize() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Returns the current cache size.
getSize() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
No remote invocation.
getSize() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
No remote invocation.
getSize() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Returns the current cache size in number of elements.
getSize() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the size attribute of the IAttributes object
getSize() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the size attribute of the Cache object.
getSize() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the size attribute of the IAttributes object
getSize() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Returns the current cache size.
getSize() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Get the number of elements contained in the memory store
getSize() - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
Returns the current cache size.
getSocketTimeOut() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
 
getSocketTimeOut() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
 
getSocketTimeoutMillis() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getSource() - Method in interface org.apache.commons.jcs.engine.control.event.behavior.IElementEvent
 
getSource() - Method in class org.apache.commons.jcs.engine.control.event.ElementEvent
 
getSource() - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
getSource() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
getSpoolChunkSize() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Number to send to disk at at time when memory is full.
getSpoolChunkSize() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Number to send to disk at at time when memory is full.
getStartUpSize() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getState() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
 
getStatElements() - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStats
Return generic statistical or historical data.
getStatElements() - Method in class org.apache.commons.jcs.engine.stats.Stats
 
getStatistics() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
This returns the ICacheStats object with information on this region and its auxiliaries.
getStatistics() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
This returns the ICacheStats object with information on this region and its auxiliaries.
getStatistics() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This returns the ICacheStats object with information on this region and its auxiliaries.
getStatistics() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCache
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Returns semi-structured data.
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Returns info about the disk cache.
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns info about the disk cache.
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Extends the parent stats.
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
The NoWait on top does not call out to here yet.
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
 
getStatistics() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
 
getStatistics() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Returns the historical and statistical data for an event queue cache.
getStatistics() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
This method returns semi-structured data on this queue.
getStatistics() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
This returns data gathered for this region and all the auxiliaries it currently uses.
getStatistics() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
This returns data gathered for all regions and all the auxiliaries they currently uses.
getStatistics() - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
This returns semi-structured information on the memory cache, such as the size, put count, hit count, and miss count.
getStatistics() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
 
getStatistics() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Returns the historical and statistical data for a region's memory cache.
getStatistics() - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
This returns semi-structured information on the memory cache, such as the size, put count, hit count, and miss count.
getStatistics() - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
 
getStatistics() - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
 
getStatistics() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
getStats() - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
 
getStats() - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
 
getStats() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
getStats() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Gets basic stats for the abstract disk cache.
getStats() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
getStats
getStats() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
getStats
getStats() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
getStats
getStats() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Gets the stats attribute of the RemoteCache object.
getStats() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
getStats
getStats() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Gets the stats attribute of the RemoteCacheServer object.
getStats() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Returns the statistics in String form.
getStats() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the stats attribute of the RemoteCacheServer object.
getStats() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Returns the cache stats.
getStats() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceAdmin
Gets the stats attribute of the ICacheServiceAdmin object
getStats() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheManager
Gets stats for debugging.
getStats() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets stats for debugging.
getStats() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Gets stats for debugging.
getStatus() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
getStatus() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Returns the cache status.
getStatus() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Returns the asyn cache status.
getStatus() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Gets the status attribute of the LateralCacheNoWaitFacade object
getStatus() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Returns the cache status.
getStatus() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Gets the status attribute of the RemoteCacheNoWaitFacade object Return ALIVE if any are alive.
getStatus() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Returns the asyn cache status.
getStatus() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Returns the cache status.
getStatus() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets the status attribute of the Cache object.
getStatus() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Returns the cache status.
getSystemProperty(String, String) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Very similar to System.getProperty except that the SecurityException is hidden.
getTableName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Returns the name of the table.
getTableName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getTableName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
 
getTableName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
 
getTableState() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
getTableState(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
Get a table state for a given table name
getTableStatus(Statement) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
This calls show table status and returns the result as a String.
getTcpLateralCacheAttributes() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
getTcpListenerPort() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Gets the tcpListenerPort attribute of the ILateralCacheAttributes object
getTcpListenerPort() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Gets the tcpListenerPort attribute of the ILateralCacheAttributes object
getTcpServer() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Gets the tcpServer attribute of the ILateralCacheAttributes object
getTcpServer() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Gets the tcpServer attribute of the ILateralCacheAttributes object
getTcpServers() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Gets the tcpServers attribute of the ILateralCacheAttributes object
getTcpServers() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Gets the tcpServers attribute of the ILateralCacheAttributes object
getThreadPoolName() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
The thread pool the remote cache should use.
getThreadPoolName() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
 
getTimeFactorForMilliseconds() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
 
getTimeFactorForMilliseconds() - Method in class org.apache.commons.jcs.engine.ElementAttributes
 
getTimesOptimized() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
This is exposed for testing.
getTimeToLiveSeconds() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Gets the time left to live of the IAttributes object.
getTimeToLiveSeconds() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Gets the time left to live of the IAttributes object.
getTransmissionType() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the transmissionType attribute of the ILateralCacheAttributes object
getTransmissionType() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the transmissionType attribute of the LateralCacheAttributes object
getTransmissionTypeName() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the transmissionTypeName attribute of the ILateralCacheAttributes object
getTransmissionTypeName() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the transmissionTypeName attribute of the LateralCacheAttributes object
getTypeName() - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStats
Get the type name, such as "LRU Memory Cache."
getTypeName() - Method in class org.apache.commons.jcs.engine.stats.Stats
 
getUdpDiscoveryAddr() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
The address to broadcast to if UDPDiscovery is enabled.
getUdpDiscoveryAddr() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
The address to broadcast to if UDPDiscovery is enabled.
getUdpDiscoveryAddr() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getUdpDiscoveryAttributes() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
getUdpDiscoveryPort() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
The port to use if UDPDiscovery is enabled.
getUdpDiscoveryPort() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
The port to use if UDPDiscovery is enabled.
getUdpDiscoveryPort() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
getUdpMulticastAddr() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the udpMulticastAddr attribute of the ILateralCacheAttributes object
getUdpMulticastAddr() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the udpMulticastAddr attribute of the LateralCacheAttributes object
getUdpMulticastPort() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Gets the udpMulticastPort attribute of the ILateralCacheAttributes object
getUdpMulticastPort() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Gets the udpMulticastPort attribute of the LateralCacheAttributes object
getUnconfiguredInstance() - Static method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Get a CacheHub instance which is not configured.
getUpdateCount() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
 
getUrl() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getUrl() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
getUserName() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
getUsingPool(K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
This allows gets to timeout in case of remote server machine shutdown.
getVal() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
getVal() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElement
Gets the val attribute of the ICacheElement<K, V> object
getVal() - Method in class org.apache.commons.jcs.engine.CacheElement
Gets the val attribute of the CacheElement object
getValue() - Method in class org.apache.commons.jcs.utils.struct.LRUMapEntry
 
getWaitToDieMillis() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Returns the time to wait for events before killing the background thread.
getWhenBlockedPolicy() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
getWithEventLogging(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Gets the item from the cache.
getZombieQueueMaxSize() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
The number of elements the zombie queue will hold.
getZombieQueueMaxSize() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
The number of elements the zombie queue will hold.
getZombieQueueMaxSize() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
The number of elements the zombie queue will hold.
getZombieQueueMaxSize() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
The number of elements the zombie queue will hold.
GroupAttrName<T> - Class in org.apache.commons.jcs.engine.control.group
Description of the Class
GroupAttrName(GroupId, T) - Constructor for class org.apache.commons.jcs.engine.control.group.GroupAttrName
Constructor for the GroupAttrName object
GroupCacheAccess<K,V> - Class in org.apache.commons.jcs.access
Access for groups.
GroupCacheAccess(CompositeCache<GroupAttrName<K>, V>) - Constructor for class org.apache.commons.jcs.access.GroupCacheAccess
Constructor for the GroupCacheAccess object
groupId - Variable in class org.apache.commons.jcs.engine.control.group.GroupAttrName
Description of the Field
GroupId - Class in org.apache.commons.jcs.engine.control.group
Used to avoid name conflict when group cache items are mixed with non-group cache items in the same cache.
GroupId(String, String) - Constructor for class org.apache.commons.jcs.engine.control.group.GroupId
Constructor for the GroupId object
groupName - Variable in class org.apache.commons.jcs.engine.control.group.GroupId
Description of the Field

H

handleDispose(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleDispose(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
This marks this instance as terminated.
handleDispose(String) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
 
handleDispose(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
Notifies the subscribers for freeing up the named cache.
handleDispose(String) - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Shutdown call.
handleElementEvent(ICacheElement<K, V>, ElementEventType) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
If there are event handlers for the item, then create an event and queue it up.
handleElementEvent(IElementEvent<T>) - Method in interface org.apache.commons.jcs.engine.control.event.behavior.IElementEventHandler
Handle events for this element.
handleException(Exception, String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Custom exception handling some children.
handleException(Exception, String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCache
Nothing right now.
handleException(Exception, String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Handles exception by disabling the remote cache service before re-throwing the exception in the form of an IOException.
handleGet(String, K) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cache that was injected by the lateral factory.
handleGetKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cache that was injected by the lateral factory.
handleGetMatching(String, String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cache that was injected by the lateral factory.
handleProperties() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Loads in the needed configuration settings.
handleProperties() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
Sets fields for properties, and verifies that all necessary properties are there.
handlePut(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handlePut(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Increments the put count.
handlePut(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
If this is configured to remove on put, then remove the element since it has been updated elsewhere. cd should be incomplete for faster transmission.
handlePut(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache entry update.
handlePut(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Puts an item into the cache.
handleRemove(String, K) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleRemove(String, K) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Increments the remove count.
handleRemove(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Calls localRemove on the CompositeCache.
handleRemove(String, K) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache entry removal.
handleRemove(String, K) - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Removes an item.
handleRemoveAll(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
handleRemoveAll(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Gets the cache that was injected by the lateral factory.
handleRemoveAll(String) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Calls localRemoveAll on the CompositeCache.
handleRemoveAll(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
Notifies the subscribers for a cache remove-all.
handleRemoveAll(String) - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Clears the region.
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.apache.commons.jcs.admin.servlet.JCSAdminServlet
Velocity based admin servlet.
hashCode() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
 
hashCode() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
 
hashCode() - Method in class org.apache.commons.jcs.engine.CacheElement
 
hashCode() - Method in class org.apache.commons.jcs.engine.control.group.GroupAttrName
 
hashCode() - Method in class org.apache.commons.jcs.engine.control.group.GroupId
 
hashCode() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
HEADER_SIZE_BYTES - Static variable in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
The size of the header that indicates the amount of data stored in an occupied block.
hitCnt - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
number of hits
HostNameUtil - Class in org.apache.commons.jcs.utils.net
Simple utility for getting the local host name.
HostNameUtil() - Constructor for class org.apache.commons.jcs.utils.net.HostNameUtil
 
HSQLDiskCacheFactory - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.hsql
This factory should create hsql disk caches.
HSQLDiskCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheFactory
 
HTTP_CACHE_SERVER_ATTRIBUTES_PROPERTY_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.http.behavior.IRemoteHttpCacheConstants
All of the RemoteHttpCacheServiceAttributes can be configured this way.
HTTP_CACHE_SERVER_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.http.behavior.IRemoteHttpCacheConstants
The prefix for cache server config.

I

ICache<K,V> - Interface in org.apache.commons.jcs.engine.behavior
This is the top level interface for all cache like structures.
ICacheAccess<K,V> - Interface in org.apache.commons.jcs.access.behavior
ICacheAccess defines the behavior for client access.
ICacheAccessManagement - Interface in org.apache.commons.jcs.access.behavior
ICacheAccessManagement defines the methods for cache management, cleanup and shutdown.
ICacheElement<K,V> - Interface in org.apache.commons.jcs.engine.behavior
Every item is the cache is wrapped in an ICacheElement.
ICacheElementSerialized<K,V> - Interface in org.apache.commons.jcs.engine.behavior
This interface defines the behavior of the serialized element wrapper.
ICacheEvent<K> - Interface in org.apache.commons.jcs.engine.logging.behavior
Defines the common fields required by a cache event.
ICacheEventLogger - Interface in org.apache.commons.jcs.engine.logging.behavior
This defines the behavior for event logging.
ICacheEventQueue<K,V> - Interface in org.apache.commons.jcs.engine.behavior
Interface for a cache event queue.
ICacheEventQueue.QueueType - Enum in org.apache.commons.jcs.engine.behavior
 
ICacheListener<K,V> - Interface in org.apache.commons.jcs.engine.behavior
Used to receive a cache event notification.
ICacheObserver - Interface in org.apache.commons.jcs.engine.behavior
Used to register interest in receiving cache changes.
ICacheService<K,V> - Interface in org.apache.commons.jcs.engine.behavior
Used to retrieve and update the cache.
ICacheServiceAdmin - Interface in org.apache.commons.jcs.engine.behavior
Description of the Interface
ICacheServiceNonLocal<K,V> - Interface in org.apache.commons.jcs.engine.behavior
Used to retrieve and update non local caches, such as the remote and lateral caches.
ICacheStats - Interface in org.apache.commons.jcs.engine.stats.behavior
This holds stat information on a region.
ICacheType - Interface in org.apache.commons.jcs.engine.behavior
Interface implemented by a specific cache.
ICacheType.CacheType - Enum in org.apache.commons.jcs.engine.behavior
 
ICommonRemoteCacheAttributes - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
This specifies what a remote cache configuration object should look like.
ICompositeCacheAttributes - Interface in org.apache.commons.jcs.engine.behavior
This defines the minimal behavior for the Cache Configuration settings.
ICompositeCacheAttributes.DiskUsagePattern - Enum in org.apache.commons.jcs.engine.behavior
 
ICompositeCacheManager - Interface in org.apache.commons.jcs.engine.behavior
I need the interface so I can plug in mock managers for testing.
IDiscoveryListener - Interface in org.apache.commons.jcs.utils.discovery.behavior
Interface for things that want to listen to discovery events.
IDiskCacheAttributes - Interface in org.apache.commons.jcs.auxiliary.disk.behavior
Common disk cache attributes.
IDiskCacheAttributes.DiskLimitType - Enum in org.apache.commons.jcs.auxiliary.disk.behavior
 
idlePeriod - Static variable in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
How long to wait between runs
IElementAttributes - Interface in org.apache.commons.jcs.engine.behavior
Interface for cache element attributes classes.
IElementEvent<T> - Interface in org.apache.commons.jcs.engine.control.event.behavior
Defines how an element event object should behave.
IElementEventHandler - Interface in org.apache.commons.jcs.engine.control.event.behavior
This interface defines the behavior for event handler.
IElementEventQueue - Interface in org.apache.commons.jcs.engine.control.event.behavior
Interface for an element event queue.
IElementSerializer - Interface in org.apache.commons.jcs.engine.behavior
Defines the behavior for cache element serializers.
IGroupCacheAccess<K,V> - Interface in org.apache.commons.jcs.access.behavior
IGroupCacheAccess defines group specific behavior for the client access classes.
IKeyMatcher<K> - Interface in org.apache.commons.jcs.engine.match.behavior
Key matchers need to implement this interface.
ILateralCacheAttributes - Interface in org.apache.commons.jcs.auxiliary.lateral.behavior
This interface defines configuration options common to lateral cache plugins.
ILateralCacheAttributes.Type - Enum in org.apache.commons.jcs.auxiliary.lateral.behavior
 
ILateralCacheListener<K,V> - Interface in org.apache.commons.jcs.auxiliary.lateral.behavior
Listens for lateral cache event notification.
IMemoryCache<K,V> - Interface in org.apache.commons.jcs.engine.memory.behavior
For the framework.
IndexedDiskCache<K,V> - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Disk cache that uses a RandomAccessFile with keys stored in memory.
IndexedDiskCache(IndexedDiskCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Constructor for the DiskCache object.
IndexedDiskCache(IndexedDiskCacheAttributes, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Constructor for the DiskCache object.
IndexedDiskCache.LRUMapCountLimited - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Class for recycling and lru.
IndexedDiskCache.LRUMapSizeLimited - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Class for recycling and lru.
IndexedDiskCache.PositionComparator - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Compares IndexedDiskElementDescriptor based on their position.
IndexedDiskCacheAttributes - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Configuration class for the Indexed Disk Cache
IndexedDiskCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Constructor for the DiskCacheAttributes object
IndexedDiskCacheFactory - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Creates disk cache instances.
IndexedDiskCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
 
IndexedDiskDumper - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Used to dump out a Disk cache from disk for debugging.
IndexedDiskDumper() - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskDumper
 
IndexedDiskElementDescriptor - Class in org.apache.commons.jcs.auxiliary.disk.indexed
Disk objects are located by descriptor entries.
IndexedDiskElementDescriptor(long, int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
Constructs a usable disk element descriptor.
init() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener
Initialize this listener
init() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
This starts the ListenerThread on the specified port.
init(String, int) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Creates a connection to a TCP server.
init(ServletConfig) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Initializes the cache.
init() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheStartupServlet
Starts the registry and then tries to bind to it.
initialize() - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Use the partition prefix and the number of partitions to get JCS regions.
initialize() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheFactory
Initialize this factory
initialize() - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory
Initialize this factory
initialize(JDBCDiskCacheAttributes) - Method in interface org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
Initialize the factory.
initialize(JDBCDiskCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.JndiDataSourceFactory
 
initialize(JDBCDiskCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
 
initialize() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheFactory
Initialize this factory
initialize() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
Initialize this factory
initialize() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
Initialize this factory
initialize(RemoteHttpCacheAttributes) - Method in interface org.apache.commons.jcs.auxiliary.remote.http.client.behavior.IRemoteHttpCacheClient
The provides an extension point.
initialize(RemoteHttpCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
The provides an extension point.
initialize() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheFactory
 
initialize() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
 
initialize(ICacheListener<K, V>, long, String, int, int) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Initializes the queue.
initialize() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Creates a shutdown hook and starts the scheduler service
initialize(CompositeCache<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
For post reflection creation initialization.
initialize(CompositeCache<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
For post reflection creation initialization
initialize(CompositeCache<K, V>) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Initialize the memory cache
initialize(CompositeCache<K, V>) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
For post reflection creation initialization
initialize(CompositeCache<K, V>) - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
For post reflection creation initialization
initialize(ICacheListener<K, V>, long, String, int, int, String) - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
Initializes the queue.
initializeProperties() - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
Loads the properties and then calls handleProperties.
instantiateByClassName(String, T) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Instantiate an object given a class name.
instantiateByKey(Properties, String, T) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Creates an object for the className value of the key.
introspect() - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Uses JavaBeans Introspectorto compute setters of object to be configured.
InvalidArgumentException - Exception in org.apache.commons.jcs.access.exception
InvalidArgumentException is thrown if an argument is passed to the cache that is invalid.
InvalidArgumentException() - Constructor for exception org.apache.commons.jcs.access.exception.InvalidArgumentException
Constructor for the InvalidArgumentException object
InvalidArgumentException(String) - Constructor for exception org.apache.commons.jcs.access.exception.InvalidArgumentException
Constructor for the InvalidArgumentException object.
invalidateGroup(String) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Invalidates a group
invalidateGroup(String) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Invalidates a group: remove all the group members
InvalidGroupException - Exception in org.apache.commons.jcs.access.exception
InvalidGroupException
InvalidGroupException() - Constructor for exception org.apache.commons.jcs.access.exception.InvalidGroupException
Constructor for the InvalidGroupException object
InvalidGroupException(String) - Constructor for exception org.apache.commons.jcs.access.exception.InvalidGroupException
Constructor for the InvalidGroupException object
InvalidHandleException - Exception in org.apache.commons.jcs.access.exception
InvalidHandleException is not used.
InvalidHandleException() - Constructor for exception org.apache.commons.jcs.access.exception.InvalidHandleException
Constructor for the InvalidHandleException object
InvalidHandleException(String) - Constructor for exception org.apache.commons.jcs.access.exception.InvalidHandleException
Constructor for the InvalidHandleException object.
IProvideScheduler - Interface in org.apache.commons.jcs.engine.behavior
Marker interface for providers of the central ScheduledExecutorService
IRemoteCacheAttributes - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
This specifies what a remote cache configuration object should look like.
IRemoteCacheClient<K,V> - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
This defines the behavior expected of a remote cache client.
IRemoteCacheConstants - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
This holds constants that are used by the remote cache.
IRemoteCacheDispatcher - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
In the future, this can be used as a generic dispatcher abstraction.
IRemoteCacheListener<K,V> - Interface in org.apache.commons.jcs.auxiliary.remote.behavior
Listens for remote cache event notification ( rmi callback ).
IRemoteCacheServer<K,V> - Interface in org.apache.commons.jcs.auxiliary.remote.server.behavior
Interface for managing Remote objects
IRemoteCacheServerAttributes - Interface in org.apache.commons.jcs.auxiliary.remote.server.behavior
This defines the minimal behavior for the objects that are used to configure the remote cache server.
IRemoteHttpCacheClient<K,V> - Interface in org.apache.commons.jcs.auxiliary.remote.http.client.behavior
It's not entirely clear that this interface is needed.
IRemoteHttpCacheConstants - Interface in org.apache.commons.jcs.auxiliary.remote.http.behavior
Constants used throughout the HTTP remote cache.
IRequireScheduler - Interface in org.apache.commons.jcs.engine.behavior
Marker interface to allow the injection of a central ScheduledExecutorService for all modules requiring scheduled background operations.
isAlive() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
isAlive() - Method in interface org.apache.commons.jcs.auxiliary.remote.http.client.behavior.IRemoteHttpCacheClient
Make and alive request.
isAlive() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Make and alive request.
isAlive() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
If they queue has an active thread it is considered alive.
isAlive() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Gets the alive attribute of the ICacheEventQueue object.
isAllowClusterGet() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
Should gets from non-cluster clients be allowed to get from other remote auxiliaries.
isAllowClusterGet() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should we try to get remotely when the request does not come in from a cluster.
isAllowClusterGet() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should gets from non-cluster clients be allowed to get from other remote auxiliaries.
isAllowGet() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Is the lateral allowed to try and get from other laterals.
isAllowGet() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Is the lateral allowed to try and get from other laterals.
isAllowPut() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Is the lateral allowed to put objects to other laterals.
isAllowPut() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Is the lateral allowed to put objects to other laterals.
isAllowRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
isAllowRemoveAll() - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
If this is true then remove all is not prohibited.
isBalkDuringOptimization() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
Should we return null while optimizing the table.
isClearDiskOnStartup() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
isConfigured() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
isDark() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
isEmpty() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Are there elements in the queue.
isEmpty() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
 
isEmpty() - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
If the Queue is using a bounded channel we can determine the size.
isEmpty() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Returns true if the map is empty.
isEternal() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
 
isExpired(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Determine if the element is expired based on the values of the element attributes
isExpired(ICacheElement<K, V>, long, ElementEventType, ElementEventType) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Check if the element is expired based on the values of the element attributes
isFilterRemoveByHashCode() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Should the receiver try to match hashcodes.
isFilterRemoveByHashCode() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Should the receiver try to match hashcodes.
isFinished() - Method in class org.apache.commons.jcs.utils.access.AbstractJCSWorkerHelper
 
isFinished() - Method in interface org.apache.commons.jcs.utils.access.JCSWorkerHelper
Tells us whether or not the work has been completed.
IShutdownObservable - Interface in org.apache.commons.jcs.engine.behavior
ShutdownObservers can observe ShutdownObservable objects.
IShutdownObserver - Interface in org.apache.commons.jcs.engine.behavior
This interface is required of all shutdown observers.
isIncludeCacheNameAsParameter() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
isIncludeKeysAndPatternsAsParameter() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
isIncludeRequestTypeasAsParameter() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
isInitialized() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
isInitialized() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
isIssueRemoveOnPut() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Should the client send a remove command rather than a put when update is called.
isIssueRemoveOnPut() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Should the client send a remove command rather than a put when update is called.
isLocalClusterConsistency() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Should cluster updates be propagated to the locals
isLocalClusterConsistency() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Should cluster updates be propagated to the locals.
isLocalClusterConsistency() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
Should cluster updates be propagated to the locals
isOptimizeOnShutdown() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
isReceive() - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Should a listener be created.
isReceive() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
 
isReceive() - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
If RECEIVE is false then the remote cache will not register a listener with the remote server.
isReceive() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
If RECEIVE is false then the remote cache will not register a listener with the remote server.
isSpoolable() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
Gets the spoolable property.
isStartRegistry() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Deprecated.
Always true, to be removed
isStartRegistry() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Deprecated.
Always true, to be removed
isSuccess() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
IStatElement<V> - Interface in org.apache.commons.jcs.engine.stats.behavior
IAuxiliaryCacheStats will hold these IStatElements.
IStats - Interface in org.apache.commons.jcs.engine.stats.behavior
This interface defines the common behavior for a stats holder.
isTestBeforeInsert() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
isUdpDiscoveryEnabled() - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Whether or not TCP laterals can try to find each other by multicast communication.
isUdpDiscoveryEnabled() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Whether or not TCP laterals can try to find each other by multicast communication.
isUseBoundary() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
isUseDisk() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Gets the useDisk attribute of the ICompositeCacheAttributes object
isUseDisk() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the useDisk attribute of the CompositeCacheAttributes object
isUseDiskShrinker() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
isUseLateral() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Gets the useLateral attribute of the ICompositeCacheAttributes object
isUseLateral() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the useLateral attribute of the CompositeCacheAttributes object
isUseMemoryShrinker() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
isUseMemoryShrinker() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
isUseRegistryKeepAlive() - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should we try to keep the registry alive
isUseRegistryKeepAlive() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should we try to keep the registry alive
isUseRemote() - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
returns whether the cache is remote enabled
isUseRemote() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Gets the useRemote attribute of the CompositeCacheAttributes object
isWorking() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
 
isWorking() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
A Queue is working unless it has reached its max failure count.
ITCPLateralCacheAttributes - Interface in org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior
This interface defines functions that are particular to the TCP Lateral Cache plugin.
IZombie - Interface in org.apache.commons.jcs.engine.behavior
Interface to mark an object as zombie for error recovery purposes.

J

JCS - Class in org.apache.commons.jcs
Simple class for using JCS.
JCS() - Constructor for class org.apache.commons.jcs.JCS
 
JCSAdminBean - Class in org.apache.commons.jcs.admin
A servlet which provides HTTP access to JCS.
JCSAdminBean() - Constructor for class org.apache.commons.jcs.admin.JCSAdminBean
Default constructor
JCSAdminBean(CompositeCacheManager) - Constructor for class org.apache.commons.jcs.admin.JCSAdminBean
Parameterized constructor
JCSAdminServlet - Class in org.apache.commons.jcs.admin.servlet
A servlet which provides HTTP access to JCS.
JCSAdminServlet() - Constructor for class org.apache.commons.jcs.admin.servlet.JCSAdminServlet
 
JCSJMXBean - Interface in org.apache.commons.jcs.admin
A MXBean to expose the JCS statistics to JMX
JCSServletContextListener - Class in org.apache.commons.jcs.utils.servlet
If you add this to the context listeners section of your web.xml file, this will shutdown JCS gracefully.
JCSServletContextListener() - Constructor for class org.apache.commons.jcs.utils.servlet.JCSServletContextListener
 
JCSWorker<K,V> - Class in org.apache.commons.jcs.utils.access
Utility class to encapsulate doing a piece of work, and caching the results in JCS.
JCSWorker(String) - Constructor for class org.apache.commons.jcs.utils.access.JCSWorker
Constructor which takes a region for the JCS cache.
JCSWorkerHelper<V> - Interface in org.apache.commons.jcs.utils.access
Interface for doing a piece of work which is expected to be cached.
JDBCDiskCache<K,V> - Class in org.apache.commons.jcs.auxiliary.disk.jdbc
This is the jdbc disk cache plugin.
JDBCDiskCache(JDBCDiskCacheAttributes, DataSourceFactory, TableState, ICompositeCacheManager) - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Constructs a JDBC Disk Cache for the provided cache attributes.
JDBCDiskCacheAttributes - Class in org.apache.commons.jcs.auxiliary.disk.jdbc
The configurator will set these values based on what is in the cache.ccf file.
JDBCDiskCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
JDBCDiskCacheFactory - Class in org.apache.commons.jcs.auxiliary.disk.jdbc
This factory should create JDBC auxiliary caches.
JDBCDiskCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
 
JMX_OBJECT_NAME - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheManager
JMX object name
JndiDataSourceFactory - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory
A factory that looks up the DataSource from JNDI.
JndiDataSourceFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.JndiDataSourceFactory
 

K

KEY_MATCHER_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
jcs.auxiliary.NAME.keymatcher=CLASSNAME jcs.auxiliary.NAME.keymatcher.attributes.CUSTOMPROPERTY=VALUE
KeyMatcherPatternImpl<K> - Class in org.apache.commons.jcs.engine.match
This implementation of the KeyMatcher uses standard Java Pattern matching.
KeyMatcherPatternImpl() - Constructor for class org.apache.commons.jcs.engine.match.KeyMatcherPatternImpl
 
keySet() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Gets the key set.
keySet() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 

L

LateralCache<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral
Lateral distributor.
LateralCache(ILateralCacheAttributes, ICacheServiceNonLocal<K, V>, LateralCacheMonitor) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Constructor for the LateralCache object
LateralCache(ILateralCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Constructor for the LateralCache object
LateralCacheAttributes - Class in org.apache.commons.jcs.auxiliary.lateral
This class stores attributes for all of the available lateral cache auxiliaries.
LateralCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
 
LateralCacheMonitor - Class in org.apache.commons.jcs.auxiliary.lateral
Used to monitor and repair any failed connection for the lateral cache service.
LateralCacheMonitor(LateralTCPCacheFactory) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCacheMonitor
Constructor for the LateralCacheMonitor object It's the clients responsibility to decide how many of these there will be.
LateralCacheNoWait<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral
Used to queue up update requests to the underlying cache.
LateralCacheNoWait(LateralCache<K, V>) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Constructs with the given lateral cache, and fires up an event queue for asynchronous processing.
LateralCacheNoWaitFacade<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral
Used to provide access to multiple services under nowait protection.
LateralCacheNoWaitFacade(ILateralCacheListener<K, V>, LateralCacheNoWait<K, V>[], ILateralCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Constructs with the given lateral cache, and fires events to any listeners.
LateralCommand - Enum in org.apache.commons.jcs.auxiliary.lateral
Enumeration of the available lateral commands
LateralElementDescriptor<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral
This class wraps command to other laterals.
LateralElementDescriptor() - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
Constructor for the LateralElementDescriptor object
LateralElementDescriptor(ICacheElement<K, V>) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
Constructor for the LateralElementDescriptor object
LateralTCPCacheFactory - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
Constructs a LateralCacheNoWaitFacade for the given configuration.
LateralTCPCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory
 
LateralTCPDiscoveryListener - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
This knows how to add and remove discovered services.
LateralTCPDiscoveryListener(String, ICompositeCacheManager) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
This plugs into the udp discovery system.
LateralTCPListener<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
Listens for connections from other TCP lateral caches and handles them.
LateralTCPListener(ITCPLateralCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Only need one since it does work for all regions, just reference by multiple region names.
LateralTCPListener.ConnectionHandler - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
A Separate thread that runs when a command comes into the LateralTCPReceiver.
LateralTCPListener.ListenerThread - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
Processes commands from the server socket.
LateralTCPSender - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
This class is based on the log4j SocketAppender class.
LateralTCPSender(ITCPLateralCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Constructor for the LateralTCPSender object.
LateralTCPService<K,V> - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
A lateral cache service implementation.
LateralTCPService(ITCPLateralCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Constructor for the LateralTCPService object
length() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Returns the file length.
LHMLRUMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory.lru
This is a test memory manager using the jdk1.4 LinkedHashMap.
LHMLRUMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
 
LHMLRUMemoryCache.LHMSpooler - Class in org.apache.commons.jcs.engine.memory.lru
Implementation of removeEldestEntry in LinkedHashMap
LHMSpooler() - Constructor for class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache.LHMSpooler
Initialize to a small size--for now, 1/2 of max 3rd variable "true" indicates that it should be access and not time governed.
list - Variable in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
thread-safe double linked list for lru
listenerId - Static variable in class org.apache.commons.jcs.engine.CacheInfo
By default this is the hashcode of the VMID
ListenerThread(ServerSocket) - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread
Constructor
loadKeys() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Loads the keys from the .key file.
loadKeys() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Loads the keys from the .key file.
loadProperties(String, ClassLoader) - Static method in class org.apache.commons.jcs.utils.props.PropertyLoader
Looks up a resource named 'name' in the classpath.
loadProperties(String) - Static method in class org.apache.commons.jcs.utils.props.PropertyLoader
A convenience overload of PropertyLoader.loadProperties(String, ClassLoader) that uses the current thread's context classloader.
loadProps(String) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteUtils
Loads properties for the named props file.
localGet(K) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Do not try to go remote or laterally for this get.
localGetMatching(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Build a map of all the matching elements in all of the auxiliaries and memory.
localGetMultiple(Set<K>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Gets multiple items from the cache based on the given set of keys.
localRemove(K) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Do not propagate removeall laterally or remotely.
localRemoveAll() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Will not pass the remove message remotely.
localUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Standard update method.
lock - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
 
log - Variable in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
The logger
logApplicationEvent(String, String, String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Logs an event if an event logger is configured.
logApplicationEvent(String, String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Logs an event if an event logger is configured.
logApplicationEvent(String, String, String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Logs an event if an event logger is configured.
logApplicationEvent(String, String, String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
Logs an event.
logApplicationEvent(String, String, String) - Method in class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
logCacheName - Variable in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
The name to prefix log messages with.
logCacheName - Variable in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Cache name used in log messages
logError(String, String, String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Logs an event if an event logger is configured.
logError(String, String, String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
Logs an error.
logError(String, String, String) - Method in class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Logs an event if an event logger is configured.
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Logs an event if an event logger is configured.
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Logs an event if an event logger is configured.
logICacheEvent(ICacheEvent<T>) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
Logs an event.
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
lookupRemoteService() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Lookup remote service from registry
LRUElementDescriptor<K,V> - Class in org.apache.commons.jcs.utils.struct
This is a node in the double linked list.
LRUElementDescriptor(K, V) - Constructor for class org.apache.commons.jcs.utils.struct.LRUElementDescriptor
 
LRUMap<K,V> - Class in org.apache.commons.jcs.utils.struct
 
LRUMap() - Constructor for class org.apache.commons.jcs.utils.struct.LRUMap
 
LRUMap(int) - Constructor for class org.apache.commons.jcs.utils.struct.LRUMap
 
LRUMapCountLimited(int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapCountLimited
 
LRUMapCountLimited(int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapCountLimited
 
LRUMapEntry<K,V> - Class in org.apache.commons.jcs.utils.struct
Entry for the LRUMap.
LRUMapEntry(K, V) - Constructor for class org.apache.commons.jcs.utils.struct.LRUMapEntry
S
LRUMapSizeLimited() - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
Default
LRUMapSizeLimited(int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
 
LRUMapSizeLimited() - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
Default
LRUMapSizeLimited(int) - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
 
LRUMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory.lru
A fast reference management system.
LRUMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache
 

M

main(String[]) - Static method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskDumper
The main program for the DiskDumper class Creates a disk cache and then calls dump, which write out the contents to a debug log.
main(String[]) - Static method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
main(String[]) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Creates an local RMI registry on the default port, starts up the remote cache server, and binds it to the registry.
makeFirst(T) - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Moves an existing node to the start of the link list.
makeLast(T) - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Moves an existing node to the end of the link list.
map - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Map where items are stored by key.
MAX_PURGATORY_SIZE_DEFAULT - Static variable in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
This is the default purgatory size limit.
MemoryElementDescriptor<K,V> - Class in org.apache.commons.jcs.engine.memory.util
This wrapper is needed for double linked lists.
MemoryElementDescriptor(ICacheElement<K, V>) - Constructor for class org.apache.commons.jcs.engine.memory.util.MemoryElementDescriptor
Constructs a usable MemoryElementDescriptor.
MessageHandler(UDPDiscoveryMessage) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver.MessageHandler
 
missCnt - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
number of misses
MRUMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory.mru
The most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache.
MRUMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.mru.MRUMemoryCache
 
MyCacheListener() - Constructor for class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
MySQLDiskCache<K,V> - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.mysql
The MySQLDiskCache extends the core JDBCDiskCache.
MySQLDiskCache(MySQLDiskCacheAttributes, DataSourceFactory, TableState, ICompositeCacheManager) - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
Delegates to the super and makes use of the MySQL specific parameters used for scheduled optimization.
MySQLDiskCacheAttributes - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.mysql
This has additional attributes that are particular to the MySQL disk cache.
MySQLDiskCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
 
MySQLDiskCacheFactory - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.mysql
This factory should create mysql disk caches.
MySQLDiskCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheFactory
 
MySQLTableOptimizer - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.mysql
The MySQL Table Optimizer can optimize MySQL tables.
MySQLTableOptimizer(MySQLDiskCacheAttributes, TableState, DataSource) - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
This constructs an optimizer with the disk cacn properties.

N

NAME_COMPONENT_DELIMITER - Static variable in interface org.apache.commons.jcs.engine.CacheConstants
Delimiter of a cache name component.
newCache(ICompositeCacheAttributes, IElementAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
 
newConfigurator() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
newRemoteCacheNoWait(IRemoteCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Create new RemoteCacheNoWait instance
newThread(Runnable) - Method in class org.apache.commons.jcs.utils.threadpool.DaemonThreadFactory
Sets the thread to daemon.
next - Variable in class org.apache.commons.jcs.utils.struct.DoubleLinkedListNode
Double Linked list references
notifyError() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyError(RemoteHttpCache<?, ?>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheMonitor
Notifies the cache monitor that an error occurred, and kicks off the error recovery process.
notifyShutdown() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Notifies the cache monitor that the service shall shut down
noWaits - Variable in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
The queuing facade to the client.
noWaits - Variable in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
The connection to a remote server, or a zombie.

O

ObjectExistsException - Exception in org.apache.commons.jcs.access.exception
The putSafe method on the JCS convenience class throws this exception if the object is already present in the cache.
ObjectExistsException() - Constructor for exception org.apache.commons.jcs.access.exception.ObjectExistsException
Constructor for the ObjectExistsException object
ObjectExistsException(String) - Constructor for exception org.apache.commons.jcs.access.exception.ObjectExistsException
Constructor for the ObjectExistsException object
ObjectInputStreamClassLoaderAware - Class in org.apache.commons.jcs.io
 
ObjectInputStreamClassLoaderAware(InputStream, ClassLoader) - Constructor for class org.apache.commons.jcs.io.ObjectInputStreamClassLoaderAware
 
ObjectNotFoundException - Exception in org.apache.commons.jcs.access.exception
ObjectNotFoundException TODO see if we can remove this.
ObjectNotFoundException() - Constructor for exception org.apache.commons.jcs.access.exception.ObjectNotFoundException
Constructor for the ObjectNotFoundException object
ObjectNotFoundException(String) - Constructor for exception org.apache.commons.jcs.access.exception.ObjectNotFoundException
Constructor for the ObjectNotFoundException object
OPTIMIZATION_RUNNING - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
A table locking optimization is running.
optimizeFile() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
File optimization is handled by this method.
optimizeTable() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
A scheduler will call this method.
OptionConverter - Class in org.apache.commons.jcs.utils.config
This class is based on the log4j class org.apache.log4j.helpers.OptionConverter that was made by Ceki Gülcü Simon Kitching; Avy Sharell (sharell@online.fr) Anders Kristensen Matthieu Verbert (mve@zurich.ibm.com) A convenience class to convert property values to specific types.
org.apache.commons.jcs - package org.apache.commons.jcs
Contains the class JCS which provides a simple interface for clients to use JCS.
org.apache.commons.jcs.access - package org.apache.commons.jcs.access
Contains classes for accessing the cache.
org.apache.commons.jcs.access.behavior - package org.apache.commons.jcs.access.behavior
 
org.apache.commons.jcs.access.exception - package org.apache.commons.jcs.access.exception
 
org.apache.commons.jcs.admin - package org.apache.commons.jcs.admin
 
org.apache.commons.jcs.admin.servlet - package org.apache.commons.jcs.admin.servlet
 
org.apache.commons.jcs.auxiliary - package org.apache.commons.jcs.auxiliary
Root package for auxiliary caches.
org.apache.commons.jcs.auxiliary.disk - package org.apache.commons.jcs.auxiliary.disk
The primary disk auxiliary.
org.apache.commons.jcs.auxiliary.disk.behavior - package org.apache.commons.jcs.auxiliary.disk.behavior
 
org.apache.commons.jcs.auxiliary.disk.block - package org.apache.commons.jcs.auxiliary.disk.block
 
org.apache.commons.jcs.auxiliary.disk.indexed - package org.apache.commons.jcs.auxiliary.disk.indexed
 
org.apache.commons.jcs.auxiliary.disk.jdbc - package org.apache.commons.jcs.auxiliary.disk.jdbc
 
org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory - package org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory
 
org.apache.commons.jcs.auxiliary.disk.jdbc.hsql - package org.apache.commons.jcs.auxiliary.disk.jdbc.hsql
 
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql - package org.apache.commons.jcs.auxiliary.disk.jdbc.mysql
 
org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util - package org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util
 
org.apache.commons.jcs.auxiliary.lateral - package org.apache.commons.jcs.auxiliary.lateral
Root package for the lateral cache family.
org.apache.commons.jcs.auxiliary.lateral.behavior - package org.apache.commons.jcs.auxiliary.lateral.behavior
 
org.apache.commons.jcs.auxiliary.lateral.socket.tcp - package org.apache.commons.jcs.auxiliary.lateral.socket.tcp
 
org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior - package org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior
 
org.apache.commons.jcs.auxiliary.remote - package org.apache.commons.jcs.auxiliary.remote
Root package for the remote auxiliary cache.
org.apache.commons.jcs.auxiliary.remote.behavior - package org.apache.commons.jcs.auxiliary.remote.behavior
 
org.apache.commons.jcs.auxiliary.remote.http.behavior - package org.apache.commons.jcs.auxiliary.remote.http.behavior
 
org.apache.commons.jcs.auxiliary.remote.http.client - package org.apache.commons.jcs.auxiliary.remote.http.client
 
org.apache.commons.jcs.auxiliary.remote.http.client.behavior - package org.apache.commons.jcs.auxiliary.remote.http.client.behavior
 
org.apache.commons.jcs.auxiliary.remote.http.server - package org.apache.commons.jcs.auxiliary.remote.http.server
 
org.apache.commons.jcs.auxiliary.remote.server - package org.apache.commons.jcs.auxiliary.remote.server
 
org.apache.commons.jcs.auxiliary.remote.server.behavior - package org.apache.commons.jcs.auxiliary.remote.server.behavior
 
org.apache.commons.jcs.auxiliary.remote.util - package org.apache.commons.jcs.auxiliary.remote.util
 
org.apache.commons.jcs.auxiliary.remote.value - package org.apache.commons.jcs.auxiliary.remote.value
 
org.apache.commons.jcs.engine - package org.apache.commons.jcs.engine
Interfaces used by the core and the auxiliary caches.
org.apache.commons.jcs.engine.behavior - package org.apache.commons.jcs.engine.behavior
Interfaces used by the core and the auxiliary caches.
org.apache.commons.jcs.engine.control - package org.apache.commons.jcs.engine.control
The primary cache classes and the hub.
org.apache.commons.jcs.engine.control.event - package org.apache.commons.jcs.engine.control.event
 
org.apache.commons.jcs.engine.control.event.behavior - package org.apache.commons.jcs.engine.control.event.behavior
 
org.apache.commons.jcs.engine.control.group - package org.apache.commons.jcs.engine.control.group
 
org.apache.commons.jcs.engine.logging - package org.apache.commons.jcs.engine.logging
 
org.apache.commons.jcs.engine.logging.behavior - package org.apache.commons.jcs.engine.logging.behavior
 
org.apache.commons.jcs.engine.match - package org.apache.commons.jcs.engine.match
 
org.apache.commons.jcs.engine.match.behavior - package org.apache.commons.jcs.engine.match.behavior
 
org.apache.commons.jcs.engine.memory - package org.apache.commons.jcs.engine.memory
Parent package for memory type plugins.
org.apache.commons.jcs.engine.memory.behavior - package org.apache.commons.jcs.engine.memory.behavior
 
org.apache.commons.jcs.engine.memory.fifo - package org.apache.commons.jcs.engine.memory.fifo
 
org.apache.commons.jcs.engine.memory.lru - package org.apache.commons.jcs.engine.memory.lru
The primary memory plugin using a 'least recently used' removal policy.
org.apache.commons.jcs.engine.memory.mru - package org.apache.commons.jcs.engine.memory.mru
A memory plugin implemented using a 'most recently used' removal policy.
org.apache.commons.jcs.engine.memory.shrinking - package org.apache.commons.jcs.engine.memory.shrinking
 
org.apache.commons.jcs.engine.memory.soft - package org.apache.commons.jcs.engine.memory.soft
A memory plugin implemented using soft references.
org.apache.commons.jcs.engine.memory.util - package org.apache.commons.jcs.engine.memory.util
 
org.apache.commons.jcs.engine.stats - package org.apache.commons.jcs.engine.stats
 
org.apache.commons.jcs.engine.stats.behavior - package org.apache.commons.jcs.engine.stats.behavior
 
org.apache.commons.jcs.io - package org.apache.commons.jcs.io
 
org.apache.commons.jcs.utils.access - package org.apache.commons.jcs.utils.access
 
org.apache.commons.jcs.utils.config - package org.apache.commons.jcs.utils.config
This package contains utility classes that are used when configuring the cache.
org.apache.commons.jcs.utils.discovery - package org.apache.commons.jcs.utils.discovery
 
org.apache.commons.jcs.utils.discovery.behavior - package org.apache.commons.jcs.utils.discovery.behavior
 
org.apache.commons.jcs.utils.net - package org.apache.commons.jcs.utils.net
 
org.apache.commons.jcs.utils.props - package org.apache.commons.jcs.utils.props
 
org.apache.commons.jcs.utils.serialization - package org.apache.commons.jcs.utils.serialization
 
org.apache.commons.jcs.utils.servlet - package org.apache.commons.jcs.utils.servlet
 
org.apache.commons.jcs.utils.struct - package org.apache.commons.jcs.utils.struct
 
org.apache.commons.jcs.utils.threadpool - package org.apache.commons.jcs.utils.threadpool
 
org.apache.commons.jcs.utils.timing - package org.apache.commons.jcs.utils.timing
 
org.apache.commons.jcs.utils.zip - package org.apache.commons.jcs.utils.zip
 
overrideWithSystemProperties(Properties) - Static method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Any property values will be replaced with system property values that match the key.

P

parseAuxiliary(Properties, CompositeCacheManager, String, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Get an aux cache for the listed aux for a region.
parseCacheEventLogger(Properties, String) - Static method in class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
Parses the event logger config, if there is any for the auxiliary.
parseCompositeCacheAttributes(Properties, String, ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Get an ICompositeCacheAttributes for the listed region.
parseCompositeCacheAttributes(Properties, String, ICompositeCacheAttributes, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Get the main attributes for a region.
parseElementAttributes(Properties, String, IElementAttributes, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Create the element attributes from the properties object for a cache region.
parseElementSerializer(Properties, String) - Static method in class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
Parses the element config, if there is any for the auxiliary.
parseKeyMatcher(Properties, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Creates a custom key matcher if one is defined.
parseRegion(Properties, CompositeCacheManager, String, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Create cache region.
parseRegion(Properties, CompositeCacheManager, String, String, ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Get all the properties for a region and configure its cache.
parseRegion(Properties, CompositeCacheManager, String, String, ICompositeCacheAttributes, String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Get all the properties for a region and configure its cache.
parseRegions(Properties, CompositeCacheManager) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Parse region elements.
parseServerAndPort(String) - Static method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
Parse remote server and port from the string representation server:port and store them in a RemoteLocation object
parseSystemRegions(Properties, CompositeCacheManager) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
Create caches used internally.
PartitionedCacheAccess<K,V> - Class in org.apache.commons.jcs.access
TODO: Add new methods that will allow you to provide a partition indicator for all major calls.
PartitionedCacheAccess() - Constructor for class org.apache.commons.jcs.access.PartitionedCacheAccess
Sets default properties heading and group.
passiveBroadcast(String, int, ArrayList<String>) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
This sends a message broadcasting out that the host and port is available for connections.
passiveBroadcast(String, int, ArrayList<String>, long) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
This allows you to set the sender id.
POOL_CONFIGURATION_PREFIX - Static variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
props prefix
PoolConfiguration - Class in org.apache.commons.jcs.utils.threadpool
This object holds configuration data for a thread pool.
PoolConfiguration() - Constructor for class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
Default
PoolConfiguration(boolean, int, int, int, int, PoolConfiguration.WhenBlockedPolicy, int) - Constructor for class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
Construct a completely configured instance.
PoolConfiguration.WhenBlockedPolicy - Enum in org.apache.commons.jcs.utils.threadpool
 
PooledCacheEventQueue<K,V> - Class in org.apache.commons.jcs.engine
An event queue is used to propagate ordered cache events to one and only one target listener.
PooledCacheEventQueue(ICacheListener<K, V>, long, String, int, int, String) - Constructor for class org.apache.commons.jcs.engine.PooledCacheEventQueue
Constructor for the CacheEventQueue object
PositionComparator() - Constructor for class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.PositionComparator
 
postProcessWebserviceCall(HttpMethod, HttpState) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
Called after the executeMethod on the client.
postProcessWebserviceCall(HttpMethod, HttpState) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
Called after the executeMethod on the client.
preProcessWebserviceCall(HttpMethod) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.AbstractHttpClient
Called before the executeMethod on the client.
preProcessWebserviceCall(HttpMethod) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
Called before the executeMethod on the client.
prev - Variable in class org.apache.commons.jcs.utils.struct.DoubleLinkedListNode
Double Linked list references
processDispose() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Specific implementation of dispose.
processDispose() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Dispose of the disk cache in a background thread.
processDispose() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Dispose of the disk cache in a background thread.
processDispose() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Shuts down the pool
processDispose() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Synchronously dispose the cache.
processDispose() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Synchronously dispose the remote cache; if failed, replace the remote handle with a zombie.
processDispose(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a shutdown request.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Implementation of get.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Gets the ICacheElement<K, V> for the key if it is in the cache.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Gets the key, then goes to disk to get the object.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Queries the database for the value.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
This delegates to the generic JDBC disk cache.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
The performance costs are too great.
processGet(K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Synchronously get from the remote cache; if failed, replace the remote handle with a zombie.
processGet(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a get request.
processGetKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Gets the set of keys of objects currently in the cache.
processGetKeySet(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Gets the set of keys of objects currently in the cache.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Implementation of getMatching.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Gets matching items from the cache.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Gets matching items from the cache.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
This will run a like query.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
This delegates to the generic JDBC disk cache.
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
 
processGetMatching(String) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Calls get matching on the server.
processGetMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a get request.
processGetMatching(String, String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Retrieves all matching keys.
processGetMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Implementation of getMultiple.
processGetMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Gets multiple items from the cache based on the given set of keys.
processGetMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Gets multiple items from the cache based on the given set of keys.
processGetMultiple(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Gets multiple items from the cache based on the given set of keys.
processGetMultiple(String, Set<K>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a get request.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Specific implementation of remove.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Returns true if the removal was successful; or false if there is nothing to remove.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Returns true if the removal was successful; or false if there is nothing to remove.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Returns true if the removal was successful; or false if there is nothing to remove.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Synchronously remove from the remote cache; if failed, replace the remote handle with a zombie.
processRemove(K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Synchronously remove from the remote cache; if failed, replace the remote handle with a zombie.
processRemove(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a remove request.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Specific implementation of removeAll.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Resets the keyfile, the disk file, and the memory key map.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Remove all the items from the disk cache by reseting everything.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
This should remove all elements.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Synchronously removeAll from the remote cache; if failed, replace the remote handle with a zombie.
processRemoveAll() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Synchronously removeAll from the remote cache; if failed, replace the remote handle with a zombie.
processRemoveAll(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes a removeAll request.
processRemovedLRU(K, int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapCountLimited
This is called when the may key size is reached.
processRemovedLRU(K, int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
This is called when the may key size is reached.
processRemovedLRU(K, IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapCountLimited
This is called when the may key size is reached.
processRemovedLRU(K, IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
This is called when the may key size is reached.
processRemovedLRU(K, V) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This is called when an item is removed from the LRU.
processRequest(byte[], String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
 
processRequest(RemoteCacheRequest<Serializable, Serializable>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Processes the request.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Implementation of put.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
Writes an element to disk.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Update the disk cache.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Inserts or updates.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCache
This delegates to the generic JDBC disk cache.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
Update lateral.
processUpdate(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
Serializes the object and then calls update on the remote server with the byte array.
processUpdate(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Processes an update request.
propagateEvents(ICacheServiceNonLocal<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Walk the queue, calling the service for each queue operation.
PropertiesFactory - Interface in org.apache.commons.jcs.utils.props
Retrieves properties from a configurable source.
PropertiesFactoryFileImpl - Class in org.apache.commons.jcs.utils.props
Goes to the file system to load a properties file.
PropertiesFactoryFileImpl() - Constructor for class org.apache.commons.jcs.utils.props.PropertiesFactoryFileImpl
 
PROPERTY_PREFIX - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Property prefix, should be jcs.remote but this would break existing config.
PropertyLoader - Class in org.apache.commons.jcs.utils.props
I modified this class to work with .ccf files in particular.
PropertySetter - Class in org.apache.commons.jcs.utils.config
This class is based on the log4j class org.apache.log4j.config.PropertySetter that was made by Anders Kristensen General purpose Object property setter.
PropertySetter(Object) - Constructor for class org.apache.commons.jcs.utils.config.PropertySetter
Create a new PropertySetter for the specified Object.
PropertySetterException - Exception in org.apache.commons.jcs.utils.config
This class is based on the log4j class org.apache.log4j.config.PropertySetter that was made by Anders Kristensen Thrown when an error is encountered whilst attempting to set a property using the PropertySetterutility class.
PropertySetterException(String) - Constructor for exception org.apache.commons.jcs.utils.config.PropertySetterException
Constructor for the PropertySetterException object
PropertySetterException(Throwable) - Constructor for exception org.apache.commons.jcs.utils.config.PropertySetterException
Constructor for the PropertySetterException object
PurgatoryElement<K,V> - Class in org.apache.commons.jcs.auxiliary.disk
Implementation of cache elements in purgatory.
PurgatoryElement(ICacheElement<K, V>) - Constructor for class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
Constructor for the PurgatoryElement<K, V> object
put(K, V) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Puts and/or overrides an element with the name in that region.
put(K, V, IElementAttributes) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Description of the Method
put(K, V) - Method in class org.apache.commons.jcs.access.CacheAccess
Place a new object in the cache, associated with key name.
put(K, V, IElementAttributes) - Method in class org.apache.commons.jcs.access.CacheAccess
Constructs a cache element with these attributes, and puts it into the cache.
put(K, V) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Puts the value into the appropriate cache partition.
put(K, V, IElementAttributes) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Puts the value into the appropriate cache partition.
put(K, int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
 
put(K, int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Puts a int[] in the keyStore.
put(K, IndexedDiskElementDescriptor) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
 
put(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Puts a cache bean to the remote cache and notifies all listeners which
have a different listener id than the originating host; are currently subscribed to the related cache.
put(AbstractCacheEventQueue<K, V>.AbstractCacheEvent) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Adds an event to the queue.
put(AbstractCacheEventQueue<K, V>.AbstractCacheEvent) - Method in class org.apache.commons.jcs.engine.CacheEventQueue
Adds an event to the queue.
put(AbstractCacheEventQueue<K, V>.AbstractCacheEvent) - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
Adds an event to the queue.
put(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
 
put(K, V) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
putCnt - Variable in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
number of puts
putInGroup(K, String, V) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Puts an item in the cache associated with this group.
putInGroup(K, String, V, IElementAttributes) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Put in the cache associated with this group using these attributes.
putInGroup(K, String, V) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Allows the user to put an object into a group within a particular cache region.
putInGroup(K, String, V, IElementAttributes) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
Allows the user to put an object into a group within a particular cache region.
putSafe(K, V) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Puts in cache if an item does not exist with the name in that region.
putSafe(K, V) - Method in class org.apache.commons.jcs.access.CacheAccess
Place a new object in the cache, associated with key name.
putSafe(K, V) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Puts in cache if an item does not exist with the name in that region.

R

read(int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Reads an object that is located in the specified blocks.
readExternal(ObjectInput) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
Saves on reflection.
readRequest(HttpServletRequest) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Read the request from the input stream.
readRequestFromStream(InputStream) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Reads the response from the stream and then closes it.
REGION_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
normal region prefix
registerServer(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Try to rebind the server.
registerServer(String, Remote) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Registers the server with the registry.
registerShutdownObserver(IShutdownObserver) - Method in interface org.apache.commons.jcs.engine.behavior.IShutdownObservable
Registers an observer with the observable object.
registerShutdownObserver(IShutdownObserver) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Perhaps the composite cache itself should be the observable object.
registryAttrGet(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
registryAttrPut(AuxiliaryCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
registryFacGet(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
registryFacPut(AuxiliaryCacheFactory) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
RegistryKeepAliveRunner - Class in org.apache.commons.jcs.auxiliary.remote.server
This class tries to keep the registry alive.
RegistryKeepAliveRunner(String, int, String) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
 
release() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Does nothing.
release() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Frees the specified cache.
release() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
This general method should be deprecated.
release() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Shutdown all.
release() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Frees all remote caches.
release() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Frees all caches.
release() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
release() - Method in class org.apache.commons.jcs.engine.ZombieCacheService
Frees all caches.
REMOTE_ALLOW_CLUSTER_GET - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE_SERVICE_NAME - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE_SERVICE_PORT - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_CACHE_SERVICE_VAL - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
REMOTE_LOCAL_CLUSTER_CONSISTENCY - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
RemoteCache<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
Client proxy for an RMI remote cache.
RemoteCache(IRemoteCacheAttributes, ICacheServiceNonLocal<K, V>, IRemoteCacheListener<K, V>, RemoteCacheMonitor) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Constructor for the RemoteCache object.
RemoteCacheAttributes - Class in org.apache.commons.jcs.auxiliary.remote
These objects are used to configure the remote cache client.
RemoteCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Default constructor for the RemoteCacheAttributes object
RemoteCacheFactory - Class in org.apache.commons.jcs.auxiliary.remote
The RemoteCacheFactory creates remote caches for the cache hub.
RemoteCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFactory
 
RemoteCacheFailoverRunner<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
The RemoteCacheFailoverRunner tries to establish a connection with a failover server, if any are defined.
RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade<K, V>, RemoteCacheFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Constructor for the RemoteCacheFailoverRunner object.
RemoteCacheListener<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
Registered with RemoteCache server.
RemoteCacheListener(IRemoteCacheAttributes, ICompositeCacheManager, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheListener
Only need one since it does work for all regions, just reference by multiple region names.
RemoteCacheManager - Class in org.apache.commons.jcs.auxiliary.remote
An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.
RemoteCacheManager(IRemoteCacheAttributes, ICompositeCacheManager, RemoteCacheMonitor, ICacheEventLogger, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Constructs an instance to with the given remote connection parameters.
RemoteCacheMonitor - Class in org.apache.commons.jcs.auxiliary.remote
Used to monitor and repair any failed connection for the remote cache service.
RemoteCacheMonitor() - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheMonitor
Constructor for the RemoteCacheMonitor object
RemoteCacheNoWait<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
The RemoteCacheNoWait wraps the RemoteCacheClient.
RemoteCacheNoWait(IRemoteCacheClient<K, V>) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Constructs with the given remote cache, and fires up an event queue for asynchronous processing.
RemoteCacheNoWaitFacade<K,V> - Class in org.apache.commons.jcs.auxiliary.remote
Used to provide access to multiple services under nowait protection.
RemoteCacheNoWaitFacade(List<RemoteCacheNoWait<K, V>>, IRemoteCacheAttributes, ICacheEventLogger, IElementSerializer, RemoteCacheFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Constructs with the given remote cache, and fires events to any listeners.
RemoteCacheNoWaitFacade(List<ICache<K, V>>, RemoteCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer, RemoteCacheFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWaitFacade
Deprecated.
Unused parameter cacheMgr scheduled for removal
RemoteCacheRequest<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.value
The basic request wrapper.
RemoteCacheRequest() - Constructor for class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
RemoteCacheRequestFactory - Class in org.apache.commons.jcs.auxiliary.remote.util
This creates request objects.
RemoteCacheRequestFactory() - Constructor for class org.apache.commons.jcs.auxiliary.remote.util.RemoteCacheRequestFactory
 
RemoteCacheResponse<T> - Class in org.apache.commons.jcs.auxiliary.remote.value
This is the response wrapper.
RemoteCacheResponse() - Constructor for class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
RemoteCacheServer<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.server
This class provides remote cache services.
RemoteCacheServer(IRemoteCacheServerAttributes, Properties) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Constructor for the RemoteCacheServer object.
RemoteCacheServer(IRemoteCacheServerAttributes, Properties, RMISocketFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Constructor for the RemoteCacheServer object.
RemoteCacheServer(IRemoteCacheServerAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Deprecated.
Use version with Properties object instead
RemoteCacheServer(IRemoteCacheServerAttributes, RMISocketFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Deprecated.
Use version with Properties object instead
RemoteCacheServerAttributes - Class in org.apache.commons.jcs.auxiliary.remote.server
These attributes are used to configure the remote cache server.
RemoteCacheServerAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Default constructor for the RemoteCacheAttributes object
RemoteCacheServerFactory - Class in org.apache.commons.jcs.auxiliary.remote.server
Provides remote cache services.
RemoteCacheStartupServlet - Class in org.apache.commons.jcs.auxiliary.remote.server
This servlet can be used to startup the JCS remote cache.
RemoteCacheStartupServlet() - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheStartupServlet
 
RemoteHttpCache<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.http.client
This uses an http client as the service.
RemoteHttpCache(RemoteHttpCacheAttributes, ICacheServiceNonLocal<K, V>, IRemoteCacheListener<K, V>, RemoteHttpCacheMonitor) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCache
Constructor for the RemoteCache object.
RemoteHttpCacheAttributes - Class in org.apache.commons.jcs.auxiliary.remote.http.client
Http client specific settings.
RemoteHttpCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
RemoteHttpCacheClient<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.http.client
This is the service used by the remote http auxiliary cache.
RemoteHttpCacheClient() - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
For factory construction.
RemoteHttpCacheClient(RemoteHttpCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Constructs a client.
RemoteHttpCacheDispatcher - Class in org.apache.commons.jcs.auxiliary.remote.http.client
Calls the service.
RemoteHttpCacheDispatcher(RemoteHttpCacheAttributes) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher
 
RemoteHttpCacheFactory - Class in org.apache.commons.jcs.auxiliary.remote.http.client
The RemoteCacheFactory creates remote caches for the cache hub.
RemoteHttpCacheFactory() - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheFactory
 
RemoteHttpCacheMonitor - Class in org.apache.commons.jcs.auxiliary.remote.http.client
Upon the notification of a connection error, the monitor changes to operate in a time driven mode.
RemoteHttpCacheMonitor(RemoteHttpCacheFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheMonitor
Constructor for the RemoteCacheMonitor object
RemoteHttpCacheServerAttributes - Class in org.apache.commons.jcs.auxiliary.remote.http.server
Configuration for the RemoteHttpCacheServer.
RemoteHttpCacheServerAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
 
RemoteHttpCacheService<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.http.server
This does the work.
RemoteHttpCacheService(ICompositeCacheManager, RemoteHttpCacheServerAttributes, ICacheEventLogger) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheService
Create a process with a cache manager.
RemoteHttpCacheServlet - Class in org.apache.commons.jcs.auxiliary.remote.http.server
This servlet simply reads and writes objects.
RemoteHttpCacheServlet() - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
 
RemoteHttpClientListener<K,V> - Class in org.apache.commons.jcs.auxiliary.remote.http.client
Does nothing
RemoteHttpClientListener(IRemoteCacheAttributes, ICompositeCacheManager, IElementSerializer) - Constructor for class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpClientListener
Only need one since it does work for all regions, just reference by multiple region names.
RemoteLocation - Class in org.apache.commons.jcs.auxiliary.remote
Location of the RMI registry.
RemoteLocation(String, int) - Constructor for class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
Constructor for the Location object
RemoteRequestType - Enum in org.apache.commons.jcs.auxiliary.remote.value
The different types of requests
RemoteType - Enum in org.apache.commons.jcs.auxiliary.remote.server.behavior
Enum to describe the mode of the remote cache
RemoteUtils - Class in org.apache.commons.jcs.auxiliary.remote
This class provides some basic utilities for doing things such as starting the registry properly.
remove(K) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Remove an object for this key if one exists, else do nothing.
remove(K) - Method in class org.apache.commons.jcs.access.CacheAccess
Removes a single item by name.
remove(K) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Removes the item from the appropriate partition.
remove(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Removes the item from the cache.
remove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Removes are not queued.
remove(Object) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
 
remove(K) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Remove by key.
remove(Object) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
 
remove(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a remove request to the lateral cache.
remove(K) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a remove request to the lateral cache.
remove(String, K) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Uses the default listener id and calls the next remove method.
remove(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
Wraps the key in a LateralElementDescriptor.
remove(K) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Adds a remove request to the remote cache.
remove(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Removes the given key from the specified cache.
remove(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Removes the given key from the specified cache.
remove(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Removes the given key from the specified remote cache.
remove(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Remove the key from the cache region and don't tell the source listener about it.
remove(K) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a remove request to the remote cache.
remove(String, K) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Removes the given key from the specified remote cache.
remove(String, K, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Remove the key from the cache region and don't tell the source listener about it.
remove(K) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Removes an item from the cache.
remove(String, K) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Removes the given key from the specified cache.
remove(String, K, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Removes the given key from the specified cache.
remove(K) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Removes an item from the cache.
remove(K, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
fromRemote: If a remove call was made on a cache with both, then the remote should have been called.
remove(K) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Removes an item from the cache.
remove(K) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Removes an item from the cache
remove(K) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Removes an item from the cache
remove(K) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Removes an item from the cache.
remove(K) - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
Removes an item from the cache.
remove(String, K) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
 
remove(String, K, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Adds a removeAll event to the queue if the maxSize is greater than 0;
remove(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
remove(T) - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Removes the specified node from the link list.
REMOVE_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache remove
removeAll() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Removes all from the region.
removeAll() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
removeAll() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Adds a removeAll request to the lateral cache.
removeAll() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Adds a removeAll request to the lateral cache.
removeAll(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeAll(String, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
removeAll() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Adds a removeAll request to the remote cache.
removeAll(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Remove all keys from the specified cache.
removeAll(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Remove all keys from the sepcified cache.
removeAll(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Remove all keys from the specified remote cache.
removeAll(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Remove all keys from the specified remote cache.
removeAll() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a removeAll request to the remote cache.
removeAll(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Remove all keys from the specified remote cache.
removeAll(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Remove all keys from the specified remote cache.
removeAll() - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Removes all cached items from the cache.
removeAll(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Remove all keys from the specified cache.
removeAll(String, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Remove all keys from the specified cache.
removeAll() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Clears the region.
removeAll(boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Removes all cached items.
removeAll() - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Remove all of the elements from both the Map and the linked list implementation.
removeAll() - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Removes all cached items from the cache.
removeAll() - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Removes all cached items from the cache.
removeAll() - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
Removes all cached items from the cache.
removeAll(String) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
 
removeAll(String, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Adds a removeAll event to the queue if the maxSize is greater than 0;
removeAll() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Remove all of the elements from the linked list implementation.
REMOVEALL_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache removeAll
RemoveAllEvent() - Constructor for class org.apache.commons.jcs.engine.AbstractCacheEventQueue.RemoveAllEvent
 
removeAllWithEventLogging() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Removes all from the region.
removeBroadcast(String, int, ArrayList<String>) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
This sends a message broadcasting our that the host and port is no longer available.
removeBroadcast(String, int, ArrayList<String>, long) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
This allows you to set the sender id.
removeCacheListener(String, ICacheListener<KK, VV>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Unsubscribe this listener from this region.
removeCacheListener(String, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Unsubscribe this listener from this region.
removeCacheListener(ICacheListener<KK, VV>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Unsubscribes from all remote caches.
removeCacheListener(String, ICacheListener<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheObserver
Unsubscribes from the specified cache.
removeCacheListener(ICacheListener<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheObserver
Unsubscribes from all caches.
removeCacheListener(String, ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.CacheWatchRepairable
Tell the server to release us.
removeCacheListener(ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.CacheWatchRepairable
 
removeCacheListener(String, ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheWatch
 
removeCacheListener(ICacheListener<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheWatch
 
removeDiscoveredService(DiscoveredService) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Removes the lateral cache.
removeDiscoveredService(DiscoveredService) - Method in interface org.apache.commons.jcs.utils.discovery.behavior.IDiscoveryListener
Remove the service from the list.
removeDiscoveredService(DiscoveredService) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Removes the discovered service from the list and calls the discovery listener.
removeDiscoveryListener(IDiscoveryListener) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Removes a listener.
removeEldestEntry(Map.Entry<K, MemoryElementDescriptor<K, V>>) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache.LHMSpooler
Remove eldest.
removeFromGroup(K, String) - Method in interface org.apache.commons.jcs.access.behavior.IGroupCacheAccess
Remove the item from this group in this region by this name.
removeFromGroup(K, String) - Method in class org.apache.commons.jcs.access.GroupCacheAccess
 
removeItem(String, String) - Method in class org.apache.commons.jcs.admin.JCSAdminBean
Removes a particular item from a particular region.
removeItem(String, String) - Method in interface org.apache.commons.jcs.admin.JCSJMXBean
Removes a particular item from a particular region.
removeLast() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Removes the specified node from the link list.
removeNoWait(LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
Removes a no wait from the list if it is already there.
removeNoWait(LateralCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListener
Look up the facade for the name.
removeRemoteCacheListener(IRemoteCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheManager
Removes a listener.
removeWithEventLogging(K) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Removes the item from the cache.
repairTable(Statement) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
This is called if the optimization is in error.
requestBroadcast() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
Ask other to broadcast their info the the multicast address.
requesterId - Variable in class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
The id of the the source of the request.
reset() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
Resets the file.
reset() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Resets the file and creates a new key map.
reset() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
Typically this is used to handle errors by last resort, force content update, or removeall
resetElementAttributes(K, IElementAttributes) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccess
Reset the attributes on the object matching this key name.
resetElementAttributes(K, IElementAttributes) - Method in class org.apache.commons.jcs.access.CacheAccess
Reset attributes for a particular element in the cache.
resetElementAttributes(K, IElementAttributes) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Resets the attributes for this item.
resetEventQ() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
Resets the event q by first destroying the existing one and starting up new one.
resetEventQ() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Resets the event q by first destroying the existing one and starting up new one.
resolveClass(ObjectStreamClass) - Method in class org.apache.commons.jcs.io.ObjectInputStreamClassLoaderAware
 
resolveProxyClass(String[]) - Method in class org.apache.commons.jcs.io.ObjectInputStreamClassLoaderAware
 
restorePrimaryServer(RemoteCacheNoWait<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
restore the primary server in the list of failovers
run() - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Main processing method for the AbstractAuxiliaryCacheMonitor object
run() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.ShrinkerThread
Calls deleteExpired on each item in the set.
run() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
Main processing method for the LateralTCPReceiverConnection object
run() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread
Main processing method for the ListenerThread object
run() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheFailoverRunner
Main processing method for the RemoteCacheFailoverRunner object.
run() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Tries to lookup the server.
run() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.AbstractCacheEvent
Main processing method for the AbstractCacheEvent object
run() - Method in class org.apache.commons.jcs.engine.CacheEventQueue.QProcessor
Main processing method for the QProcessor object.
run() - Method in class org.apache.commons.jcs.engine.control.event.ElementEventQueue.AbstractElementEventRunner
Main processing method for the AbstractElementEvent object
run() - Method in class org.apache.commons.jcs.engine.memory.shrinking.ShrinkerThread
Main processing method for the ShrinkerThread object
run() - Method in class org.apache.commons.jcs.utils.discovery.UDPCleanupRunner
This goes through the list of services and removes those that we haven't heard from in longer than the max idle time.
run() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver.MessageHandler
Process the message.
run() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
Main processing method for the LateralUDPReceiver object
run() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySenderThread
Send a message.

S

save() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Calling save cause the entire contents of the memory cache to be flushed to all auxiliaries.
saveKeys() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Saves key file to disk.
saveKeys() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Saves key file to disk.
scheduleOptimization(Date, MySQLTableOptimizer) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheFactory
This takes in a single time and schedules the optimizer to be called at that time every day.
scheduleOptimizations(MySQLDiskCacheAttributes, TableState, DataSource) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheFactory
For each time in the optimization schedule, this calls schedule Optimization.
ScheduleParser - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util
Parses the very simple schedule format.
ScheduleParser() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParser
 
scheduler - Variable in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
The background scheduler, one for all regions.
send(LateralElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Sends commands to the lateral cache listener.
send(UDPDiscoveryMessage) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
Send messages.
sendAndReceive(LateralElementDescriptor<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender
Sends commands to the lateral cache listener and gets a response.
SerializationConversionUtil - Class in org.apache.commons.jcs.utils.serialization
This uses a supplied Serializer to convert to and from cache elements.
SerializationConversionUtil() - Constructor for class org.apache.commons.jcs.utils.serialization.SerializationConversionUtil
 
serialize(T) - Method in interface org.apache.commons.jcs.engine.behavior.IElementSerializer
Turns an object into a byte array.
serialize(T) - Method in class org.apache.commons.jcs.utils.serialization.CompressingSerializer
Serializes an object using default serialization.
serialize(T) - Method in class org.apache.commons.jcs.utils.serialization.StandardSerializer
Serializes an object using default serialization.
serializeObject(T) - Method in class org.apache.commons.jcs.utils.serialization.CompressingSerializer
Does the basic serialization.
SERIALIZER_PREFIX - Static variable in class org.apache.commons.jcs.auxiliary.AuxiliaryCacheConfigurator
jcs.auxiliary.NAME.serializer=CLASSNAME jcs.auxiliary.NAME.serializer.attributes.CUSTOMPROPERTY=VALUE
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Read the request, call the processor, write the response.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheStartupServlet
It just dumps the stats.
serviceRequestBroadcast() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Send a passive broadcast in response to a request broadcast.
setAlive(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
 
setAlive(boolean) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Sets whether the queue is actively processing -- if there are working threads.
setAllowClusterGet(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
Should we try to get from other cluster servers if we don't find the items locally.
setAllowClusterGet(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should cluster updates be propagated to the locals.
setAllowClusterGet(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should we try to get from other cluster servers if we don't find the items locally.
setAllowGet(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Is the lateral allowed to try and get from other laterals.
setAllowGet(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Is the lateral allowed to try and get from other laterals.
setAllowPut(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Is the lateral allowed to put objects to other laterals.
setAllowPut(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Is the lateral allowed to put objects to other laterals.
setAllowRemoveAll(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
setAllowRemoveAll(boolean) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
If this is false, then remove all requests will not be honored.
setAuxCaches(AuxiliaryCache<K, V>[]) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
This sets the list of auxiliary caches for this region.
setAuxiliaryCacheStats(List<IStats>) - Method in interface org.apache.commons.jcs.engine.stats.behavior.ICacheStats
 
setAuxiliaryCacheStats(List<IStats>) - Method in class org.apache.commons.jcs.engine.stats.CacheStats
 
setBalkDuringOptimization(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
 
setBlocks(int[]) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
 
setBlockSizeBytes(int) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
The size of the blocks.
setBoundarySize(int) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
Sets the ICompositeCacheAttributes of the cache region.
setCacheAttributes(ICompositeCacheAttributes) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
Sets the ICompositeCacheAttributes of the cache region
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
Sets the attributes on all the partitions.
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Sets the ICompositeCacheAttributes attribute of the Cache object.
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Sets the CacheAttributes.
setCacheAttributes(ICompositeCacheAttributes) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Sets the CacheAttributes of the region.
setCacheElement(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setCacheEventLogger(ICacheEventLogger) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Allows it to be injected.
setCacheEventLogger(ICacheEventLogger) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCache
Every Auxiliary must allow for the use of an event logger.
setCacheEventLogger(ICacheEventLogger) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
Allows it to be injected.
setCacheEventLogger(ICacheEventLogger) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RegistryKeepAliveRunner
Allows it to be injected.
setCacheEventLogger(ICacheEventLogger) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Allows it to be injected.
setCacheManager(ICompositeCacheManager) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheListener
 
setCacheManager(ICompositeCacheManager) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
setCacheManager(ICompositeCacheManager) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
 
setCacheName(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
 
setCacheName(String) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Sets the name of the cache, referenced by the appropriate manager.
setCacheName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setCacheName(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Sets the name of the cache, referenced by the appropriate manager.
setCacheName(String) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the cacheName attribute of the CompositeCacheAttributes object
setCacheNames(ArrayList<String>) - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
setCacheNames(ArrayList<String>) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
setCacheNames(ArrayList<String>) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySenderThread
 
setCacheWatch(ICacheObserver) - Method in class org.apache.commons.jcs.engine.CacheWatchRepairable
Replaces the underlying cache watch service and re-attaches all existing listeners to the new cache watch.
setChunkSize(int) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
The chunk size is the number of items to remove when the max is reached.
setClearDiskOnStartup(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
setClusterServers(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the clusterServers attribute of the IRemoteCacheAttributes object
setClusterServers(String) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the clusterServers attribute of the RemoteCacheAttributes object.
setCnt(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
 
setCompositeCacheManager(CompositeCacheManager) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Injector for cache manager
setConfigFileName(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object.
setConfigFileName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the ConfigFileName attribute of the IRemoteCacheAttributes object
setConfigFilename(String) - Static method in class org.apache.commons.jcs.JCS
Set the filename that the cache manager will be initialized with.
setConfigProperties(Properties) - Static method in class org.apache.commons.jcs.JCS
Set the properties that the cache manager will be initialized with.
setConnectionPoolName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setConnectionTimeoutMillis(int) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setCreateTime() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the createTime attribute of the IElementAttributes object
setDark(boolean) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setData(V) - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStatElement
Set the data for this element.
setData(V) - Method in class org.apache.commons.jcs.engine.stats.StatElement
Set the data for this element.
setDatabase(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
This is appended to the url.
setDefaultElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.access.AbstractCacheAccess
This method is does not reset the attributes for items already in the cache.
setDefaultElementAttributes(IElementAttributes) - Method in interface org.apache.commons.jcs.access.behavior.ICacheAccessManagement
This method is does not reset the attributes for items already in the cache.
setDefaultElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
This method is does not reset the attributes for items already in the cache.
setDiskLimitType(IDiskCacheAttributes.DiskLimitType) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
setDiskLimitType(IDiskCacheAttributes.DiskLimitType) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
set the type of the limit of the cache size
setDiskLimitTypeName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
 
setDiskLimitTypeName(String) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Translates and stores String values of DiskLimitType Allowed values: "COUNT" and "SIZE"
setDiskPath(String) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Sets the diskPath attribute of the DiskCacheAttributes object
setDiskPath(File) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Sets the diskPath attribute of the DiskCacheAttributes object
setDiskPath(String) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Sets the diskPath attribute of the IJISPCacheAttributes object
setDiskUsagePattern(ICompositeCacheAttributes.DiskUsagePattern) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
By default this is SWAP_ONLY.
setDiskUsagePattern(ICompositeCacheAttributes.DiskUsagePattern) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
By default this is SWAP_ONLY.
setDiskUsagePatternName(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Translates the name to the disk usage pattern short value.
setDiskUsagePatternName(String) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Translates the name to the disk usage pattern short value.
setDriverClassName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
setElementAttributes(IElementAttributes) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheElement
Sets the attributes attribute of the ICacheElement<K, V> object
setElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.engine.CacheElement
Sets the attributes attribute of the CacheElement object
setElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.engine.CacheGroup
Sets the attributes attribute of the CacheGroup object
setElementAttributes(IElementAttributes) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Sets the default element attribute of the Cache object.
setElementEventQueue(IElementEventQueue) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Injector for Element event queue
setElementSerializer(IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Allows you to inject a custom serializer.
setElementSerializer(IElementSerializer) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCache
Allows you to inject a custom serializer.
setElementSerializer(IElementSerializer) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
setErrorMessage(String) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
setEventLogSourceName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
 
setEventName(String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
setEventName(String) - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
setEventQueuePoolName(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used.
setEventQueuePoolName(String) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used.
setEventQueueType(ICacheEventQueue.QueueType) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
SINGLE is the default.
setEventQueueType(ICacheEventQueue.QueueType) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
SINGLE is the default.
setFacade(AbstractRemoteCacheNoWaitFacade<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Set facade
setFailoverIndex(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failoverIndex attribute of the IRemoteCacheAttributes object
setFailoverIndex(int) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failoverIndex attribute of the RemoteCacheAttributes object.
setFailovers(List<RemoteLocation>) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failovers attribute of the IRemoteCacheAttributes object
setFailovers(List<RemoteLocation>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failovers attribute of the RemoteCacheAttributes object.
setFailoverServers(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the failoverServers attribute of the IRemoteCacheAttributes object
setFailoverServers(String) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the failoverServers attribute of the RemoteCacheAttributes object.
setFilterRemoveByHashCode(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Should the receiver try to match hashcodes.
setFilterRemoveByHashCode(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Should the receiver try to match hashcodes.
setFinished(boolean) - Method in class org.apache.commons.jcs.utils.access.AbstractJCSWorkerHelper
 
setFinished(boolean) - Method in interface org.apache.commons.jcs.utils.access.JCSWorkerHelper
Sets whether or not the work has been done.
setGetOnly(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the getOnly attribute of the IRemoteCacheAttributes object
setGetOnly(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the getOnly attribute of the RemoteCacheAttributes object
setGetTimeoutMillis(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
-1 means no timeout, this is the default if the timeout is -1 or 0, no threadpool will be used.
setGetTimeoutMillis(int) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
 
setHost(String) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
setHttpListenerPort(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpListenerPort attribute of the ILateralCacheAttributes object
setHttpListenerPort(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpListenerPort attribute of the ILateralCacheAttributes object
setHttpServer(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpServer attribute of the ILateralCacheAttributes object
setHttpServer(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpServer attribute of the LateralCacheAttributes object
setHttpServers(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the httpServers attribute of the LateralCacheAttributes object
setHttpServers(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the httpServers attribute of the LateralCacheAttributes object
setHttpVersion(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setIdlePeriod(long) - Static method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheMonitor
Configures the idle period between repairs.
setIdleTime(long) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the idleTime attribute of the IAttributes object.
setIdleTime(long) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the idleTime attribute of the IAttributes object.
setIncludeCacheNameAsParameter(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setIncludeKeysAndPatternsAsParameter(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setIncludeRequestTypeasAsParameter(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setInitialized(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
setIsEternal(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the isEternal attribute of the IElementAttributes object
setIsEternal(boolean) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the isEternal attribute of the ElementAttributes object.
setIsLateral(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the isLateral attribute of the IElementAttributes object By default this is true.
setIsLateral(boolean) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the isLateral attribute of the IElementAttributes object By default this is true.
setIsRemote(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the isRemote attribute of the IElementAttributes object.
setIsRemote(boolean) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the isRemote attribute of the ElementAttributes object
setIsSpool(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the isSpool attribute of the IElementAttributes object By default this is true.
setIsSpool(boolean) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the isSpool attribute of the IElementAttributes object By default this is true.
setIssueRemoveOnPut(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Should the client send a remove command rather than a put when update is called.
setIssueRemoveOnPut(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Should the client send a remove command rather than a put when update is called.
setJdbcDiskCacheAttributes(JDBCDiskCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
setJmxName(String) - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
 
setJndiPath(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setJndiTTL(long) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setKeepAliveTime(int) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setKey(K) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
 
setKey(K) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setKey(K) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
setKey(K) - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
setKey(K) - Method in class org.apache.commons.jcs.utils.struct.LRUElementDescriptor
 
setKeyMatcher(IKeyMatcher<K>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCache
Sets the key matcher used by get matching.
setKeyMatcher(IKeyMatcher<K>) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Sets the key matcher used by get matching.
setKeyMatcher(IKeyMatcher<K>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Sets the key matcher used by get matching.
setKeyPersistenceIntervalSeconds(long) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
setKeySet(Set<K>) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setLastAccessTime(long) - Method in class org.apache.commons.jcs.engine.ElementAttributes
only for use from test code
setLastAccessTimeNow() - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the LastAccessTime as now of the IElementAttributes object
setLastAccessTimeNow() - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the LastAccessTime as now of the IElementAttributes object
setLastHearFromTime(long) - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
setListenerId(long) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache.MyCacheListener
 
setListenerId(long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Let the lateral cache set a listener_id.
setListenerId(long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
setListenerId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
let the remote cache set a listener_id.
setListenerId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
Let the remote cache set a listener_id.
setListenerId(long) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheListener
Set the id to be used by this manager.
setListenerId(long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheListener
sets unique identifier of listener home
setListenerId(long) - Method in class org.apache.commons.jcs.engine.CacheAdaptor
Sets the listenerId attribute of the CacheAdaptor object
setLocalClusterConsistency(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Should cluster updates be propagated to the locals
setLocalClusterConsistency(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Should cluster updates be propagated to the locals.
setLocalClusterConsistency(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
Should cluster updates be propagated to the locals
setLocalPort(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Sets the localPort attribute of the IRemoteCacheAttributes object
setLocalPort(int) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
Sets the localPort attribute of the RemoteCacheAttributes object
setLogCategoryName(String) - Method in class org.apache.commons.jcs.engine.logging.CacheEventLoggerDebugLogger
 
setMaxActive(int) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setMaxConnectionsPerHost(int) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setMaxIdleTimeSec(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setMaximumPoolSize(int) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setMaxKeySize(int) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
 
setMaxKeySize(int) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Sets the maxKeySize attribute of the DiskCacheAttributes object
setMaxLife(long) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Sets the maxLife attribute of the IAttributes object.
setMaxLife(long) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Sets the maxLife attribute of the IAttributes object.
setMaxMemoryIdleTimeSeconds(long) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMaxMemoryIdleTimeSeconds(long) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMaxObjects(int) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
SetMaxObjects is used to set the attribute to determine the maximum number of objects allowed in the memory cache.
setMaxObjects(int) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the maxObjects attribute of the CompositeCacheAttributes object
setMaxPurgatorySize(int) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Sets the maxPurgatorySize attribute of the DiskCacheAttributes object
setMaxPurgatorySize(int) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Sets the maxPurgatorySize attribute of the DiskCacheAttributes object
setMaxSpoolPerRun(int) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMaxSpoolPerRun(int) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setMemoryCacheName(String) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Sets the name of the MemoryCache, referenced by the appropriate manager.
setMemoryCacheName(String) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the memoryCacheName attribute of the CompositeCacheAttributes object
setMessageType(UDPDiscoveryMessage.BroadcastType) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
setMinimumPoolSize(int) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setName(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
This is the name of the auxiliary in configuration file.
setName(String) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheFactory
Sets the name attribute of the DiskCacheFactory object
setName(String) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes
Name known by by configurator
setName(String) - Method in interface org.apache.commons.jcs.auxiliary.AuxiliaryCacheFactory
Sets the name attribute of the AuxiliaryCacheFactory object
setName(String) - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStatElement
 
setName(String) - Method in class org.apache.commons.jcs.engine.stats.StatElement
 
setNumberOfPartitions(int) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
setOpenTimeOut(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
 
setOpenTimeOut(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
 
setOpenTimeout(int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
setOptimizationSchedule(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
 
setOptimizeAtRemoveCount(int) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Sets the optimizeAtRemoveCount attribute of the DiskCacheAttributes object This number determines how often the disk cache should run real time optimizations.
setOptimizeOnShutdown(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
 
setOptionalDetails(String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
setOptionalDetails(String) - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
setPartitionRegionNamePrefix(String) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
setPartitions(ICacheAccess<K, V>[]) - Method in class org.apache.commons.jcs.access.PartitionedCacheAccess
 
setPassword(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setPattern(String) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setPauseBetweenRegionCallsMillis(long) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.ShrinkerThread
How long should we wait between calls to deleteExpired when we are iterating through the list of regions.
setPayload(T) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
setPort(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
setProperties(Object, Properties, String) - Static method in class org.apache.commons.jcs.utils.config.PropertySetter
Set the properties of an object passed as a parameter in one go.
setProperties(Properties, String) - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Set the properties for the object that match the prefix passed as parameter.
setProperties(Properties) - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
setPropertiesFactory(PropertiesFactory) - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
setPropertiesGroup(String) - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
setPropertiesHeading(String) - Method in class org.apache.commons.jcs.utils.props.AbstractPropertyContainer
 
setProperty(String, String) - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Set a property on this PropertySetter's Object.
setProperty(PropertyDescriptor, String, String) - Method in class org.apache.commons.jcs.utils.config.PropertySetter
Set the named property given a PropertyDescriptor.
setProps(Properties) - Static method in class org.apache.commons.jcs.utils.threadpool.ThreadPoolManager
This will be used if it is not null on initialization.
setPutOnlyMode(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the putOnlyMode attribute of the ILateralCacheAttributes.
setPutOnlyMode(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the outgoingOnlyMode attribute of the ILateralCacheAttributes.
setReadTimeout(int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
setReceive(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
 
setReceive(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
 
setReceive(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
By default this option is true.
setReceive(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
By default this option is true.
setRegion(String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
setRegion(String) - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
setRegionName(String) - Method in interface org.apache.commons.jcs.engine.stats.behavior.ICacheStats
 
setRegionName(String) - Method in class org.apache.commons.jcs.engine.stats.CacheStats
Stats are for a region, though auxiliary data may be for more.
setRegistryKeepAliveDelayMillis(long) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
 
setRegistryKeepAliveDelayMillis(long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
setRemoteCacheAttributes(IRemoteCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
setRemoteCacheListener(IRemoteCacheListener<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
setRemoteCacheService(ICacheServiceNonLocal<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteAuxiliaryCache
 
setRemoteCacheService(ICacheServiceNonLocal<Serializable, Serializable>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
 
setRemoteDispatcher(IRemoteCacheDispatcher) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
 
setRemoteHttpClientClassName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setRemoteLocation(RemoteLocation) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the location attribute of the RemoteCacheAttributes object.
setRemoteLocation(String, int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the location attribute of the RemoteCacheAttributes object.
setRemoteLocation(RemoteLocation) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the location attribute of the RemoteCacheAttributes object.
setRemoteLocation(String, int) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the location attribute of the RemoteCacheAttributes object.
setRemoteServiceName(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the remoteServiceName attribute of the IRemoteCacheAttributes object
setRemoteServiceName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the remoteServiceName attribute of the RemoteCacheAttributes object.
setRemoteType(RemoteType) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the remoteType attribute of the IRemoteCacheAttributes object
setRemoteType(RemoteType) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the remoteType attribute of the RemoteCacheAttributes object.
setRemoteTypeName(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the remoteTypeName attribute of the IRemoteCacheAttributes object
setRemoteTypeName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the remoteTypeName attribute of the RemoteCacheAttributes object.
setRemoveUponRemotePut(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Sets the removeUponRemotePut attribute of the IRemoteCacheAttributes object
setRemoveUponRemotePut(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
Sets the removeUponRemotePut attribute of the RemoteCacheAttributes object.
setRequesterId(long) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setRequesterId(long) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
setRequestType(RemoteRequestType) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
setRmiSocketFactoryTimeoutMillis(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
This sets a general timeout on the RMI socket factory.
setRmiSocketFactoryTimeoutMillis(int) - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheFactory
 
setScheduledExecutorService(ScheduledExecutorService) - Method in interface org.apache.commons.jcs.engine.behavior.IRequireScheduler
Inject an instance of a central ScheduledExecutorService
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
 
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
setSendDelaySec(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setServiceAddress(String) - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
setServiceAddress(String) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setServiceName(String) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
 
setServiceName(String) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setServicePort(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Sets the localPort attribute of the IRemoteCacheAttributes object.
setServicePort(int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Sets the localPort attribute of the RemoteCacheAttributes object
setServicePort(int) - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
setServicePort(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setShrinkerIntervalSeconds(int) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setShrinkerIntervalSeconds(long) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setShrinkerIntervalSeconds(long) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
If UseMemoryShrinker is true the memory cache should auto-expire elements to reclaim space.
setShutdownSpoolTimeLimit(int) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Sets the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region.
setShutdownSpoolTimeLimit(int) - Method in interface org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes
Sets the amount of time in seconds we will wait for elements to move to disk during shutdown for a particular region.
setSize(int) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
Size in bytes.
setSize(int) - Method in class org.apache.commons.jcs.engine.ElementAttributes
Size in bytes.
setSocketTimeOut(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
 
setSocketTimeOut(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
 
setSocketTimeoutMillis(int) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setSource(String) - Method in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEvent
 
setSource(String) - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
setSpoolable(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
Sets the spoolable property.
setSpoolChunkSize(int) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Number to send to disk at a time.
setSpoolChunkSize(int) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Number to send to disk at a time.
setStartRegistry(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Deprecated.
Always true, to be removed
setStartRegistry(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Deprecated.
Always true, to be removed
setStartUpSize(int) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setState(int) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
 
setStatElements(List<IStatElement<?>>) - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStats
Set the generic statistical or historical data.
setStatElements(List<IStatElement<?>>) - Method in class org.apache.commons.jcs.engine.stats.Stats
 
setSuccess(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
setTableName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setTableName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizer
 
setTableName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
 
setTableState(TableState) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
 
setTcpLateralCacheAttributes(ITCPLateralCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
 
setTcpListenerPort(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Sets the tcpListenerPort attribute of the ILateralCacheAttributes object
setTcpListenerPort(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Sets the tcpListenerPort attribute of the ILateralCacheAttributes object
setTcpServer(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Sets the tcpServer attribute of the ILateralCacheAttributes object
setTcpServer(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Sets the tcpServer attribute of the ILateralCacheAttributes object
setTcpServers(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Sets the tcpServers attribute of the ILateralCacheAttributes object
setTcpServers(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Sets the tcpServers attribute of the ILateralCacheAttributes object
setTestBeforeInsert(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
If this is true then the disk cache will check to see if the item already exists in the database.
setThreadPoolName(String) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
Set the name of the pool to use.
setThreadPoolName(String) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
 
setTimeFactorForMilliseconds(long) - Method in interface org.apache.commons.jcs.engine.behavior.IElementAttributes
 
setTimeFactorForMilliseconds(long) - Method in class org.apache.commons.jcs.engine.ElementAttributes
 
setTransmissionType(ILateralCacheAttributes.Type) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the transmissionType attribute of the ILateralCacheAttributes object
setTransmissionType(ILateralCacheAttributes.Type) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the transmissionType attribute of the LateralCacheAttributes object
setTransmissionTypeName(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the transmissionTypeName attribute of the ILateralCacheAttributes object
setTransmissionTypeName(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the transmissionTypeName attribute of the LateralCacheAttributes object
setTypeName(String) - Method in interface org.apache.commons.jcs.engine.stats.behavior.IStats
Set the type name, such as "LRU Memory Cache."
setTypeName(String) - Method in class org.apache.commons.jcs.engine.stats.Stats
 
setUdpDiscoveryAddr(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Sets the address to broadcast to if UDPDiscovery is enabled.
setUdpDiscoveryAddr(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Sets the address to broadcast to if UDPDiscovery is enabled.
setUdpDiscoveryAddr(String) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setUdpDiscoveryAttributes(UDPDiscoveryAttributes) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
setUdpDiscoveryEnabled(boolean) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Can setup UDP Discovery.
setUdpDiscoveryEnabled(boolean) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Can setup UDP Discovery.
setUdpDiscoveryPort(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior.ITCPLateralCacheAttributes
Sets the port to use if UDPDiscovery is enabled.
setUdpDiscoveryPort(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Sets the port to use if UDPDiscovery is enabled.
setUdpDiscoveryPort(int) - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
setUdpMulticastAddr(String) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the udpMulticastAddr attribute of the ILateralCacheAttributes object
setUdpMulticastAddr(String) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the udpMulticastAddr attribute of the LateralCacheAttributes object
setUdpMulticastPort(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
Sets the udpMulticastPort attribute of the ILateralCacheAttributes object
setUdpMulticastPort(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
Sets the udpMulticastPort attribute of the LateralCacheAttributes object
setupDatabase(JDBCDiskCacheAttributes) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheFactory
Creates the database if it doesn't exist, registers the driver class, etc.
setupTable(Connection, String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheFactory
SETUP TABLE FOR CACHE
setUrl(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setUrl(String) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
setUseBoundary(boolean) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setUseDisk(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Sets the useDisk attribute of the ICompositeCacheAttributes object
setUseDisk(boolean) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the useDisk attribute of the CompositeCacheAttributes object
setUseDiskShrinker(boolean) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setUseLateral(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
set whether the cache should use a lateral cache
setUseLateral(boolean) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the useLateral attribute of the CompositeCacheAttributes object
setUseMemoryShrinker(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
setUseMemoryShrinker(boolean) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Whether the memory cache should perform background memory shrinkage.
setUseRegistryKeepAlive(boolean) - Method in interface org.apache.commons.jcs.auxiliary.remote.server.behavior.IRemoteCacheServerAttributes
Should we try to keep the registry alive
setUseRegistryKeepAlive(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
Should we try to keep the registry alive
setUseRemote(boolean) - Method in interface org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes
Sets whether the cache is remote enabled
setUseRemote(boolean) - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Sets the useRemote attribute of the CompositeCacheAttributes object
setUserName(String) - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
 
setValue(V) - Method in class org.apache.commons.jcs.utils.struct.LRUMapEntry
 
setWaitToDieMillis(int) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Sets the time to wait for events before killing the background thread.
setWhenBlockedPolicy(String) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setWhenBlockedPolicy(PoolConfiguration.WhenBlockedPolicy) - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
 
setWorking(boolean) - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
This means that the queue is functional.
setZombieQueueMaxSize(int) - Method in interface org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes
The number of elements the zombie queue will hold.
setZombieQueueMaxSize(int) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
The number of elements the zombie queue will hold.
setZombieQueueMaxSize(int) - Method in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheAttributes
The number of elements the zombie queue will hold.
setZombieQueueMaxSize(int) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
The number of elements the zombie queue will hold.
SharedPoolDataSourceFactory - Class in org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory
A factory that looks up the DataSource using the JDBC2 pool methods.
SharedPoolDataSourceFactory() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.dsfactory.SharedPoolDataSourceFactory
 
shouldRemove() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
 
shouldRemove() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
 
shouldRemove() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
shouldRemove() - Method in class org.apache.commons.jcs.utils.struct.LRUMap
 
shrink() - Method in class org.apache.commons.jcs.engine.memory.shrinking.ShrinkerThread
This method is called when the thread wakes up.
ShrinkerThread - Class in org.apache.commons.jcs.auxiliary.disk.jdbc
Calls delete expired on the disk caches.
ShrinkerThread() - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.ShrinkerThread
Does nothing special.
ShrinkerThread<K,V> - Class in org.apache.commons.jcs.engine.memory.shrinking
A background memory shrinker.
ShrinkerThread(CompositeCache<K, V>) - Constructor for class org.apache.commons.jcs.engine.memory.shrinking.ShrinkerThread
Constructor for the ShrinkerThread object.
shutdown() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener
Shuts down the receiver.
shutdown() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Shuts down the remote server.
shutdown(String, int) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Shuts down a server at a particular host and port.
shutdown() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceAdmin
Description of the Method
shutdown(String, int) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceAdmin
Description of the Method
shutdown() - Method in interface org.apache.commons.jcs.engine.behavior.IShutdownObserver
Tells the observer that the observable has received a shutdown command.
shutDown() - Method in class org.apache.commons.jcs.engine.control.CompositeCacheManager
Calls freeCache on all regions
shutdown() - Static method in class org.apache.commons.jcs.JCS
Shut down the cache manager and set the instance to null
shutdown() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
Shuts down the socket.
shutdown() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoverySenderThread
Issues a remove broadcast to the others.
shutdown() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Shuts down the receiver.
size() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore
Gets the size of the key hash.
size() - Method in interface org.apache.commons.jcs.engine.behavior.ICacheEventQueue
Returns the number of elements in the queue.
size() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
Returns the number of elements in the queue.
size() - Method in class org.apache.commons.jcs.engine.PooledCacheEventQueue
Returns the number of elements in the queue.
size() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
This simply returns the number of elements in the map.
size() - Method in class org.apache.commons.jcs.utils.struct.DoubleLinkedList
Returns the size of the list.
SOCKET_TIMEOUT_MILLIS - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
SoftReferenceElementDescriptor<K,V> - Class in org.apache.commons.jcs.engine.memory.util
This wrapper is needed for double linked lists.
SoftReferenceElementDescriptor(ICacheElement<K, V>) - Constructor for class org.apache.commons.jcs.engine.memory.util.SoftReferenceElementDescriptor
Constructs a usable MemoryElementDescriptor.
SoftReferenceMemoryCache<K,V> - Class in org.apache.commons.jcs.engine.memory.soft
A JCS IMemoryCache that has SoftReference to all its values.
SoftReferenceMemoryCache() - Constructor for class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
 
spoolToDisk(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Writes the specified element to any disk auxiliaries.
StandardSerializer - Class in org.apache.commons.jcs.utils.serialization
Performs default serialization and de-serialization.
StandardSerializer() - Constructor for class org.apache.commons.jcs.utils.serialization.StandardSerializer
 
startup(String, int, String) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Deprecated.
Use startup(String, int, Properties) instead
startup(String, int, Properties, String) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Deprecated.
Use startup(String, int, Properties) instead
startup(String, int, Properties) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
Starts up the remote cache server on this JVM, and binds it to the registry on the given host and port.
startup() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
Start necessary receiver thread
StatElement<V> - Class in org.apache.commons.jcs.engine.stats
This is a stat data holder.
StatElement(String, V) - Constructor for class org.apache.commons.jcs.engine.stats.StatElement
Constructor
Stats - Class in org.apache.commons.jcs.engine.stats
 
Stats() - Constructor for class org.apache.commons.jcs.engine.stats.Stats
 
stopProcessing() - Method in class org.apache.commons.jcs.engine.CacheEventQueue
Kill the processor thread and indicate that the queue is destroyed and no longer alive, but it can still be working.
storageLock - Variable in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache
Use this lock to synchronize reads and writes to the underlying storage mechanism.
substVars(String, Properties) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Perform variable substitution in string val from the values of keys found in the system properties.
SYSTEM_PROPERTY_KEY_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
The prefix of relevant system properties
SYSTEM_REGION_PREFIX - Static variable in class org.apache.commons.jcs.engine.control.CompositeCacheConfigurator
system region prefix. might not be used

T

TableState - Class in org.apache.commons.jcs.auxiliary.disk.jdbc
This is used by various elements of the JDBC disk cache to indicate the status of a table.
TableState(String) - Constructor for class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
Construct a usable table state.
TAG - Static variable in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapCountLimited
tag tells us which map we are working on.
TAG - Static variable in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskKeyStore.LRUMapSizeLimited
tag tells us which map we are working on.
TAG - Static variable in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCache.LRUMapSizeLimited
tag tells us which map we are working on.
TCPLateralCacheAttributes - Class in org.apache.commons.jcs.auxiliary.lateral.socket.tcp
This interface defines functions that are particular to the TCP Lateral Cache plugin.
TCPLateralCacheAttributes() - Constructor for class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
 
ThreadPoolManager - Class in org.apache.commons.jcs.utils.threadpool
This manages threadpools for an application It is a singleton since threads need to be managed vm wide.
TimeoutConfigurableRMISocketFactory - Class in org.apache.commons.jcs.auxiliary.remote.server
This can be injected into the the remote cache server as follows: jcs.remotecache.customrmisocketfactory=org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory jcs.remotecache.customrmisocketfactory.readTimeout=5000 jcs.remotecache.customrmisocketfactory.openTimeout=5000
TimeoutConfigurableRMISocketFactory() - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.TimeoutConfigurableRMISocketFactory
 
toBoolean(String, boolean) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
If value is "true", then true is returned.
toFileSize(String, long) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
 
toInt(String, int) - Static method in class org.apache.commons.jcs.utils.config.OptionConverter
Converts to int.
TOMCAT_ON - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
TOMCAT_XML - Static variable in interface org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheConstants
Mapping to props file value
toString() - Method in class org.apache.commons.jcs.admin.CacheElementInfo
 
toString() - Method in class org.apache.commons.jcs.admin.CacheRegionInfo
 
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCacheAttributes
Includes the common attributes for a debug message.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
For debugging only.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheAttributes
Write out the values for debugging purposes.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
For debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
Write out the values for debugging purposes.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskElementDescriptor
 
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCache
For debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
For debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
For debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.jdbc.TableState
Write out the values for debugging purposes.
toString() - Method in class org.apache.commons.jcs.auxiliary.disk.PurgatoryElement
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCache
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
 
toString() - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.TCPLateralCacheAttributes
Used to key the instance TODO create another method for this and use toString for debugging only.
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheListener
For easier debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
String form of some of the configuration information for the remote cache.
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.CommonRemoteCacheAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCache
Debugging info.
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheListener
For easier debugging.
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Returns the stats and the cache.toString().
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteLocation
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheRequest
 
toString() - Method in class org.apache.commons.jcs.auxiliary.remote.value.RemoteCacheResponse
 
toString() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.DisposeEvent
For debugging.
toString() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.PutEvent
For debugging.
toString() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.RemoveAllEvent
For debugging.
toString() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue.RemoveEvent
For debugging.
toString() - Method in class org.apache.commons.jcs.engine.AbstractCacheEventQueue
Creates a brief string identifying the listener and the region.
toString() - Method in class org.apache.commons.jcs.engine.CacheElement
For debugging only.
toString() - Method in class org.apache.commons.jcs.engine.CacheElementSerialized
For debugging only.
toString() - Method in class org.apache.commons.jcs.engine.CacheListeners
 
toString() - Method in class org.apache.commons.jcs.engine.CompositeCacheAttributes
Dumps the core attributes.
toString() - Method in class org.apache.commons.jcs.engine.control.CompositeCache
This returns the stats.
toString() - Method in class org.apache.commons.jcs.engine.control.group.GroupAttrName
 
toString() - Method in class org.apache.commons.jcs.engine.control.group.GroupId
Caches the value.
toString() - Method in class org.apache.commons.jcs.engine.ElementAttributes
For logging and debugging the element IElementAttributes.
toString() - Method in class org.apache.commons.jcs.engine.logging.CacheEvent
 
toString() - Method in class org.apache.commons.jcs.engine.stats.CacheStats
 
toString() - Method in class org.apache.commons.jcs.engine.stats.StatElement
 
toString() - Method in class org.apache.commons.jcs.engine.stats.Stats
 
toString() - Method in class org.apache.commons.jcs.utils.discovery.DiscoveredService
 
toString() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
toString() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
toString() - Method in class org.apache.commons.jcs.utils.threadpool.PoolConfiguration
To string for debugging purposes.

U

UDPCleanupRunner - Class in org.apache.commons.jcs.utils.discovery
This class periodically check the lastHeardFrom time on the services.
UDPCleanupRunner(UDPDiscoveryService) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPCleanupRunner
 
UDPDiscoveryAttributes - Class in org.apache.commons.jcs.utils.discovery
Configuration properties for UDP discover service.
UDPDiscoveryAttributes() - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoveryAttributes
 
UDPDiscoveryManager - Class in org.apache.commons.jcs.utils.discovery
This manages UDPDiscovery Services.
UDPDiscoveryMessage - Class in org.apache.commons.jcs.utils.discovery
The message sent by the discovery mechanism.
UDPDiscoveryMessage() - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage
 
UDPDiscoveryMessage.BroadcastType - Enum in org.apache.commons.jcs.utils.discovery
 
UDPDiscoveryReceiver - Class in org.apache.commons.jcs.utils.discovery
Receives UDP Discovery messages.
UDPDiscoveryReceiver(UDPDiscoveryService, String, int) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
Constructor for the LateralUDPReceiver object.
UDPDiscoveryReceiver.MessageHandler - Class in org.apache.commons.jcs.utils.discovery
Separate thread run when a command comes into the UDPDiscoveryReceiver.
UDPDiscoverySender - Class in org.apache.commons.jcs.utils.discovery
This is a generic sender for the UDPDiscovery process.
UDPDiscoverySender(String, int) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoverySender
Constructor for the UDPDiscoverySender object This sender can be used to send multiple messages.
UDPDiscoverySenderThread - Class in org.apache.commons.jcs.utils.discovery
Used to periodically broadcast our location to other caches that might be listening.
UDPDiscoverySenderThread(UDPDiscoveryAttributes, ArrayList<String>) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoverySenderThread
Constructs the sender with the port to tell others to connect to.
UDPDiscoveryService - Class in org.apache.commons.jcs.utils.discovery
This service creates a listener that can create lateral caches and add them to the no wait list.
UDPDiscoveryService(UDPDiscoveryAttributes) - Constructor for class org.apache.commons.jcs.utils.discovery.UDPDiscoveryService
 
unreferenced() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Puts an item into the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.disk.AbstractDiskCache
Adds the provided element to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWait
 
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.LateralCacheNoWaitFacade
 
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
 
update(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.auxiliary.lateral.socket.tcp.LateralTCPService
If put is allowed, we will issue a put.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.AbstractRemoteCacheNoWaitFacade
Put an element in the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Puts a cache item to the cache.
update(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheClient
Puts a cache item to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
 
update(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.AbstractRemoteCacheService
The internal processing is wrapped in event logging calls.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.RemoteCacheNoWait
Adds a put event to the queue.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
 
update(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
The internal processing is wrapped in event logging calls.
update(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICache
Puts an item to the cache.
update(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheService
Puts a cache item to the cache.
update(ICacheElement<K, V>, long) - Method in interface org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal
Puts a cache item to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Standard update method.
update(ICacheElement<K, V>, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
Put an item into the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCache
Calls the abstract method updateList.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Puts an item to the cache.
update(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Puts an item to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.lru.LHMLRUMemoryCache
Puts an item to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.soft.SoftReferenceMemoryCache
Puts an item to the cache.
update(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.ZombieCacheService
Does nothing.
update(ICacheElement<K, V>, long) - Method in class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Adds an update event to the queue if the maxSize is greater than 0;
UPDATE_EVENT - Static variable in interface org.apache.commons.jcs.engine.logging.behavior.ICacheEventLogger
ICache update
updateAuxiliaries(ICacheElement<K, V>, boolean) - Method in class org.apache.commons.jcs.engine.control.CompositeCache
This method is responsible for updating the auxiliaries if they are present.
updateWithEventLogging(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.auxiliary.AbstractAuxiliaryCacheEventLogging
Puts an item into the cache.

V

valHashCode - Variable in class org.apache.commons.jcs.auxiliary.lateral.LateralElementDescriptor
The hashcode value for this element.
valueOf(String) - Static method in enum org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes.DiskLimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.auxiliary.lateral.LateralCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.auxiliary.remote.server.behavior.RemoteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.auxiliary.remote.value.RemoteRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.engine.behavior.ICacheEventQueue.QueueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.engine.behavior.ICacheType.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes.DiskUsagePattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.engine.CacheStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.engine.control.event.behavior.ElementEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage.BroadcastType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.jcs.utils.threadpool.PoolConfiguration.WhenBlockedPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.jcs.auxiliary.disk.behavior.IDiskCacheAttributes.DiskLimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.auxiliary.lateral.behavior.ILateralCacheAttributes.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.auxiliary.lateral.LateralCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.auxiliary.remote.server.behavior.RemoteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.auxiliary.remote.value.RemoteRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.engine.behavior.ICacheEventQueue.QueueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.engine.behavior.ICacheType.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.engine.behavior.ICompositeCacheAttributes.DiskUsagePattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.engine.CacheStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.engine.control.event.behavior.ElementEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.jcs.utils.discovery.UDPDiscoveryMessage.BroadcastType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
 
values() - Static method in enum org.apache.commons.jcs.utils.threadpool.PoolConfiguration.WhenBlockedPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCache() - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Checks to see if all the items that should be in the cache are.
verifyCache(Object) - Method in class org.apache.commons.jcs.utils.struct.AbstractLRUMap
Logs an error is an element that should be in the cache is not.
verifyDisk() - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCache
We need to verify that the file on disk uses the same block size and that the file is the proper size.

W

waitForMessage() - Method in class org.apache.commons.jcs.utils.discovery.UDPDiscoveryReceiver
Highly unreliable.
waterfal(ICacheElement<K, V>) - Method in class org.apache.commons.jcs.engine.memory.AbstractMemoryCache
Puts an item to the cache.
waterfal(ICacheElement<K, V>) - Method in interface org.apache.commons.jcs.engine.memory.behavior.IMemoryCache
Spools the item contained in the provided element to disk
write(byte[]) - Method in class org.apache.commons.jcs.admin.CountingOnlyOutputStream
count as we write.
write(byte[], int, int) - Method in class org.apache.commons.jcs.admin.CountingOnlyOutputStream
count as we write.
write(int) - Method in class org.apache.commons.jcs.admin.CountingOnlyOutputStream
count as we write.
write(Serializable) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDisk
This writes an object to disk and returns the blocks it was stored in.
writeExternal(ObjectOutput) - Method in class org.apache.commons.jcs.auxiliary.disk.block.BlockDiskElementDescriptor
Saves on reflection.
writeResponse(HttpServletResponse, RemoteCacheResponse<Object>) - Method in class org.apache.commons.jcs.auxiliary.remote.http.server.RemoteHttpCacheServlet
Write the response to the output stream.

Z

ZombieCacheService<K,V> - Class in org.apache.commons.jcs.engine
Zombie adapter for any cache service.
ZombieCacheService() - Constructor for class org.apache.commons.jcs.engine.ZombieCacheService
 
ZombieCacheServiceNonLocal<K,V> - Class in org.apache.commons.jcs.engine
Zombie adapter for the non local cache services.
ZombieCacheServiceNonLocal() - Constructor for class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Default.
ZombieCacheServiceNonLocal(int) - Constructor for class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal
Sets the maximum number of items that will be allowed on the queue.
ZombieCacheServiceNonLocal.ZombieEvent - Class in org.apache.commons.jcs.engine
Base of the other events.
ZombieCacheWatch - Class in org.apache.commons.jcs.engine
Zombie Observer.
ZombieCacheWatch() - Constructor for class org.apache.commons.jcs.engine.ZombieCacheWatch
 
ZombieEvent() - Constructor for class org.apache.commons.jcs.engine.ZombieCacheServiceNonLocal.ZombieEvent
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.