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

A

AbstractDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk
Tests for the abstract disk cache.
AbstractDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest
 
AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary.disk
Concrete, testable instance.
AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance(IDiskCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
Creates the disk cache.
addDiscoveredService(DiscoveredService) - Method in class org.apache.jcs.utils.discovery.MockDiscoveryListener
Adds the entry to a list.
AddressUtilUnitTest - Class in org.apache.jcs.utils.net
Basic AddressUtil Test class.
AddressUtilUnitTest() - Constructor for class org.apache.jcs.utils.net.AddressUtilUnitTest
 
AdminBeanUnitTest - Class in org.apache.jcs.admin
Test the admin bean that is used by the JCSAdmin.jsp
AdminBeanUnitTest() - Constructor for class org.apache.jcs.admin.AdminBeanUnitTest
 
applicationEventCalls - Variable in class org.apache.jcs.auxiliary.MockCacheEventLogger
times called
attributes - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Attributes.
AuxiliaryCacheConfiguratorUnitTest - Class in org.apache.jcs.auxiliary
Unit tests for the auxiliary cache configurator.
AuxiliaryCacheConfiguratorUnitTest() - Constructor for class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
 

B

BasicRemoteCacheClientServerUnitTest - Class in org.apache.jcs.auxiliary.remote.server
These tests startup the remote server and make requests to it.
BasicRemoteCacheClientServerUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest
Starts the server.
BlockDiskCacheConcurrentUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Test which exercises the block disk cache.
BlockDiskCacheConcurrentUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
Constructor for the TestDiskCache object.
BlockDiskCacheKeyStoreUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Tests for the keyStore.
BlockDiskCacheKeyStoreUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheKeyStoreUnitTest
 
BlockDiskCacheManagerUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Unit tests for the manager
BlockDiskCacheManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheManagerUnitTest
 
BlockDiskCacheRandomConcurrentTestUtil - Class in org.apache.jcs.auxiliary.disk.block
This is used by other tests to generate a random load on the disk cache.
BlockDiskCacheRandomConcurrentTestUtil(String) - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheRandomConcurrentTestUtil
Constructor for the TestDiskCache object.
BlockDiskCacheSameRegionConcurrentUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Test which exercises the block disk cache.
BlockDiskCacheSameRegionConcurrentUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSameRegionConcurrentUnitTest
Constructor for the TestDiskCache object.
BlockDiskCacheSteadyLoadTest - Class in org.apache.jcs.auxiliary.disk.block
This allows you to put thousands of large objects into the disk cache and to force removes to trigger optimizations along the way.
BlockDiskCacheSteadyLoadTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSteadyLoadTest
 
BlockDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Unit tests for the Block Disk Cache
BlockDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
 
BlockDiskElementDescriptorUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Simple tests for the element descriptor
BlockDiskElementDescriptorUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskElementDescriptorUnitTest
 
BlockDiskUnitTest - Class in org.apache.jcs.auxiliary.disk.block
Test for the disk access layer of the Block Disk Cache.
BlockDiskUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Creates the base directory
BoundedQueueUnitTest - Class in org.apache.jcs.utils.struct
Unit tests for the bounded queue.
BoundedQueueUnitTest() - Constructor for class org.apache.jcs.utils.struct.BoundedQueueUnitTest
 

C

cache - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
the service
CacheAccessUnitTest - Class in org.apache.jcs.access
Tests the methods of the cache access class from which the class JCS extends.
CacheAccessUnitTest() - Constructor for class org.apache.jcs.access.CacheAccessUnitTest
 
cacheEventLogger - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
The event logger.
CacheEventLoggerDebugLoggerUnitTest - Class in org.apache.jcs.engine.logging
Unit tests for the debug implementation
CacheEventLoggerDebugLoggerUnitTest() - Constructor for class org.apache.jcs.engine.logging.CacheEventLoggerDebugLoggerUnitTest
 
CacheEventQueueFactoryUnitTest - Class in org.apache.jcs.engine
Unit tests for the CacheEventQueueFactory
CacheEventQueueFactoryUnitTest() - Constructor for class org.apache.jcs.engine.CacheEventQueueFactoryUnitTest
 
CacheManagerStatsUnitTest - Class in org.apache.jcs.engine.control
 
CacheManagerStatsUnitTest() - Constructor for class org.apache.jcs.engine.control.CacheManagerStatsUnitTest
 
cacheType - Variable in class org.apache.jcs.auxiliary.MockAuxiliaryCache
Can setup the cache type
cacheType - Variable in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
The type that should be returned from getCacheType.
CompositeCacheConfiguratorUnitTest - Class in org.apache.jcs.engine.control
Unit tests for the configurator.
CompositeCacheConfiguratorUnitTest() - Constructor for class org.apache.jcs.engine.control.CompositeCacheConfiguratorUnitTest
 
CompositeCacheDiskUsageUnitTest - Class in org.apache.jcs.engine.control
Tests of the disk usage settings for the CompositeCache.
CompositeCacheDiskUsageUnitTest() - Constructor for class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
 
CompositeCacheDiskUsageUnitTest.MockAuxCache<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.engine.control
Used to test the disk cache functionality.
CompositeCacheDiskUsageUnitTest.MockAuxCache() - Constructor for class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
CompositeCacheUnitTest - Class in org.apache.jcs.engine.control
Tests that directly engage the composite cache.
CompositeCacheUnitTest() - Constructor for class org.apache.jcs.engine.control.CompositeCacheUnitTest
 
CompressingSerializerUnitTest - Class in org.apache.jcs.utils.serialization
Tests the compressing serializer.
CompressingSerializerUnitTest() - Constructor for class org.apache.jcs.utils.serialization.CompressingSerializerUnitTest
 
CompressionUtilUnitTest - Class in org.apache.jcs.utils.zip
Unit tests for the compression util
CompressionUtilUnitTest() - Constructor for class org.apache.jcs.utils.zip.CompressionUtilUnitTest
 
ConcurrentRemovalLoadTest - Class in org.apache.jcs
Test which exercises the hierarchical removal when the cache is active.
ConcurrentRemovalLoadTest(String) - Constructor for class org.apache.jcs.ConcurrentRemovalLoadTest
Constructor for the TestDiskCache object.
configureLogger(StringWriter, String) - Static method in class org.apache.jcs.TestLogConfigurationUtil
Configures a logger for the given name.
copy() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCacheAttributes
Doesn't really copy
CountingStreamUnitTest - Class in org.apache.jcs.admin
Tests for the counting only output stream.
CountingStreamUnitTest() - Constructor for class org.apache.jcs.admin.CountingStreamUnitTest
 
createCache(AuxiliaryCacheAttributes, ICompositeCacheManager, ICacheEventLogger, IElementSerializer) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCacheFactory
Creates a mock aux.
createCacheElementsWithTestObjects(int, int, String) - Static method in class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
Creates an array of ICacheElements with DiskTestObjects with payloads the byte size.
createCacheElementsWithTestObjectsOfVariableSizes(int, String) - Static method in class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
Creates an array of ICacheElements with DiskTestObjects with payloads the byte size.
createICacheEvent(String, String, String, String, T) - Method in class org.apache.jcs.auxiliary.MockCacheEventLogger
 
createICacheEvent(String, String, String, String, T) - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
createServerSocket(int) - Method in class org.apache.jcs.auxiliary.remote.server.MockRMISocketFactory
 
createSocket(String, int) - Method in class org.apache.jcs.auxiliary.remote.server.MockRMISocketFactory
 

D

dateFormat - Variable in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
date format
DateFormatterUnitTest - Class in org.apache.jcs.utils.date
Simple tests for the date formatter utility.
DateFormatterUnitTest() - Constructor for class org.apache.jcs.utils.date.DateFormatterUnitTest
 
deSerialize(byte[]) - Method in class org.apache.jcs.engine.control.MockElementSerializer
 
deSerializeCount - Variable in class org.apache.jcs.engine.control.MockElementSerializer
times out was called
discoveredServices - Variable in class org.apache.jcs.utils.discovery.MockDiscoveryListener
discovered services.
diskCacheAttributes - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
used by the abstract aux class
DiskTestObject - Class in org.apache.jcs.auxiliary.disk
Resembles a cached image.
DiskTestObject(Integer, byte[]) - Constructor for class org.apache.jcs.auxiliary.disk.DiskTestObject
 
DiskTestObjectUtil - Class in org.apache.jcs.auxiliary.disk.indexed
Utility for dealing with test objects.
DiskTestObjectUtil() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
 
dispatchRequest(RemoteCacheRequest<K, V>) - Method in class org.apache.jcs.auxiliary.remote.http.client.MockRemoteCacheDispatcher
Records the last and returns setupRemoteCacheResponse.
dispose() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
dispose() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Prepares for shutdown.
dispose() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
 
dispose(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Do nothing.
dispose() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
dispose() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
dispose() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
Destroy the memory cache
dispose(String) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Do nothing.
DoubleLinkedListUnitTest - Class in org.apache.jcs.utils.struct
Unit tests for the double linked list.
DoubleLinkedListUnitTest() - Constructor for class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
 
doWork() - Method in class org.apache.jcs.engine.memory.mru.LRUvsMRUPerformanceTest
Runs the test
doWork() - Method in class org.apache.jcs.JCSvsHashtablePerformanceTest
 
doWork() - Method in class org.apache.jcs.utils.struct.JCSvsCommonsLRUMapPerformanceTest
 
doWork() - Method in class org.apache.jcs.utils.struct.LRUMapPerformanceTest
 

E

ElementEventHandlerMockImpl - Class in org.apache.jcs.engine.control.event
 
ElementEventHandlerMockImpl() - Constructor for class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
elementSerializer - Variable in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
The serializer.
endICacheEventCalls - Variable in class org.apache.jcs.auxiliary.MockCacheEventLogger
times called
errorEventCalls - Variable in class org.apache.jcs.auxiliary.MockCacheEventLogger
times called
errorMessages - Variable in class org.apache.jcs.auxiliary.MockCacheEventLogger
list of messages
EventQueueConcurrentLoadTest - Class in org.apache.jcs.engine
This test case is designed to makes sure there are no deadlocks in the event queue.
EventQueueConcurrentLoadTest(String) - Constructor for class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Constructor for the TestDiskCache object.
EventQueueConcurrentLoadTest.CacheListenerImpl<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.engine
This is a dummy cache listener to use when testing the event queue.
EventQueueConcurrentLoadTest.CacheListenerImpl() - Constructor for class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
execute() - Method in interface org.apache.jcs.JCSThrashTest.Executable
Executes this object.

F

FIFOMemoryCacheUnitTest - Class in org.apache.jcs.engine.memory.fifo
Unit tests for the fifo implementation.
FIFOMemoryCacheUnitTest() - Constructor for class org.apache.jcs.engine.memory.fifo.FIFOMemoryCacheUnitTest
 
FileDiskCacheFactoryUnitTest - Class in org.apache.jcs.auxiliary.disk.file
Verify that the factory works
FileDiskCacheFactoryUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.file.FileDiskCacheFactoryUnitTest
 
FileDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.file
Unit tests for the disk file cache.
FileDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
 
fixCache(ICacheServiceNonLocal<?, ?>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Stores the last argument as fixed.
fixed - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
The last service passed to fixCache
freeElements(int) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 

G

get(K) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
get(K) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Looks in the getSetupMap for a value.
get(String, K, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
get(String, K) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
get(K) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
get(K) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
get(String, K, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
get(String, K) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getAttributeNames(String) - Method in class org.apache.jcs.access.TestCacheAccess
Gets the attributeNames attribute of the TestCacheAccess class
getAuxiliaryCacheAttributes() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
getAuxiliaryCacheAttributes() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getAuxiliaryCacheAttributes() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Returns the setup attributes.
getAuxiliaryCacheAttributes() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getCache(String) - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
 
getCache() - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
 
getCacheAttributes() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getCacheName() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getCacheName() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Returns the cache name.
getCacheName() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getCacheType() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getCacheType() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getCacheType() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
Returns the setup cache type.
getCallCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getCompositeCache() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getConfigurationProperties() - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
This is exposed so other manager can get access to the props.
getDiskLocation() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
The location on disk
getEventLoggingExtraInfo() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getEventLoggingExtraInfo() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Nothing important
getEventLoggingExtraInfo() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getExceededIdleTimeBackgroundCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getExceededMaxLifeBackgroundCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getGroupKeys(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getGroupKeys(String, String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
getGroupKeys(String) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getGroupKeys(String) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getGroupKeys(String, String) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getGroupNames() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
getGroupNames() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getGroupNames() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getGroupNames(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
getGroupNames() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getGroupNames() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getGroupNames(String) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getIterator() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getKeySet() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getListener() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getListenerId() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getListenerId() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
returns the listener id, which can be setup.
getListenerId() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Gets the listenerId attribute of the RemoteCacheClientTest object
getListenerId() - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
getLocalHostAddress() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
 
getLocalHostAddress() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
getMatching(String) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getMatching(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getMatching(String, String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Returns an empty map.
getMatching(String, String, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
getMatching(String) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getMatching(String, String) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Returns an empty map.
getMatching(String, String, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getMatchingCallCount - Variable in class org.apache.jcs.auxiliary.MockAuxiliaryCache
Times getMatching was Called
getMultiple(int) - Method in class org.apache.jcs.access.TestCacheAccess
Gets multiple items from the cache with keys of the form key1, key2, key3 up to key[num].
getMultiple(int, boolean) - Method in class org.apache.jcs.access.TestCacheAccess
 
getMultiple(Set<K>) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Gets multiple items from the cache based on the given set of keys.
getMultiple(String, Set<K>, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
getMultiple(String, Set<K>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
getMultiple(Set<K>) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
Gets multiple items from the cache based on the given set of keys.
getMultiple(Set<K>) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getMultiple(String, Set<K>, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getMultiple(String, Set<K>) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
 
getMultipleSetupMap - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Can setup values to return from get. values must be Map>
getName() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCacheFactory
 
getQuiet(K) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Return the setup remoteType.
getRemoteType() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Gets the remoteType attribute of the RemoteCacheClientTest object
getSetupMap - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Can setup values to return from get. values must be ICacheElement
getSize() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
getSize() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
getSize() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getSize() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Returns the current cache size in number of elements.
getSize() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getSize() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getSpoolCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getSpoolCount() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
getSpoolNoDiskCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getSpoolNoDiskCount() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
getSpoolNotAllowedCount() - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
getSpoolNotAllowedCount() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
getStatistics() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getStatistics() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
getStatistics() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getStatistics() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
getStats() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
getStats() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getStats() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Returns the cache stats.
getStats() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getStats() - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
 
getStatus() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
getStatus() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
getStatus() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Returns the status setup variable.
getStatus() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
getTestProperty() - Method in class org.apache.jcs.engine.control.MockElementSerializer
 
getTestProperty() - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
getTestStringProperty() - Method in class org.apache.jcs.auxiliary.remote.server.MockRMISocketFactory
 

H

handleDispose(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
 
handleDispose(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
handleDispose(String) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
handleElementEvent(IElementEvent) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
handleElementEvent(IElementEvent) - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
handlePut(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
This increments the put count and adds the item to the putItem list.
handlePut(ICacheElement<String, String>) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
handlePut(ICacheElement<K, V>) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
handleRemove(String, K) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Increments the remove count and adds the key to the removedKeys list.
handleRemove(String, String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
handleRemove(String, K) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
 
handleRemoveAll(String) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
 
handleRemoveAll(String) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
help() - Static method in class org.apache.jcs.access.TestCacheAccess
Displays usage information for command line testing.
HostNameUtilUnitTest - Class in org.apache.jcs.utils.net
Tests for the host name util.
HostNameUtilUnitTest() - Constructor for class org.apache.jcs.utils.net.HostNameUtilUnitTest
 
HSQLDiskCacheConcurrentUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.hsql
Test which exercises the indexed disk cache.
HSQLDiskCacheConcurrentUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheConcurrentUnitTest
Constructor for the TestDiskCache object.
HSQLDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.hsql
Test which exercises the indexed disk cache.
HSQLDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheUnitTest
 
HsqlSetupTableUtil - Class in org.apache.jcs.auxiliary.disk.jdbc
Can use this to setup a table.
HsqlSetupTableUtil() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.HsqlSetupTableUtil
 
HugeQuantityBlockDiskCacheLoadTest - Class in org.apache.jcs.auxiliary.disk.block
Put a few hundred thousand entries in the block disk cache.
HugeQuantityBlockDiskCacheLoadTest() - Constructor for class org.apache.jcs.auxiliary.disk.block.HugeQuantityBlockDiskCacheLoadTest
 
HugeQuantityIndDiskCacheLoadTest - Class in org.apache.jcs.auxiliary.disk.indexed
Put a few hundred thousand entries in the disk cache.
HugeQuantityIndDiskCacheLoadTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.HugeQuantityIndDiskCacheLoadTest
 

I

id - Variable in class org.apache.jcs.auxiliary.disk.DiskTestObject
Key
imageBytes - Variable in class org.apache.jcs.auxiliary.disk.DiskTestObject
Byte size
IndexDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Tests for common functionality.
IndexDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
 
IndexedDiskCacheConcurrentNoDeadLockUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Test which exercises the indexed disk cache.
IndexedDiskCacheConcurrentNoDeadLockUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
Constructor for the TestDiskCache object.
IndexedDiskCacheConcurrentUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Test which exercises the indexed disk cache.
IndexedDiskCacheConcurrentUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
Constructor for the TestDiskCache object.
IndexedDiskCacheDefragPerformanceTest - Class in org.apache.jcs.auxiliary.disk.indexed
This is for manually testing the defrag process.
IndexedDiskCacheDefragPerformanceTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheDefragPerformanceTest
 
IndexedDiskCacheKeyStoreUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Test store and load keys.
IndexedDiskCacheKeyStoreUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheKeyStoreUnitTest
 
IndexedDiskCacheManagerUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Unit tests for the manager
IndexedDiskCacheManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManagerUnitTest
 
IndexedDiskCacheNoMemoryUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Test which exercises the indexed disk cache.
IndexedDiskCacheNoMemoryUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheNoMemoryUnitTest
 
IndexedDiskCacheOptimizationUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Tests for the optimization routine.
IndexedDiskCacheOptimizationUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheOptimizationUnitTest
 
IndexedDiskCacheRandomConcurrentTestUtil - Class in org.apache.jcs.auxiliary.disk.indexed
This is used by other tests to generate a random load on the disk cache.
IndexedDiskCacheRandomConcurrentTestUtil(String) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheRandomConcurrentTestUtil
Constructor for the TestDiskCache object.
IndexedDiskCacheSameRegionConcurrentUnitTest - Class in org.apache.jcs.auxiliary.disk.indexed
Test which exercises the indexed disk cache.
IndexedDiskCacheSameRegionConcurrentUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSameRegionConcurrentUnitTest
Constructor for the TestDiskCache object.
IndexedDiskCacheSteadyLoadTest - Class in org.apache.jcs.auxiliary.disk.indexed
This allows you to put thousands of large objects into the disk cache and to force removes to trigger optimizations along the way.
IndexedDiskCacheSteadyLoadTest() - Constructor for class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSteadyLoadTest
 
initialize(CompositeCache<K, V>) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
Does nothing

J

jcs - Variable in class org.apache.jcs.JCSThrashTest
the cache instance
JCSCacheElementRetrievalUnitTest - Class in org.apache.jcs
 
JCSCacheElementRetrievalUnitTest() - Constructor for class org.apache.jcs.JCSCacheElementRetrievalUnitTest
 
JCSLightLoadUnitTest - Class in org.apache.jcs
Runs a few thousand queries.
JCSLightLoadUnitTest(String) - Constructor for class org.apache.jcs.JCSLightLoadUnitTest
 
JCSRemovalSimpleConcurrentTest - Class in org.apache.jcs
Verify that basic removal functionality works.
JCSRemovalSimpleConcurrentTest(String) - Constructor for class org.apache.jcs.JCSRemovalSimpleConcurrentTest
 
JCSThrashTest - Class in org.apache.jcs
This is based on a test that was posted to the user's list: http://www.opensubscriber.com/message/jcs-users@jakarta.apache.org/2435965.html
JCSThrashTest(String) - Constructor for class org.apache.jcs.JCSThrashTest
 
JCSThrashTest.Executable - Interface in org.apache.jcs
A runnable, that can throw an exception.
JCSUnitTest - Class in org.apache.jcs
Simple test for the JCS class.
JCSUnitTest(String) - Constructor for class org.apache.jcs.JCSUnitTest
 
JCSvsCommonsLRUMapPerformanceTest - Class in org.apache.jcs.utils.struct
This ensures that the jcs version of the LRU map is as fast as the commons version.
JCSvsCommonsLRUMapPerformanceTest(String) - Constructor for class org.apache.jcs.utils.struct.JCSvsCommonsLRUMapPerformanceTest
 
JCSvsHashtablePerformanceTest - Class in org.apache.jcs
This test ensures that basic memory operations are with a speficified order of magnitude of the java.util.Hashtable.
JCSvsHashtablePerformanceTest(String) - Constructor for class org.apache.jcs.JCSvsHashtablePerformanceTest
 
JCSWorkerUnitTest - Class in org.apache.jcs.utils.access
Test cases for the JCS worker.
JCSWorkerUnitTest() - Constructor for class org.apache.jcs.utils.access.JCSWorkerUnitTest
 
JDBCDiskCacheManagerUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Unit tests for the manager
JDBCDiskCacheManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheManagerUnitTest
 
JDBCDiskCachePoolAccessManagerUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Unit tests for the pool manager
JDBCDiskCachePoolAccessManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCachePoolAccessManagerUnitTest
 
JDBCDiskCacheRemovalUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Tests for the removal functionality.
JDBCDiskCacheRemovalUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheRemovalUnitTest
 
JDBCDiskCacheSharedPoolUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Runs basic tests for the JDBC disk cache using a shared connection pool.
JDBCDiskCacheSharedPoolUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest
 
JDBCDiskCacheShrinkUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Runs basic tests for the JDBC disk cache.
JDBCDiskCacheShrinkUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheShrinkUnitTest
 
JDBCDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc
Runs basic tests for the JDBC disk cache.
JDBCDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest
 

K

KeyGeneratorUtilUnitTest - Class in org.apache.jcs.utils.key
Tests for the Key Generator Util.
KeyGeneratorUtilUnitTest() - Constructor for class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
 
KeyMatcherPatternImpllUnitTest - Class in org.apache.jcs.engine.match
Unit tests for the key matcher.
KeyMatcherPatternImpllUnitTest() - Constructor for class org.apache.jcs.engine.match.KeyMatcherPatternImpllUnitTest
 

L

lastGetKey - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The key last passed to get
lastGetKey - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The key last passed to get
lastGetMatchingPattern - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The pattern last passed to get
lastGetMatchingPattern - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The pattern last passed to get
lastGetMultipleKeys - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The keya last passed to getMatching
lastGetMultipleKeys - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The keya last passed to getMatching
lastNumberOfFreedElements - Variable in class org.apache.jcs.engine.memory.MockMemoryCache
The number passed to the last call of free elements.
lastRemoteCacheRequest - Variable in class org.apache.jcs.auxiliary.remote.http.client.MockRemoteCacheDispatcher
The last request passes to dispatch
lastRemoveAllCacheName - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The cache name that was last passed to removeAll.
lastRemoveAllCacheName - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The cache name that was last passed to removeAll.
lastRemoveKey - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The key that was last passed to remove.
lastRemoveKey - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The key that was last passed to remove.
lastUpdate - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
The object that was last passed to update.
lastUpdate - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
The object that was last passed to update.
lastUpdatedItem - Variable in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
The last item passed to update.
LateralCacheNoWaitFacadeUnitTest - Class in org.apache.jcs.auxiliary.lateral
Tests for LateralCacheNoWaitFacade.
LateralCacheNoWaitFacadeUnitTest() - Constructor for class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacadeUnitTest
 
LateralCacheTester - Class in org.apache.jcs.auxiliary.lateral.http.broadcast
 
LateralCacheTester() - Constructor for class org.apache.jcs.auxiliary.lateral.http.broadcast.LateralCacheTester
 
LateralTCPConcurrentRandomTestUtil - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
 
LateralTCPConcurrentRandomTestUtil(String) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPConcurrentRandomTestUtil
Constructor for the TestDiskCache object.
LateralTCPDiscoveryListenerUnitTest - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
Test for the listener that observers UDP discovery events.
LateralTCPDiscoveryListenerUnitTest() - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
 
LateralTCPFilterRemoveHashCodeUnitTest - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
 
LateralTCPFilterRemoveHashCodeUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPFilterRemoveHashCodeUnitTest
Constructor for the TestDiskCache object.
LateralTCPIssueRemoveOnPutUnitTest - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
Tests the issue remove on put fuctionality.
LateralTCPIssueRemoveOnPutUnitTest(String) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
Constructor for the TestDiskCache object.
LateralTCPNoDeadLockConcurrentTest - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
Test which exercises the tcp lateral cache.
LateralTCPNoDeadLockConcurrentTest(String) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPNoDeadLockConcurrentTest
Constructor for the TestDiskCache object.
LHMLRUMemoryCacheConcurrentUnitTest - Class in org.apache.jcs.engine.memory.lru
Test which exercises the LRUMemory cache.
LHMLRUMemoryCacheConcurrentUnitTest(String) - Constructor for class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheConcurrentUnitTest
Constructor for the TestDiskCache object.
LHMLRUMemoryCacheUnitTest - Class in org.apache.jcs.engine.memory.lru
Tests for the test LHMLRU implementation.
LHMLRUMemoryCacheUnitTest() - Constructor for class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
 
listenerId - Static variable in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Description of the Field
localAddress - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Setup the listener ip that this will return.
logApplicationEvent(String, String, String) - Method in class org.apache.jcs.auxiliary.MockCacheEventLogger
 
logApplicationEvent(String, String, String) - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
logError(String, String, String) - Method in class org.apache.jcs.auxiliary.MockCacheEventLogger
 
logError(String, String, String) - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.jcs.auxiliary.MockCacheEventLogger
 
logICacheEvent(ICacheEvent<T>) - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
LRUMapConcurrentTest - Class in org.apache.jcs.utils.struct
Tests the LRUMap
LRUMapConcurrentTest(String) - Constructor for class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Constructor for the TestSimpleLoad object
LRUMapConcurrentUnitTest - Class in org.apache.jcs.utils.struct
Tests the LRUMap
LRUMapConcurrentUnitTest(String) - Constructor for class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
Constructor for the TestSimpleLoad object
LRUMapJCSUnitTest - Class in org.apache.jcs.auxiliary.disk
Unit tests for the LRUMapJCS implementation.
LRUMapJCSUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.LRUMapJCSUnitTest
 
LRUMapPerformanceTest - Class in org.apache.jcs.utils.struct
This ensures that the jcs version of the LRU map is as fast as the commons version.
LRUMapPerformanceTest(String) - Constructor for class org.apache.jcs.utils.struct.LRUMapPerformanceTest
 
LRUMapUnitTest - Class in org.apache.jcs.utils.struct
Basic unit tests for the LRUMap
LRUMapUnitTest() - Constructor for class org.apache.jcs.utils.struct.LRUMapUnitTest
 
LRUMemoryCacheConcurrentUnitTest - Class in org.apache.jcs.engine.memory.lru
Test which exercises the LRUMemory cache.
LRUMemoryCacheConcurrentUnitTest(String) - Constructor for class org.apache.jcs.engine.memory.lru.LRUMemoryCacheConcurrentUnitTest
Constructor for the TestDiskCache object.
LRUvsMRUPerformanceTest - Class in org.apache.jcs.engine.memory.mru
Tests the performance difference between the LRU and the MRU.
LRUvsMRUPerformanceTest() - Constructor for class org.apache.jcs.engine.memory.mru.LRUvsMRUPerformanceTest
 

M

main(String[]) - Static method in class org.apache.jcs.access.TestCacheAccess
Test harness.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSameRegionConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheDefragPerformanceTest
 
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheNoMemoryUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSameRegionConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPNoDeadLockConcurrentTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
The main program for the RemoteCacheClientTest class
main(String[]) - Static method in class org.apache.jcs.ConcurrentRemovalLoadTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.engine.memory.lru.LRUMemoryCacheConcurrentUnitTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.JCSLightLoadUnitTest
Description of the Method
main(String[]) - Static method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.JCSThrashTest
 
main(String[]) - Static method in class org.apache.jcs.JCSUnitTest
 
main(String[]) - Static method in class org.apache.jcs.JCSvsHashtablePerformanceTest
 
main(String[]) - Static method in class org.apache.jcs.TestTCPLateralCache
Main method passes this test to the text test runner.
main(String[]) - Static method in class org.apache.jcs.utils.struct.JCSvsCommonsLRUMapPerformanceTest
 
main(String[]) - Static method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Description of the Method
main(String[]) - Static method in class org.apache.jcs.utils.struct.LRUMapPerformanceTest
 
main(String[]) - Static method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Description of the Method
map - Variable in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
Internal map
measureMemoryUse() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskElementDescriptorUnitTest
Measure memory used by the VM.
measureMemoryUse() - Method in class org.apache.jcs.auxiliary.disk.block.HugeQuantityBlockDiskCacheLoadTest
Measure memory used by the VM.
measureMemoryUse() - Method in class org.apache.jcs.auxiliary.disk.indexed.HugeQuantityIndDiskCacheLoadTest
Measure memory used by the VM.
measureMemoryUse() - Method in class org.apache.jcs.JCSThrashTest
Measure memory used by the VM.
MockAuxiliaryCache<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary
Mock auxiliary for unit tests.
MockAuxiliaryCache() - Constructor for class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
MockAuxiliaryCacheAttributes - Class in org.apache.jcs.auxiliary
For testing.
MockAuxiliaryCacheAttributes() - Constructor for class org.apache.jcs.auxiliary.MockAuxiliaryCacheAttributes
 
MockAuxiliaryCacheFactory - Class in org.apache.jcs.auxiliary
For testing
MockAuxiliaryCacheFactory() - Constructor for class org.apache.jcs.auxiliary.MockAuxiliaryCacheFactory
 
MockCacheEventLogger - Class in org.apache.jcs.auxiliary
For testing auxiliary event logging.
MockCacheEventLogger() - Constructor for class org.apache.jcs.auxiliary.MockCacheEventLogger
 
MockCacheEventLogger - Class in org.apache.jcs.engine.logging
For testing the configurator.
MockCacheEventLogger() - Constructor for class org.apache.jcs.engine.logging.MockCacheEventLogger
 
MockCacheEventQueue<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.engine
For testing the factory
MockCacheEventQueue() - Constructor for class org.apache.jcs.engine.MockCacheEventQueue
junk
MockCacheServiceNonLocal<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.engine
This is a mock impl of the non local cache service.
MockCacheServiceNonLocal() - Constructor for class org.apache.jcs.engine.MockCacheServiceNonLocal
 
MockCompositeCacheManager - Class in org.apache.jcs.engine.control
For testing.
MockCompositeCacheManager() - Constructor for class org.apache.jcs.engine.control.MockCompositeCacheManager
 
MockDiscoveryListener - Class in org.apache.jcs.utils.discovery
Mock listener, for testing.
MockDiscoveryListener() - Constructor for class org.apache.jcs.utils.discovery.MockDiscoveryListener
 
MockElementSerializer - Class in org.apache.jcs.engine.control
For mocking.
MockElementSerializer() - Constructor for class org.apache.jcs.engine.control.MockElementSerializer
 
MockLateralCache<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
For testing things that need a lateral cache
MockLateralCache(ILateralCacheAttributes) - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
MockMemoryCache<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.engine.memory
Mock implementation of a memory cache for testing things like the memory shrinker.
MockMemoryCache() - Constructor for class org.apache.jcs.engine.memory.MockMemoryCache
 
MockRemoteCacheClient<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary.remote
Used for testing the no wait.
MockRemoteCacheClient() - Constructor for class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
 
MockRemoteCacheDispatcher - Class in org.apache.jcs.auxiliary.remote.http.client
For testing the service.
MockRemoteCacheDispatcher() - Constructor for class org.apache.jcs.auxiliary.remote.http.client.MockRemoteCacheDispatcher
 
MockRemoteCacheListener<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary.remote
For testing.
MockRemoteCacheListener() - Constructor for class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
 
MockRemoteCacheService<K extends Serializable,V extends Serializable> - Class in org.apache.jcs.auxiliary.remote
This is a mock impl of the remote cache service.
MockRemoteCacheService() - Constructor for class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
 
MockRMISocketFactory - Class in org.apache.jcs.auxiliary.remote.server
For testing the custom socket factory configuration
MockRMISocketFactory() - Constructor for class org.apache.jcs.auxiliary.remote.server.MockRMISocketFactory
 
MRUMemoryCacheUnitTest - Class in org.apache.jcs.engine.memory.mru
Tests for the test MRU implementation.
MRUMemoryCacheUnitTest() - Constructor for class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
 
MySQLDiskCacheHsqlBackedUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.mysql
Runs basic tests for the JDBC disk cache.
MySQLDiskCacheHsqlBackedUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheHsqlBackedUnitTest
Creates the DB
MySQLDiskCacheManagerUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.mysql
Unit tests for the manager
MySQLDiskCacheManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheManagerUnitTest
 
MySQLDiskCacheUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.mysql
Simple tests for the MySQLDisk Cache.
MySQLDiskCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheUnitTest
 
MySQLTableOptimizerManualTester - Class in org.apache.jcs.auxiliary.disk.jdbc.mysql
Hand run tests for the MySQL table optimizer.
MySQLTableOptimizerManualTester() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizerManualTester
 

N

name - Variable in class org.apache.jcs.auxiliary.MockAuxiliaryCacheFactory
the name of the aux
numLoops - Variable in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
number of loops?
numWrong - Variable in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
number wrong

O

OFFtestInitialization_JunkFileName() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify initialization.
OFFtestWaitPolicyConfig() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
Verify that the wait policy gets set correctly.
org.apache.jcs - package org.apache.jcs
 
org.apache.jcs.access - package org.apache.jcs.access
 
org.apache.jcs.admin - package org.apache.jcs.admin
 
org.apache.jcs.auxiliary - package org.apache.jcs.auxiliary
 
org.apache.jcs.auxiliary.disk - package org.apache.jcs.auxiliary.disk
 
org.apache.jcs.auxiliary.disk.block - package org.apache.jcs.auxiliary.disk.block
 
org.apache.jcs.auxiliary.disk.file - package org.apache.jcs.auxiliary.disk.file
 
org.apache.jcs.auxiliary.disk.indexed - package org.apache.jcs.auxiliary.disk.indexed
 
org.apache.jcs.auxiliary.disk.jdbc - package org.apache.jcs.auxiliary.disk.jdbc
 
org.apache.jcs.auxiliary.disk.jdbc.hsql - package org.apache.jcs.auxiliary.disk.jdbc.hsql
 
org.apache.jcs.auxiliary.disk.jdbc.mysql - package org.apache.jcs.auxiliary.disk.jdbc.mysql
 
org.apache.jcs.auxiliary.disk.jdbc.mysql.util - package org.apache.jcs.auxiliary.disk.jdbc.mysql.util
 
org.apache.jcs.auxiliary.lateral - package org.apache.jcs.auxiliary.lateral
 
org.apache.jcs.auxiliary.lateral.http.broadcast - package org.apache.jcs.auxiliary.lateral.http.broadcast
 
org.apache.jcs.auxiliary.lateral.socket.tcp - package org.apache.jcs.auxiliary.lateral.socket.tcp
 
org.apache.jcs.auxiliary.remote - package org.apache.jcs.auxiliary.remote
 
org.apache.jcs.auxiliary.remote.http.client - package org.apache.jcs.auxiliary.remote.http.client
 
org.apache.jcs.auxiliary.remote.http.server - package org.apache.jcs.auxiliary.remote.http.server
 
org.apache.jcs.auxiliary.remote.server - package org.apache.jcs.auxiliary.remote.server
 
org.apache.jcs.auxiliary.remote.util - package org.apache.jcs.auxiliary.remote.util
 
org.apache.jcs.engine - package org.apache.jcs.engine
 
org.apache.jcs.engine.control - package org.apache.jcs.engine.control
 
org.apache.jcs.engine.control.event - package org.apache.jcs.engine.control.event
 
org.apache.jcs.engine.logging - package org.apache.jcs.engine.logging
 
org.apache.jcs.engine.match - package org.apache.jcs.engine.match
 
org.apache.jcs.engine.memory - package org.apache.jcs.engine.memory
 
org.apache.jcs.engine.memory.fifo - package org.apache.jcs.engine.memory.fifo
 
org.apache.jcs.engine.memory.lru - package org.apache.jcs.engine.memory.lru
 
org.apache.jcs.engine.memory.mru - package org.apache.jcs.engine.memory.mru
 
org.apache.jcs.engine.memory.shrinking - package org.apache.jcs.engine.memory.shrinking
 
org.apache.jcs.utils.access - package org.apache.jcs.utils.access
 
org.apache.jcs.utils.date - package org.apache.jcs.utils.date
 
org.apache.jcs.utils.discovery - package org.apache.jcs.utils.discovery
 
org.apache.jcs.utils.key - package org.apache.jcs.utils.key
 
org.apache.jcs.utils.net - package org.apache.jcs.utils.net
 
org.apache.jcs.utils.serialization - package org.apache.jcs.utils.serialization
 
org.apache.jcs.utils.struct - package org.apache.jcs.utils.struct
 
org.apache.jcs.utils.threadpool - package org.apache.jcs.utils.threadpool
 
org.apache.jcs.utils.zip - package org.apache.jcs.utils.zip
 

P

p(String) - Static method in class org.apache.jcs.access.TestCacheAccess
The tester will print to the console if isSysOut is true, else it will log.
p(String) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPConcurrentRandomTestUtil
 
p(String) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPFilterRemoveHashCodeUnitTest
 
p(String) - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
 
processDispose() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processDispose() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
processGet(K) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processGet(K) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
processGetMatching(String) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processRemove(K) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processRemove(K) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
processRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processRemoveAll() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
 
processUpdate(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest.AbstractDiskCacheTestInstance
 
processUpdate(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.MockLateralCache
Nothing.
PurgatoryElementUnitTest - Class in org.apache.jcs.auxiliary.disk
Simple unit tests for the Purgatory Element.
PurgatoryElementUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.PurgatoryElementUnitTest
 
putCount - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Number of times handlePut was called.
putCount - Variable in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
putCount
putItems - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
List of ICacheElements passed to handlePut.
putMultiple(int) - Method in class org.apache.jcs.access.TestCacheAccess
Puts multiple items into the cache.

R

random(int, int) - Method in class org.apache.jcs.access.TestCacheAccess
The random method performs numOps number of operations.
random(int, int, boolean) - Method in class org.apache.jcs.access.TestCacheAccess
 
random - Static variable in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
random number generator
RegistryKeepAliveRunnerUnitTest - Class in org.apache.jcs.auxiliary.remote.server
Unit tests for the registry keep alive runner.
RegistryKeepAliveRunnerUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.RegistryKeepAliveRunnerUnitTest
 
release() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Do nothing.
release() - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Do nothing.
RemoteCacheClientTester - Class in org.apache.jcs.auxiliary.remote
Manual tester.
RemoteCacheClientTester(int) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Constructor for the RemoteCacheClientTest object
RemoteCacheClientTester(int, boolean, boolean, boolean) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Constructor for the RemoteCacheClientTest object
RemoteCacheClientTester(String, int, int, boolean, boolean, boolean) - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Constructor for the RemoteCacheClientTest object
RemoteCacheListenerUnitTest - Class in org.apache.jcs.auxiliary.remote
Tests for the remote cache listener.
RemoteCacheListenerUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheListenerUnitTest
 
RemoteCacheNoWaitUnitTest - Class in org.apache.jcs.auxiliary.remote
Unit tests for the remote cache no wait.
RemoteCacheNoWaitUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
 
RemoteCacheRequestFactoryUnitTest - Class in org.apache.jcs.auxiliary.remote.util
Unit tests for the request creator.
RemoteCacheRequestFactoryUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
 
RemoteCacheServerAttributesUnitTest - Class in org.apache.jcs.auxiliary.remote.server
Tests for the remote cache server attributes.
RemoteCacheServerAttributesUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributesUnitTest
 
RemoteCacheServerFactoryUnitTest - Class in org.apache.jcs.auxiliary.remote.server
Unit tests for the factory
RemoteCacheServerFactoryUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
 
RemoteCacheServerStartupUtil - Class in org.apache.jcs.auxiliary.remote.server
Starts the registry and runs the server via the factory.
RemoteCacheServerStartupUtil() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerStartupUtil
 
RemoteCacheServerUnitTest - Class in org.apache.jcs.auxiliary.remote.server
Since the server does not know that it is a server, it is easy to unit test.
RemoteCacheServerUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
 
RemoteCacheServiceAdaptorUnitTest - Class in org.apache.jcs.auxiliary.remote.http.server
Unit tests for the adaptor.
RemoteCacheServiceAdaptorUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
 
RemoteCacheUnitTest - Class in org.apache.jcs.auxiliary.remote
Unit Tests for the Remote Cache.
RemoteCacheUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
 
RemoteHttpCacheClientUnitTest - Class in org.apache.jcs.auxiliary.remote.http.client
Unit tests for the client.
RemoteHttpCacheClientUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
 
RemoteHttpCacheDispatcherUniTest - Class in org.apache.jcs.auxiliary.remote.http.client
Unit tests for the dispatcher.
RemoteHttpCacheDispatcherUniTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcherUniTest
 
RemoteHttpCacheManagerUnitTest - Class in org.apache.jcs.auxiliary.remote.http.client
Unit tests for the manager.
RemoteHttpCacheManagerUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManagerUnitTest
 
RemoteHttpCacheManualTester - Class in org.apache.jcs.auxiliary.remote.http.client
Manual tester for a JCS instance configured to use the http client.
RemoteHttpCacheManualTester() - Constructor for class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManualTester
 
RemoteHttpCacheServiceUnitTest - Class in org.apache.jcs.auxiliary.remote.http.server
Unit tests for the service.
RemoteHttpCacheServiceUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
 
RemoteHttpCacheSeviceFactoryUnitTest - Class in org.apache.jcs.auxiliary.remote.http.server
Unit tests for the factory
RemoteHttpCacheSeviceFactoryUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactoryUnitTest
 
remoteType - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
The type of remote listener
RemoteUtilsUnitTest - Class in org.apache.jcs.auxiliary.remote
Simple tests for remote utils.
RemoteUtilsUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.RemoteUtilsUnitTest
 
RemovalTestUtil - Class in org.apache.jcs
Simple methods to be run by active test suites that test removal.
RemovalTestUtil(String) - Constructor for class org.apache.jcs.RemovalTestUtil
Constructor for the TestSimpleLoad object
remove(K) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
remove(K) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Adds the key to the remove list.
remove(String, K, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the last remove key.
remove(String, K) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the last remove key.
remove(K) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
remove(K) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
remove(String, K, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the last remove key.
remove(String, K) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the last remove key.
removeAll() - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
removeAll() - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Removes all cached items from the cache.
removeAll(String, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the lastRemoveAllCacheName to the cacheName.
removeAll(String) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the last remove all cache name.
removeAll() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
removeAll() - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
removeAll(String, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the lastRemoveAllCacheName to the cacheName.
removeAll(String) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the last remove all cache name.
removeCount - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Number of times handleRemote was called.
removeCount - Variable in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
removeCount
removeDiscoveredService(DiscoveredService) - Method in class org.apache.jcs.utils.discovery.MockDiscoveryListener
Removes it from the list.
removedKeys - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
List of Serializable objects passed to handleRemove.
removeList - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
List of key objects passed into remove.
removeMultiple(int) - Method in class org.apache.jcs.access.TestCacheAccess
Removes multiple items from the cache.
reset() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
Resets counters and catchers.
run - Variable in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
run?
runConcurrentPutGetTests(LRUMap<String, String>, int) - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Just make sure that we can put and get concurrently
runConcurrentPutGetTests(LRUMap<String, String>, int) - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
Just make sure that we can put and get concurrently
runConcurrentRangeTests(LRUMap<String, String>, int, int) - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Put, get, and remove from a range.
runConcurrentRangeTests(LRUMap<String, String>, int, int) - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
Put, get, and remove from a range.
runGetInRange(int, int, boolean) - Method in class org.apache.jcs.RemovalTestUtil
Just get from start to end.
runLoop() - Method in class org.apache.jcs.access.TestCacheAccess
This is the main loop called by the main method.
runPutDelayTest(int, int) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Test putting and a delay.
runPutInRange(int, int) - Method in class org.apache.jcs.RemovalTestUtil
Put items in the cache in this key range.
runPutTest(int, int) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Adds put events to the queue.
runRemoveTest(int) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Add remove events to the event queue.
runStopProcessingTest() - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Add remove events to the event queue.
runTestForRegion(String) - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int, int) - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheRandomConcurrentTestUtil
Randomly adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int) - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSameRegionConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheNoMemoryUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int, int) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheRandomConcurrentTestUtil
Randomly adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSameRegionConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String) - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int) - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int) - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int) - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheHsqlBackedUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int, int) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPConcurrentRandomTestUtil
Randomly adds items to cache, gets them, and removes them.
runTestForRegion(String, int, int) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPFilterRemoveHashCodeUnitTest
This tests issues tons of puts.
runTestForRegion(String, int, int, int) - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
This tests issues tons of puts.
runTestForRegion(String) - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String) - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegion(String) - Method in class org.apache.jcs.TestTCPLateralCache
Adds items to cache, gets them, and removes them.
runTestForRegionInRange(String, int, int) - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestForRegionInRange(String, int, int) - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
Adds items to cache, gets them, and removes them.
runTestPutThenRemoveCategorical(int, int) - Method in class org.apache.jcs.RemovalTestUtil
Adds elements in the range specified and then removes them using the categorical or substring removal method.
runThreads(List<JCSThrashTest.Executable>) - Method in class org.apache.jcs.JCSThrashTest
Runs a set of threads, for a fixed amount of time.

S

ScheduleParserUtilUnitTest - Class in org.apache.jcs.auxiliary.disk.jdbc.mysql.util
Unit tests for the schedule parser.
ScheduleParserUtilUnitTest() - Constructor for class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
 
SerializationConversionUtilUnitTest - Class in org.apache.jcs.utils.serialization
Tests the serialization conversion util.
SerializationConversionUtilUnitTest() - Constructor for class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
 
serialize(T) - Method in class org.apache.jcs.engine.control.MockElementSerializer
 
serializeCount - Variable in class org.apache.jcs.engine.control.MockElementSerializer
times in was called
setCache(CompositeCache<? extends Serializable, ? extends Serializable>) - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
 
setCacheAttributes(ICompositeCacheAttributes) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
setCacheEventLogger(ICacheEventLogger) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
setCallCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setConfigurationProperties(Properties) - Method in class org.apache.jcs.engine.control.MockCompositeCacheManager
This is exposed so other manager can get access to the props.
setElementSerializer(IElementSerializer) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
setExceededIdleTimeBackgroundCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setExceededMaxLifeBackgroundCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setListenerId(long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheListener
Allows you to setup the listener id.
setListenerId(long) - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
Sets the listenerId attribute of the RemoteCacheClientTest object
setListenerId(long) - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest.CacheListenerImpl
 
setName(String) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCacheFactory
 
setRegion(String) - Method in class org.apache.jcs.access.TestCacheAccess
Sets the region to be used by test methods.
setSpoolCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setSpoolCount(int) - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
setSpoolNoDiskCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setSpoolNoDiskCount(int) - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
setSpoolNotAllowedCount(int) - Method in class org.apache.jcs.engine.control.event.ElementEventHandlerMockImpl
 
setSpoolNotAllowedCount(int) - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
setTestProperty(String) - Method in class org.apache.jcs.engine.control.MockElementSerializer
 
setTestProperty(String) - Method in class org.apache.jcs.engine.logging.MockCacheEventLogger
 
setTestStringProperty(String) - Method in class org.apache.jcs.auxiliary.remote.server.MockRMISocketFactory
 
setUp() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheRandomConcurrentTestUtil
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSameRegionConcurrentUnitTest
Test setup.
setUp() - Method in class org.apache.jcs.auxiliary.disk.block.HugeQuantityBlockDiskCacheLoadTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.HugeQuantityIndDiskCacheLoadTest
Test setup.
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheNoMemoryUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheRandomConcurrentTestUtil
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSameRegionConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheRemovalUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheShrinkUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheHsqlBackedUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPConcurrentRandomTestUtil
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Create the listener for testing
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPFilterRemoveHashCodeUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPNoDeadLockConcurrentTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManualTester
Test setup
setUp() - Method in class org.apache.jcs.auxiliary.remote.TestRemoteCache
Test setup
setUp() - Method in class org.apache.jcs.ConcurrentRemovalLoadTest
Test setup
setUp() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Test setup
setUp() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
Test setup with expected configuration parameters.
setUp() - Method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
Test setup.
setUp() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Test setup
setUp() - Method in class org.apache.jcs.engine.memory.lru.LRUMemoryCacheConcurrentUnitTest
Test setup
setUp() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Test setup
setUp() - Method in class org.apache.jcs.JCSLightLoadUnitTest
Test setup
setUp() - Method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Test setup
setUp() - Method in class org.apache.jcs.JCSThrashTest
Sets up the test
setUp() - Method in class org.apache.jcs.TestTCPLateralCache
Test setup
setUp() - Method in class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
Set up the receiver.
setUp() - Method in class org.apache.jcs.ZeroSizeCacheUnitTest
Test setup
setupRemoteCacheResponse - Variable in class org.apache.jcs.auxiliary.remote.http.client.MockRemoteCacheDispatcher
The response setup
setupTABLE(Connection, String) - Static method in class org.apache.jcs.auxiliary.disk.jdbc.HsqlSetupTableUtil
SETUP a TABLE FOR CACHE testing
ShrinkerThreadUnitTest - Class in org.apache.jcs.engine.memory.shrinking
This tests the functionality of the shrinker thread.
ShrinkerThreadUnitTest() - Constructor for class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
 
SimpleEventHandlingUnitTest - Class in org.apache.jcs.engine.control.event
This test suite verifies that the basic ElementEvent are called as they should be.
SimpleEventHandlingUnitTest() - Constructor for class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
 
SimpleEventHandlingUnitTest.MyEventHandler - Class in org.apache.jcs.engine.control.event
Simple event counter used to verify test results.
SimpleEventHandlingUnitTest.MyEventHandler() - Constructor for class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest.MyEventHandler
 
SingleLinkedListUnitTest - Class in org.apache.jcs.utils.struct
Tests for the simple linked list.
SingleLinkedListUnitTest() - Constructor for class org.apache.jcs.utils.struct.SingleLinkedListUnitTest
 
skiptestSimpleSend() - Method in class org.apache.jcs.auxiliary.remote.TestRemoteCache
 
SortedPrefArrayUnitTest - Class in org.apache.jcs.utils.struct
Tests the SortedPrefArray used by the recycle bin.
SortedPrefArrayUnitTest(String) - Constructor for class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Constructor for the TestSimpleLoad object
StandardSerializerUnitTest - Class in org.apache.jcs.utils.serialization
Tests the standard serializer.
StandardSerializerUnitTest() - Constructor for class org.apache.jcs.utils.serialization.StandardSerializerUnitTest
 
startICacheEventCalls - Variable in class org.apache.jcs.auxiliary.MockCacheEventLogger
times called
startServerUsingProperties(String) - Static method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerStartupUtil
Starts the registry on port "registry.port"
status - Variable in class org.apache.jcs.auxiliary.MockAuxiliaryCache
Can setup status
status - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
status to return.
suite() - Static method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSameRegionConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheNoMemoryUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSameRegionConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheConcurrentUnitTest
A unit test suite for JUnit.
suite() - Static method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPNoDeadLockConcurrentTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.ConcurrentRemovalLoadTest
A unit test suite for JUnit.
suite() - Static method in class org.apache.jcs.engine.EventQueueConcurrentLoadTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.engine.memory.lru.LRUMemoryCacheConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.JCSLightLoadUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.JCSUnitTest
 
suite() - Static method in class org.apache.jcs.JCSvsHashtablePerformanceTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.TestTCPLateralCache
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.utils.struct.JCSvsCommonsLRUMapPerformanceTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
A unit test suite for JUnit
suite() - Static method in class org.apache.jcs.utils.struct.LRUMapPerformanceTest
A unit test suite for JUnit
SystemPropertyUsageUnitTest - Class in org.apache.jcs.engine
Verify that system properties can override.
SystemPropertyUsageUnitTest() - Constructor for class org.apache.jcs.engine.SystemPropertyUsageUnitTest
 
SystemPropetyUnitTest - Class in org.apache.jcs.access
This test is for the system property usage in configuration values.
SystemPropetyUnitTest() - Constructor for class org.apache.jcs.access.SystemPropetyUnitTest
 

T

tearDown() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheConcurrentNoDeadLockUnitTest
Test tearDown.
tearDown() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPNoDeadLockConcurrentTest
Test tearDown.
tearDown() - Method in class org.apache.jcs.JCSThrashTest
 
tearDown() - Method in class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
Kill off the sender and receiver.
test() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPFilterRemoveHashCodeUnitTest
 
testAccidentalDoubleConversion() - Method in class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
Verify that we can go back and forth with the simplest of objects.
testAdd_InList() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacadeUnitTest
Verify that we can remove an item.
testAddABunchAndClear() - Method in class org.apache.jcs.utils.struct.SingleLinkedListUnitTest
Verify that after calling clear all items are removed adn the size is 0.
testAddABunchAndTakeFromList() - Method in class org.apache.jcs.utils.struct.SingleLinkedListUnitTest
Verify FIFO behavior.
testAddDiscoveredService_FacadeInList_NoWaitNot() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Add a no wait to a known facade.
testAddLast_Empty() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that the last is added when the list is empty.
testAddLast_NotEmpty() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that the last is added when the list is empty.
testAddListener_ToAll() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Add a listener.
testAddListener_ToAllThenRemove() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Add a listener.
testAddListener_ToAllThenRemove_clusterType() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Add a listener.
testAddListenerToCache_CLUSTERtype() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Add a listener.
testAddListenerToCache_LOCALtype() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Add a listener.
testAddNoWait_FacadeInList() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Add a no wait to a known facade.
testAddNoWait_FacadeNotInList() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Add a no wait from an unknown facade.
testAddNoWaitFacade_NotInList() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Add a no wait facade.
testAddOrUpdateService_InList_NamesChange() - Method in class org.apache.jcs.utils.discovery.UDPDiscoveryServiceUnitTest
Verify that the list is updated.
testAddOrUpdateService_InList_NamesDoNotChange() - Method in class org.apache.jcs.utils.discovery.UDPDiscoveryServiceUnitTest
Verify that the list is updated.
testAddOrUpdateService_NotInList() - Method in class org.apache.jcs.utils.discovery.UDPDiscoveryServiceUnitTest
Verify that the list is updated.
testAddParameters_withQueryString() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcherUniTest
Verify that we don't get two ?'
testAddThenRemoveNoWait_InList() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacadeUnitTest
Verify that we can remove an item.
testAddThenRemoveNoWait_InListSize2() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacadeUnitTest
Verify that we can remove an item.
testAddThenRemoveNoWait_NotInList() - Method in class org.apache.jcs.auxiliary.lateral.LateralCacheNoWaitFacadeUnitTest
Verify that we can remove an item.
testBalkOnGet() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheUnitTest
Verify that we simply return null on get if an optimization is in progress and the cache is configured to balk on optimization.
testBasicOptimization() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheOptimizationUnitTest
Set the optimize at remove count to 10.
testBasicOptimization() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizerManualTester
Run the optimization against live a table.
testBasicOptimizationUnknownTable() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLTableOptimizerManualTester
Run the optimization against live a table.
testBasicPutRemove() - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheUnitTest
Adds items to cache, gets them, and removes them.
testBigStringBackAndForth() - Method in class org.apache.jcs.utils.serialization.StandardSerializerUnitTest
Test simple back and forth with a string.
testByteArray() - Method in class org.apache.jcs.admin.CountingStreamUnitTest
This should count the size of the array.
testByteArrayLenCount() - Method in class org.apache.jcs.admin.CountingStreamUnitTest
This should count the len -- the third arg
testBytesFreeSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the data size is as expected after a remove and after a put that should use the spots.
TestCacheAccess - Class in org.apache.jcs.access
Allows the user to run common cache commands from the command line for a test cache.
TestCacheAccess() - Constructor for class org.apache.jcs.access.TestCacheAccess
Construct and initialize the cachecontrol based on the config file.
TestCacheAccess(String) - Constructor for class org.apache.jcs.access.TestCacheAccess
 
testCalculateBlocksNeededDouble() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Verify that it says we need two blocks if the total size will fit.
testCheckAndRestoreIfNeeded_failure() - Method in class org.apache.jcs.auxiliary.remote.server.RegistryKeepAliveRunnerUnitTest
Verify that we get the appropriate event log
testCheckForDedOverlaps_noOverlap() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the overlap check returns true when there are no overlaps.
testCheckForDedOverlaps_overlaps() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the overlap check returns false when there are overlaps.
testCheckForRemoval_Expired() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
verify the check for removal
testCheckForRemoval_IdleTooLong() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
verify the check for removal
testCheckForRemoval_NotExpired() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
verify the check for removal
testCheckForRemoval_NotIdleTooLong() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
verify the check for removal
testChunk_BigString() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Verify that the block disk cache can handle a big string.
testClear() - Method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Verify that clear removes everyting as it should.
testClearAll() - Method in class org.apache.jcs.admin.AdminBeanUnitTest
Add an item to a region.
testClearRepeatedlyWithoutError() - Method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Verify that we can clear repeatedly without error.
testClearThroughHub() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
put the max and clear. verify that no elements remain.
testClearThroughHub() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
put the max and clear. verify that no elements remain.
testCompressDecompressByteArray_success() - Method in class org.apache.jcs.utils.zip.CompressionUtilUnitTest
Test method for decompressByteArray.
testCompressDecompressGzipByteArray_success() - Method in class org.apache.jcs.utils.zip.CompressionUtilUnitTest
Test method for decompressByteArray.
testConfigureCacheEventLogger_Present() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactoryUnitTest
verify that we get the CacheEventLogger value
testConfigureObjectSpecificCustomFactory_withProperty() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigureObjectSpecificCustomFactory_withProperty_TimeoutConfigurableRMIScoketFactory() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigurePoolAccessAttributes_Simple() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCachePoolAccessManagerUnitTest
Verify that we can configure the object based on the props.
testConfigureRemoteCacheServerAttributes_allowClusterGetPresent() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactoryUnitTest
verify that we get the allowClusterGet value
testConfigureRemoteCacheServerAttributes_allowClusterGetPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the startRegistry value
testConfigureRemoteCacheServerAttributes_eventQueuePoolName() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigureRemoteCacheServerAttributes_eventQueueType() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigureRemoteCacheServerAttributes_localClusterConsistencyPresent() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactoryUnitTest
verify that we get the startRegistry value
testConfigureRemoteCacheServerAttributes_localClusterConsistencyPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the startRegistry value
testConfigureRemoteCacheServerAttributes_registryKeepAliveDelayMillisPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the registryKeepAliveDelayMillis value
testConfigureRemoteCacheServerAttributes_rmiSocketFactoryTimeoutMillisPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the registryKeepAliveDelayMillis value
testConfigureRemoteCacheServerAttributes_startRegistryPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the startRegistry value
testConfigureRemoteCacheServerAttributes_timeoutNotPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigureRemoteCacheServerAttributes_timeoutPresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the timeout value
testConfigureRemoteCacheServerAttributes_useRegistryKeepAlivePresent() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactoryUnitTest
verify that we get the useRegistryKeepAlive value
testCreateAndConnect() - Method in class org.apache.jcs.auxiliary.remote.server.TimeoutConfigurableRMIScoketFactoryUnitTest
Simple test to see that we can create a server socket and connect.
testCreateCache_Normal() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheFactoryUnitTest
Verify that we can get a cache from the manager via the factory
testCreateCacheEventQueue_Custom() - Method in class org.apache.jcs.engine.CacheEventQueueFactoryUnitTest
Test create
testCreateCacheEventQueue_Pooled() - Method in class org.apache.jcs.engine.CacheEventQueueFactoryUnitTest
Test create
testCreateCacheEventQueue_Single() - Method in class org.apache.jcs.engine.CacheEventQueueFactoryUnitTest
Test create
testCreateGetMatchingRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testCreateGetMultipleRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testCreateGetRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testCreateRegistryTwice() - Method in class org.apache.jcs.auxiliary.remote.RemoteUtilsUnitTest
Call create registry twice.
testCreateRemoteHttpCacheClient_Bad() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManagerUnitTest
Verify that we get the default.
testCreateRemoteHttpCacheClient_deafult() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManagerUnitTest
Verify that we get the default.
testCreateRemoteHttpCacheService_WithLogger() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheSeviceFactoryUnitTest
verify that we get the CacheEventLogger value
testCreateRemoveAllRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testCreateRemoveRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testCreateUpdateRequest_Normal() - Method in class org.apache.jcs.auxiliary.remote.util.RemoteCacheRequestFactoryUnitTest
Simple test
testDecompressByteArray_failure() - Method in class org.apache.jcs.utils.zip.CompressionUtilUnitTest
Test method for decompressByteArray.
testDefault() - Method in class org.apache.jcs.auxiliary.disk.LRUMapJCSUnitTest
Verify that we default to unlimited
testDefaultConfig() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
Make sure it can load a default cache.ccf file
testDefaultConfigUndefinedPool() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
Try to get an undefined pool from an existing default file.
testDeserialize_NullInput() - Method in class org.apache.jcs.utils.serialization.CompressingSerializerUnitTest
Verify that we don't get any erorrs for null input.
testDidNotExpire() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheShrinkUnitTest
Verify that those not scheduled to expire do not expire.
testDidNotExpireEternal() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheShrinkUnitTest
Verify that eternal trumps max life.
testDispose() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest
Verify that alive is set to false..
testDispose_Normal() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify dispose.
testDispose_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify dispose functionality
testDispose_nullListener() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify that there is no problem if there is no listener.
testDispose_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testDumpEntries_DebugTrue() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that the entries are dumped.
testElementAttributes_normal() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElementUnitTest
Verify basic data
testEmptyTake() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get an error when taking from an empty array.
testEqualToGreatest() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Try taking an item equal to the greatest.
testEqualToGreatest_LastTwoSameSize() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Try taking an item equal to the greatest.
testExpirationPolicy_doubleOver() - Method in class org.apache.jcs.engine.memory.fifo.FIFOMemoryCacheUnitTest
Verify that the oldest inserted item is removed
testExpirationPolicy_oneExtra() - Method in class org.apache.jcs.engine.memory.fifo.FIFOMemoryCacheUnitTest
Verify that the oldest inserted item is removed
testExpireInBackground() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheShrinkUnitTest
Test the basic JDBC disk cache functionality with a hsql backing.
testFIFOOrderedTake() - Method in class org.apache.jcs.utils.struct.BoundedQueueUnitTest
Verify that the items come back in the order put in.
testFile_NoSPecialCharacters() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify file.
testFile_Space() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify file.
testFile_SpecialCharacter() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify file.
testFile_WithFile() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify idempotence.
testFileSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the file size is as expected.
testFixCache() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the serviced supplied to fix is passed onto the client.
testFormat() - Method in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
Tests to make sure that format produces the same string on the thread-safe implementation as it does on the regular one.
testForMemoryLeaks() - Method in class org.apache.jcs.JCSThrashTest
This does a bunch of work and then verifies that the memory has not grown by much.
testGet() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the client get is called from the no wait.
testGet_Empty() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify get.
testGet_EventLogging_simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify event log calls.
testGet_Exists() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify get.
testGet_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify get functionality
testGet_nullFromDispatcher() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify get functionality
testGet_SendAndReceived() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Create a listener.
testGet_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testGet_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testGet_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testGetCache_normal() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheManagerUnitTest
Verify that the disk cache has the event logger
testGetCache_normal() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManagerUnitTest
Verify that the disk cache has the event logger
testGetCache_normal() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheManagerUnitTest
Verify that the disk cache has the event logger
testGetCache_normal() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheManagerUnitTest
Verify that the disk cache has the event logger
testGetCache_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManagerUnitTest
Verify that we get a cache no wait.
testGetCacheElements() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that getCacheElements returns the elements requested based on the key.
testGetDateFromQueryId_exact() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Verify that we get the right date out.
testGetDateFromQueryId_null() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Verify that we get an error if it is null
testGetDateFromQueryId_over() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Verify that we get the right date out.
testGetDateFromQueryId_tooSmall() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Verify that we get an error if it is too small
testGetDatesMalformedNan() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get an exception for a schedule that has a non numeric item.
testGetDatesMalformedNoColon() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get an exception for a single bad date in a list.
testGetDatesWithNullInput() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get an exception and not a null pointer for null input.
testGetDateWithNullInput() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get an exception and not a null pointer for null input.
testGetDddHHmm() - Method in class org.apache.jcs.utils.date.DateFormatterUnitTest
Output a date into a String like 3591010.
testGetDddHHmmss() - Method in class org.apache.jcs.utils.date.DateFormatterUnitTest
Output a date into a String like 359101001.
testGetElementForRegionInfo() - Method in class org.apache.jcs.admin.AdminBeanUnitTest
Put a value in a region and verify that it shows up.
testGetEntrySet() - Method in class org.apache.jcs.utils.struct.LRUMapUnitTest
Add items to the map and then test to see that they come back in the entry set.
testGetGroupKeys_SendAndReceived() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Create a listener.
testGetGroupNames_SendAndReceived() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Create a listener.
testGetJDBCDiskCachePoolAccess_Simple() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCachePoolAccessManagerUnitTest
Verify that we can get access.
testGetKeyArray() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Put half the max and clear. get the key array and verify that it has the correct number of items.
testGetKeyArray() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Put half the max and clear. get the key array and verify that it has the correct number of items.
testGetLocalHostAddress_Simple() - Method in class org.apache.jcs.utils.net.HostNameUtilUnitTest
It's nearly impossible to unit test the getLocalHostLANAddress method.
testGetMatching_Normal() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify we can get some matching elements..
testGetMatching_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify get functionality
testGetMatching_Normal() - Method in class org.apache.jcs.engine.control.CompositeCacheUnitTest
Verify we can get some matching elements..
testGetMatching_NotOnDisk() - Method in class org.apache.jcs.engine.control.CompositeCacheUnitTest
Verify we try a disk aux on a getMatching call.
testGetMatching_NotOnRemote() - Method in class org.apache.jcs.engine.control.CompositeCacheUnitTest
Verify we try a remote aux on a getMatching call.
testGetMatching_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testGetMatching_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testGetMatching_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testGetMatching_WithData() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Create a listener.
testGetMatchingElements_Normal() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify we can get some matching elements..
testGetMatchingKeysFromArray_AllMatch() - Method in class org.apache.jcs.engine.match.KeyMatcherPatternImpllUnitTest
Verify that the matching method works.
testGetMatchingKeysFromArray_AllMatchFirstNull() - Method in class org.apache.jcs.engine.match.KeyMatcherPatternImpllUnitTest
Verify that the matching method works.
testGetMatchingKeysFromArray_TwoTypes() - Method in class org.apache.jcs.engine.match.KeyMatcherPatternImpllUnitTest
Verify that the matching method works.
testGetMultiple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the client getMultiple is called from the no wait.
testGetMultiple_EventLogging_simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify event log calls.
testGetMultiple_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify get functionality
testGetMultiple_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testGetMultiple_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testGetMultiple_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testGetNextRequestCounter_delay() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Verify that the counter is reset if we set the interval vey low.
testGetNextRequestCounter_simple() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Reset and verify that we get 1;
testGetNextRequestCounter_twice() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Reset, call twice, and verify that we get 2;
testGetPoolNames() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
Get a couple pools by name and then see if they are in the list.
testGetQueryId() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Creates a query id.
testGetQueryId_SytemLeadNumber_Good() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Creates a query id.
testGetQueryId_SytemLeadNumber_Nan() - Method in class org.apache.jcs.utils.key.KeyGeneratorUtilUnitTest
Creates a query id.
testGetRegionInfo() - Method in class org.apache.jcs.admin.AdminBeanUnitTest
Create a test region and then verify that we get it from the list.
testGetsDatesMultiple() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get one date for one date.
testGetsDatesSingle() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.util.ScheduleParserUtilUnitTest
Verify that we get one date for one date.
testGetSize_Empty() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify getSize.
testGetSize_OneItem() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify getSize.
testGetStats() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the client status is returned in the stats.
testGetStatsThroughHub() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Get stats.
testGetStatsThroughHub() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Get stats.
testGetStatus_error() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that we get a status of error if the cache is in error..
testgGetDeSerializedCacheElement_null() - Method in class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
Verify null for null.
testgGetSerializedCacheElement_null() - Method in class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
Verify null for null.
testInitialization_Normal() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify initialization.
testInitializePoolAccess_withPoolName() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest
Verfiy that it uses the pool access manager config.
testJCS() - Method in class org.apache.jcs.JCSUnitTest
 
testLargeNumberOfItems() - Method in class org.apache.jcs.auxiliary.disk.block.HugeQuantityBlockDiskCacheLoadTest
Adds items to cache, gets them, and removes them.
testLargeNumberOfItems() - Method in class org.apache.jcs.auxiliary.disk.indexed.HugeQuantityIndDiskCacheLoadTest
Adds items to cache, gets them, and removes them.
testLargePref() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
 
testLimited() - Method in class org.apache.jcs.auxiliary.disk.LRUMapJCSUnitTest
Verify that we default to unlimited
testLoadFromCCF() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Verify that the mru gets used by a non-defined region when it is set as the default in the default region.
testLoadFromCCF() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Verify that the mru gets used by a non-defined region when it is set as the default in the default region.
testLogApplicationEvent_normal() - Method in class org.apache.jcs.engine.logging.CacheEventLoggerDebugLoggerUnitTest
verify that we can log
TestLogConfigurationUtil - Class in org.apache.jcs
Utility for testing log messages.
TestLogConfigurationUtil() - Constructor for class org.apache.jcs.TestLogConfigurationUtil
 
testLogError_normal() - Method in class org.apache.jcs.engine.logging.CacheEventLoggerDebugLoggerUnitTest
verify that we can log
testLogICacheEvent_normal() - Method in class org.apache.jcs.engine.logging.CacheEventLoggerDebugLoggerUnitTest
verify that we can log
testLRURemoval() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Just make sure that the LRU functions int he most simple case.
testLRURemoval() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
Just make sure that the LRU functions in he most simple case.
testLRURemovalAgain() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
 
testLRURemovalAgain() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
 
testMakeLast_wasAlone() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that it's added last.
testMakeLast_wasFirst() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that it's added last.
testMakeLast_wasInMiddle() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that it's added last.
testMakeLast_wasLast() - Method in class org.apache.jcs.utils.struct.DoubleLinkedListUnitTest
verify that it's added last.
testMaxReduction() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolUnitTest
Make sure that the max size setting takes effect before the idle time is reached.
testMemorySize() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskElementDescriptorUnitTest
Verify that the memory used per element is reasonable.
testNonExistentConfigFile() - Method in class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
Makes ure we can get a non existent pool from the non exitent config file.
testNullInput() - Method in class org.apache.jcs.utils.serialization.StandardSerializerUnitTest
Test serialization with a null object.
testNullInsertion() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get a null pointer if we insert a null.
testNullSerializerConversion() - Method in class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
Verify that we get an IOException for a null serializer.
testNullTake() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get an npe when taking with a null
testOctetBasicAddressParsing() - Method in class org.apache.jcs.utils.net.AddressUtilUnitTest
test the basics
testOptiimize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheKeyStoreUnitTest
Add some elements, remove 1, call optimize, verify that the removed isn't present.
testParse() - Method in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
Tests to make sure that parse produces the same date on the thread-safe implementation as it does on the regular one.
testParseAuxiliary_CacheEventLogger_Normal() - Method in class org.apache.jcs.engine.control.CompositeCacheConfiguratorUnitTest
Verify that we can parse the event logger correctly
testParseCacheEventLogger_Normal() - Method in class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
Verify that we can parse the event logger.
testParseCacheEventLogger_Null() - Method in class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
Verify that we don't get an error.
testParseCacheEventLogger_NullName() - Method in class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
Verify that we don't get an error.
testParseElementSerializer_Normal() - Method in class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
Verify that we can parse the ElementSerializer.
testParseElementSerializer_Null() - Method in class org.apache.jcs.auxiliary.AuxiliaryCacheConfiguratorUnitTest
Verify that we can parse the ElementSerializer.
testParseFormattedStringDddHHmm() - Method in class org.apache.jcs.utils.date.DateFormatterUnitTest
Verify that we can get a date from a string
testParseFormattedStringDddHHmmss() - Method in class org.apache.jcs.utils.date.DateFormatterUnitTest
Verify that we can get a date from a string
testParseSpoolChunkSize_Normal() - Method in class org.apache.jcs.engine.control.CompositeCacheConfiguratorUnitTest
Verify that we can parse the spool chunk size
testPartialKeyRemoval_Good() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheRemovalUnitTest
Verify the fix for BUG JCS-20 Setup an hsql db.
testPassiveBroadcast() - Method in class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
Test sending a live messages.
testProcessRemovedLRU() - Method in class org.apache.jcs.auxiliary.disk.LRUMapJCSUnitTest
Verify that the log message.
testProcessRequest_Get() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessRequest_GetMatching() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessRequest_GetMultiple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessRequest_null() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that we balk and return an error.
testProcessRequest_Remove() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessRequest_RemoveAll() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessRequest_Update() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteCacheServiceAdaptorUnitTest
Verify that the service is called.
testProcessUpdate_SameKeyBiggerSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the old slot gets in the recycle bin.
testProcessUpdate_SameKeySameSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify the item makes it to disk.
testProcessUpdate_SameKeySmallerSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify the item makes it to disk.
testProcessUpdate_Simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify the item makes it to disk.
testPut() - Method in class org.apache.jcs.JCSThrashTest
Tests adding an entry.
testPutaMultipleAndListen() - Method in class org.apache.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest
Register a listener with the server.
testPutAndListen() - Method in class org.apache.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest
Register a listener with the server.
testPutAndRemove() - Method in class org.apache.jcs.utils.struct.LRUMapUnitTest
Put and then remove.
testPutGet_BigString() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Verify that the block disk cache can handle a big string.
testPutGet_BigString() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify that the disk file cache can handle a big string.
testPutGetMatching_NoWait() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Test the basic get matching.
testPutGetMatching_NoWait() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Test the basic get matching.
testPutGetMatching_SmallWait() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Test the basic get matching.
testPutGetMatching_SmallWait() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Test the basic get matching.
testPutGetMatchingWithHSQL() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheHsqlBackedUnitTest
Test the basic JDBC disk cache functionality with a hsql backing.
testPutGetRemove() - Method in class org.apache.jcs.ZeroSizeCacheUnitTest
Verify that a 0 size cache does not result in errors.
testPutGetThroughHub() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
put twice as many as the max.
testPutGetThroughHub() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
put twice as many as the max.
testPutGetThroughHubTwice() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Put twice as many as the max, twice. verify that the second half is in the cache.
testPutGetThroughHubTwice() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Put twice as many as the max, twice. verify that the second half is in the cache.
testPutKeys() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheKeyStoreUnitTest
Put a bunch of keys inthe key store and verify that they are present.
testPutLocalPutRemoteGetBusyVerifyRemoved() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
 
testPutNullKey() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Try to put a null key and verify that we get an exception.
testPutNullValue() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Try to put a null value and verify that we get an exception.
testPutRemove() - Method in class org.apache.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest
Verify that we can remove an item via the remote server.
testPutRemoveThroughHub() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
put the max and remove each. verify that they are all null.
testPutRemoveThroughHub() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
put the max and remove each. verify that they are all null.
testPutSafe() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that we get an object exists exception if the item is in the cache.
testPutWithNoSizeLimit() - Method in class org.apache.jcs.utils.struct.LRUMapUnitTest
Put into the lru with no limit and then make sure they are all there.
testPutWithSizeLimit() - Method in class org.apache.jcs.utils.struct.LRUMapUnitTest
Put up to the size limit and then make sure they are all there.
testRealTimeOptimization() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheDefragPerformanceTest
 
testReceive() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
 
testRecycleBin() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that we don't override the largest item.
testRecyleBinSize() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that items are added to the recycle bin on removal.
testRecyleBinUsage() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that items of the same size use recycle bin spots.
testRegionDefiniton() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that we can get a region using the define region method.
testRegionDefinitonWithAttributes() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that we can get a region using the define region method with cache attributes.
testRegionDefinitonWithBothAttributes() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that we can get a region using the define region method with cache attributes and elemetn attributes.
TestRemoteCache - Class in org.apache.jcs.auxiliary.remote
 
TestRemoteCache() - Constructor for class org.apache.jcs.auxiliary.remote.TestRemoteCache
Start the cache.
testRemove() - Method in class org.apache.jcs.admin.AdminBeanUnitTest
Remove an item via the remove method.
testRemove() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the client gets updated via the no wait.
testRemove() - Method in class org.apache.jcs.JCSThrashTest
Test elements can be removed from the store
testRemove_EventLogging_simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify event log calls.
testRemove_Group() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that group members are removed if we call remove with a group.
testRemove_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify remove functionality
testRemove_OneItem() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify remove.
testRemove_PartialKey() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Add some items to the disk cache and then remove them one by one.
testRemove_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testRemove_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testRemove_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testRemoveAll() - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheUnitTest
Verify that remove all work son a region where it is not prohibited.
testRemoveAll_allowed() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest
Verify that removeAll is allowed.
testRemoveAll_EventLogging_simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify event log calls.
testRemoveAll_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify removeall functionality
testRemoveAll_notAllowed() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest
Verify that removeAll is prohibited.
testRemoveAll_OneItem() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify remove all.
testRemoveAll_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testRemoveAll_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testRemoveAll_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testRemoveAllProhibition() - Method in class org.apache.jcs.auxiliary.disk.jdbc.hsql.HSQLDiskCacheUnitTest
Verify that remove all does not work on a region where it is prohibited.
testRemoveAllThenWalk() - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheServiceUnitTest
Verify that a removeAll event gets added and then is sent to the service passed to propagate.
testRemoveAllThenWalk() - Method in class org.apache.jcs.engine.ZombieCacheServiceNonLocalUnitTest
Verify that a removeAll event gets added and then is sent to the service passed to propagate.
testRemoveBroadcast() - Method in class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
Test sending a remove broadcast.
testRemoveDiscoveredService() - Method in class org.apache.jcs.utils.discovery.UDPDiscoveryServiceUnitTest
Verify that the list is updated.
testRemoveDiscoveredService_FacadeInList_NoWaitIs() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Remove a no wait from a known facade.
testRemoveEmpty() - Method in class org.apache.jcs.utils.struct.LRUMapUnitTest
Call remove on an empty map
testRemoveIfLimitIsSetAndReached_NotReached() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify RemoveIfLimitIsSetAndReached.
testRemoveIfLimitIsSetAndReached_Reached() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify RemoveIfLimitIsSetAndReached.
testRemoveIfLimitIsSetAndReached_Reached_TouchFalse() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify RemoveIfLimitIsSetAndReached.
testRemoveIfLimitIsSetAndReached_Reached_TouchTrue() - Method in class org.apache.jcs.auxiliary.disk.file.FileDiskCacheUnitTest
Verify RemoveIfLimitIsSetAndReached.
testRemoveItems() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Add some items to the disk cache and then remove them one by one.
testRemoveNoWait_FacadeInList_NoWaitIs() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Remove a no wait from a known facade.
testRemoveNoWait_FacadeInList_NoWaitNot() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Remove a no wait from a known facade.
testRemoveNoWait_FacadeNotInList() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPDiscoveryListenerUnitTest
Remove a no wait from an unknown facade.
testRemovePartialThroughHub() - Method in class org.apache.jcs.engine.memory.lru.LHMLRUMemoryCacheUnitTest
Add a few keys with the delimiter.
testRemovePartialThroughHub() - Method in class org.apache.jcs.engine.memory.mru.MRUMemoryCacheUnitTest
Add a few keys with the delimiter.
testRemoveThenWalk() - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheServiceUnitTest
Verify that a remove event gets added and then is sent to the service passed to propagate.
testRemoveThenWalk() - Method in class org.apache.jcs.engine.ZombieCacheServiceNonLocalUnitTest
Verify that a remove event gets added and then is sent to the service passed to propagate.
testRequestBroadcast() - Method in class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
Test sending a request broadcast.
testRunSteadyLoadTest() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheSteadyLoadTest
Insert 2000 wait 1 second, repeat.
testRunSteadyLoadTest() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheSteadyLoadTest
Insert 2000 wait 1 second, repeat.
testSameKeyDifferentObject() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Send objects with the same key but different values.
testSameKeyObjectDifferentValueObject() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Send objects with the same key but different values.
testSaveLoadKeys() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheKeyStoreUnitTest
Verify that we can load keys that we saved.
testSerialize_CompareCompressedAndUncompressed() - Method in class org.apache.jcs.utils.serialization.CompressingSerializerUnitTest
Verify that the compressed is smaller.
testSerialize_NullInput() - Method in class org.apache.jcs.utils.serialization.CompressingSerializerUnitTest
Test serialization with a null object.
testService() - Method in class org.apache.jcs.auxiliary.remote.TestRemoteCache
 
testSetDefaultElementAttributes() - Method in class org.apache.jcs.access.CacheAccessUnitTest
Verify that elements that go in the region after this call take the new attributes.
testSetRemoteTypeName_cluster() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributesUnitTest
Verify that the type is set correctly and that the correct name is returned for the type.
testSetRemoteTypeName_local() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributesUnitTest
Verify that the type is set correctly and that the correct name is returned for the type.
testShutdownMemoryFlush() - Method in class org.apache.jcs.engine.control.CompositeCacheUnitTest
Verify that the freeMemoryElements method on the memory cache is called on shutdown if there is a disk cache.
testShutdownMemoryFlush_noDisk() - Method in class org.apache.jcs.engine.control.CompositeCacheUnitTest
Verify that the freeMemoryElements method on the memory cache is NOT called on shutdown if there is NOT a disk cache.
testSimpleBackAndForth() - Method in class org.apache.jcs.utils.serialization.CompressingSerializerUnitTest
Test simple back and forth with a string.
testSimpleBackAndForth() - Method in class org.apache.jcs.utils.serialization.StandardSerializerUnitTest
Test simple back and forth with a string.
testSimpleConversion() - Method in class org.apache.jcs.utils.serialization.SerializationConversionUtilUnitTest
Verify that we can go back and forth with the simplest of objects.
testSimpleElementRetrieval() - Method in class org.apache.jcs.JCSCacheElementRetrievalUnitTest
 
testSimpleGet() - Method in class org.apache.jcs.utils.access.JCSWorkerUnitTest
Test basic worker funtionality.
testSimpleGetStats() - Method in class org.apache.jcs.engine.control.CacheManagerStatsUnitTest
Just get the stats after putting a couple entries in the cache.
testSimpleJDBCPutGetWithHSQL() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest
Test the basic JDBC disk cache functionality with a hsql backing.
testSimpleJDBCPutGetWithHSQL() - Method in class org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest
Test the basic JDBC disk cache functionality with a hsql backing.
testSimpleJDBCPutGetWithHSQL() - Method in class org.apache.jcs.auxiliary.disk.jdbc.mysql.MySQLDiskCacheHsqlBackedUnitTest
Test the basic JDBC disk cache functionality with a hsql backing.
testSimpleLoad() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheManualTester
A unit test for JUnit
testSimpleLoad() - Method in class org.apache.jcs.engine.memory.mru.LRUvsMRUPerformanceTest
A unit test for JUnit
testSimpleLoad() - Method in class org.apache.jcs.JCSLightLoadUnitTest
A unit test for JUnit
testSimpleLoad() - Method in class org.apache.jcs.JCSvsHashtablePerformanceTest
A unit test for JUnit
testSimpleLoad() - Method in class org.apache.jcs.utils.struct.JCSvsCommonsLRUMapPerformanceTest
A unit test for JUnit
testSimpleLoad() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentTest
Just test that we can put, get and remove as expected.
testSimpleLoad() - Method in class org.apache.jcs.utils.struct.LRUMapConcurrentUnitTest
Just test that we can put, get and remove as expected.
testSimpleLoad() - Method in class org.apache.jcs.utils.struct.LRUMapPerformanceTest
A unit test for JUnit
testSimplePutAndGet() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Simply verify that we can put items in the disk cache and retrieve them.
testSimpleRegisterListenerAndPut() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Register a listener and then verify that it is called when we put using a different listener id.
testSimpleRegisterListenerAndPut_FromClusterWithLCC() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Register a listener and then verify that it is called when we put using a different listener id.
testSimpleRegisterListenerAndRemove() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Register a listener and then verify that it is called when we put using a different listener id.
testSimpleSend() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
Make sure we can send a bunch to the listener.
testSimpleShrink() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
Setup cache attributes in mock.
testSimpleShrinkMultiple() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
Add 10 to the memory cache.
testSimpleShrinkMultipleWithEventHandler() - Method in class org.apache.jcs.engine.memory.shrinking.ShrinkerThreadUnitTest
Add a mock event handler to the items.
testSimpleUDPDiscovery() - Method in class org.apache.jcs.utils.discovery.UDPDiscoveryUnitTest
testSingleByte() - Method in class org.apache.jcs.admin.CountingStreamUnitTest
Write a single byte and verify the count.
testSingleDepthRemoval() - Method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Verify that 1 level deep hierchical removal works.
testSingleItemTake() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get an npe when taking from an array of only one
testSingleItemTakeLarger() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get an npe when taking from an array of only one
testSingleItemTakeLargerEmpty() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Verify that we don't get an npe when taking from an array of none
testSinglePut() - Method in class org.apache.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest
Verify that we can start the remote cache server.
testSize() - Method in class org.apache.jcs.utils.struct.BoundedQueueUnitTest
Verify that the queue returns the number of elements and the it does not exceed the max.
testSpoolable_normal() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElementUnitTest
Verify basic data
testSpoolAllowed() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testSpoolEvent() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
Verify that the spooled event is called as expected.
testSpoolNoDiskEvent() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
Test overflow with no disk configured for the region.
testSpoolNotAllowed() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testSpoolNotAllowedEvent() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
Test the ELEMENT_EVENT_SPOOLED_NOT_ALLOWED event.
testSpoolNotAllowedEventOnItem() - Method in class org.apache.jcs.engine.control.event.SimpleEventHandlingUnitTest
Test the ELEMENT_EVENT_SPOOLED_NOT_ALLOWED event.
testStandardPut() - Method in class org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPIssueRemoveOnPutUnitTest
Verify that a standard put works.
testStoreKeys() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheKeyStoreUnitTest
Add some keys, store them, load them from disk, then check to see that we can get the items.
testSwapConfig() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Verify that the swap region is set to the correct pattern.
testSystemPropertyInValueDelimeter() - Method in class org.apache.jcs.access.SystemPropetyUnitTest
Verify that we use a system property for a ${FOO} string in a value.
testSystemPropertyMissingInValueDelimeter() - Method in class org.apache.jcs.access.SystemPropetyUnitTest
Verify that we use a system property for a ${FOO} string in a value.
testSystemPropertyUsage() - Method in class org.apache.jcs.engine.SystemPropertyUsageUnitTest
Verify that the system properties are used.
testSystemPropertyUsage_inactive() - Method in class org.apache.jcs.engine.SystemPropertyUsageUnitTest
Verify that the system properties are not used is specified.
testTakeEveryLastItem() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Test taking every last item.
testTakeFromEmptyList() - Method in class org.apache.jcs.utils.struct.SingleLinkedListUnitTest
Verify that we get a null and that there are no exceptions.
testTakeLargerThanGreatest() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Try taking an item larger than the greatest.
testTakeLargestItem() - Method in class org.apache.jcs.utils.struct.SortedPrefArrayUnitTest
Test taking the largest item.
testTakeLastEmpty() - Method in class org.apache.jcs.utils.struct.BoundedQueueUnitTest
Verify null returned for empty.
TestTCPLateralCache - Class in org.apache.jcs
Test which exercises the indexed disk cache.
TestTCPLateralCache(String) - Constructor for class org.apache.jcs.TestTCPLateralCache
Constructor for the TestDiskCache object.
TestTCPLateralUnitTest - Class in org.apache.jcs.auxiliary.lateral.socket.tcp
Basic unit tests for the sending and receiving portions of the lateral cache.
TestTCPLateralUnitTest() - Constructor for class org.apache.jcs.auxiliary.lateral.socket.tcp.TestTCPLateralUnitTest
 
testThreadSafeDateFormatWorks() - Method in class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
Tests to make sure that the pooled implementation works.
testToString() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerAttributesUnitTest
Verify that we get a string, even if not attributes are set.
testToString_normal() - Method in class org.apache.jcs.auxiliary.disk.PurgatoryElementUnitTest
Verify basic data
testTwoDeepRemoval() - Method in class org.apache.jcs.JCSRemovalSimpleConcurrentTest
Verify that 2 level deep hierchical removal works.
testUpdate() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheNoWaitUnitTest
Simply verify that the client gets updated via the no wait.
testUpdate() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify that the remote service update method is called.
testUpdate_EventLogging_simple() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify event log calls.
testUpdate_normal() - Method in class org.apache.jcs.auxiliary.remote.http.client.RemoteHttpCacheClientUnitTest
Verify update functionality
testUpdate_PutOnPut() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListenerUnitTest
Create a RemoteCacheListener with a mock cache manager.
testUpdate_RemoveOnPut() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheListenerUnitTest
Create a RemoteCacheListener with a mock cache manager.
testUpdate_simple() - Method in class org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServiceUnitTest
Verify event log calls.
testUpdate_simple() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify event log calls.
testUpdate_simple() - Method in class org.apache.jcs.auxiliary.remote.server.RemoteCacheServerUnitTest
Verify event log calls.
testUpdateAllowed() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testUpdateAllowed_localFalse() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testUpdateAllowed_withOtherCaches() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testUpdateConfig() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Verify that the swap region is set to the correct pattern.
testUpdateGet_allowed() - Method in class org.apache.jcs.auxiliary.disk.AbstractDiskCacheUnitTest
Verify that update and get work.
testUpdateNotAllowed() - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest
Setup a disk cache.
testUpdateThenWalk() - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheServiceUnitTest
Verify that an update event gets added and then is sent to the service passed to propagate.
testUpdateThenWalk() - Method in class org.apache.jcs.engine.ZombieCacheServiceNonLocalUnitTest
Verify that an update event gets added and then is sent to the service passed to propagate.
testUpdateThenWalk_zeroSize() - Method in class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheServiceUnitTest
Verify that nothing is added if the max is set to 0.
testUpdateThenWalk_zeroSize() - Method in class org.apache.jcs.engine.ZombieCacheServiceNonLocalUnitTest
Verify that nothing is added if the max is set to 0.
testUpdateZombieThenFix() - Method in class org.apache.jcs.auxiliary.remote.RemoteCacheUnitTest
Verify that when we call fix events queued in the zombie are propagated to the new service.
testUTF8ByteArray() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Verify that the block disk cache can handle utf encoded strings.
testUTF8ByteArray() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the block disk cache can handle utf encoded strings.
testUTF8String() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Verify that the block disk cache can handle utf encoded strings.
testUTF8String() - Method in class org.apache.jcs.auxiliary.disk.indexed.IndexDiskCacheUnitTest
Verify that the block disk cache can handle utf encoded strings.
testUTF8StringAndBytes() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskCacheUnitTest
Verify that the block disk cache can handle utf encoded strings.
testWrite_128BlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing an element that takes 128 blocks.
testWrite_DoubleBlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing an element that takes two blocks.
testWrite_NullBlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing a null object within a single block size.
testWrite_SingleBlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing an element within a single block size.
testWrite_TwoSingleBlockElements() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing two elements that each fit within a single block size.
testWriteAndRead_BigString() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Verify that the block disk can handle a big string.
testWriteAndRead_BigString2() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Verify that the block disk can handle a big string.
testWriteAndRead_SingleBlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing and reading an element within a single block size.
testWriteAndReadMultipleMultiBlockElement() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing and reading elements that do not fit within a single block.
testWriteAndReadMultipleMultiBlockElement_setSize() - Method in class org.apache.jcs.auxiliary.disk.block.BlockDiskUnitTest
Test writing and reading elements that do not fit within a single block.
thrashCache() - Method in class org.apache.jcs.JCSThrashTest
 
ThreadPoolManagerUnitTest - Class in org.apache.jcs.utils.threadpool
Verify that the manager can create pools as intended by the default and specified file names.
ThreadPoolManagerUnitTest() - Constructor for class org.apache.jcs.utils.threadpool.ThreadPoolManagerUnitTest
 
ThreadPoolUnitTest - Class in org.apache.jcs.utils.threadpool
This test is experimental.
ThreadPoolUnitTest() - Constructor for class org.apache.jcs.utils.threadpool.ThreadPoolUnitTest
 
ThreadSafeSimpleDateFormatUnitTest - Class in org.apache.jcs.utils.date
Multi-threaded tests for SimpleDateFormat.
ThreadSafeSimpleDateFormatUnitTest() - Constructor for class org.apache.jcs.utils.date.ThreadSafeSimpleDateFormatUnitTest
 
TimeoutConfigurableRMIScoketFactoryUnitTest - Class in org.apache.jcs.auxiliary.remote.server
Unit tests for the custom factory
TimeoutConfigurableRMIScoketFactoryUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.server.TimeoutConfigurableRMIScoketFactoryUnitTest
 
totalSize(DiskTestObject[], int) - Static method in class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
Total from the start to the endPostion.
totalSize(ICacheElement<K, V>[], int) - Static method in class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
Total from the start to the endPostion.
totalSize(ICacheElement<K, V>[], int, int) - Static method in class org.apache.jcs.auxiliary.disk.indexed.DiskTestObjectUtil
Total from the start to the endPostion.

U

UDPDiscoverySenderUnitTest - Class in org.apache.jcs.utils.discovery
Tests for the sender.
UDPDiscoverySenderUnitTest() - Constructor for class org.apache.jcs.utils.discovery.UDPDiscoverySenderUnitTest
 
UDPDiscoveryServiceUnitTest - Class in org.apache.jcs.utils.discovery
Unit tests for the service.
UDPDiscoveryServiceUnitTest() - Constructor for class org.apache.jcs.utils.discovery.UDPDiscoveryServiceUnitTest
 
UDPDiscoveryUnitTest - Class in org.apache.jcs.utils.discovery
Unit tests for discovery
UDPDiscoveryUnitTest() - Constructor for class org.apache.jcs.utils.discovery.UDPDiscoveryUnitTest
 
update(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.MockAuxiliaryCache
 
update(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
Adds the argument to the updatedList.
update(ICacheElement<K, V>, long) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the last update item.
update(ICacheElement<K, V>) - Method in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
Set the last update item.
update(ICacheElement<K, V>) - Method in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
 
update(ICacheElement<K, V>) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
update(ICacheElement<K, V>, long) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the last update item.
update(ICacheElement<K, V>) - Method in class org.apache.jcs.engine.MockCacheServiceNonLocal
Set the last update item.
updateCount - Variable in class org.apache.jcs.engine.control.CompositeCacheDiskUsageUnitTest.MockAuxCache
The number of times update was called.
updateList - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheClient
List of ICacheElement objects passed into update.
updateRequestIdList - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
List of request ids.
updateRequestIdList - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
List of request ids.
updateRequestList - Variable in class org.apache.jcs.auxiliary.remote.MockRemoteCacheService
List of updates.
updateRequestList - Variable in class org.apache.jcs.engine.MockCacheServiceNonLocal
List of updates.

W

watch - Variable in class org.apache.jcs.auxiliary.remote.RemoteCacheClientTester
the observer
waterfal(ICacheElement<K, V>) - Method in class org.apache.jcs.engine.memory.MockMemoryCache
 
waterfallCallCount - Variable in class org.apache.jcs.engine.memory.MockMemoryCache
The number of times waterfall was called.

Z

ZeroSizeCacheUnitTest - Class in org.apache.jcs
 
ZeroSizeCacheUnitTest() - Constructor for class org.apache.jcs.ZeroSizeCacheUnitTest
 
ZombieCacheServiceNonLocalUnitTest - Class in org.apache.jcs.engine
Tests for the zombie remote cache service.
ZombieCacheServiceNonLocalUnitTest() - Constructor for class org.apache.jcs.engine.ZombieCacheServiceNonLocalUnitTest
 
ZombieRemoteCacheServiceUnitTest - Class in org.apache.jcs.auxiliary.remote
Tests for the zombie remote cache service.
ZombieRemoteCacheServiceUnitTest() - Constructor for class org.apache.jcs.auxiliary.remote.ZombieRemoteCacheServiceUnitTest
 

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

Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.