- 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
-
- 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.
- 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
-
- 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
- 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
Introspector
to 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
-
- isStartRegistry() - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
-
- 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.
- 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
PropertySetter
utility 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.
- 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
-
- 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
-
- RemoteCacheServer(IRemoteCacheServerAttributes, RMISocketFactory) - Constructor for class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServer
-
- 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.
- 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
-
- 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
-
- setStartRegistry(boolean) - Method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerAttributes
-
- 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
-
- 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
-
- startup(String, int, Properties, String) - Static method in class org.apache.commons.jcs.auxiliary.remote.server.RemoteCacheServerFactory
-
- 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