Uses of Enum
org.apache.commons.jcs3.engine.behavior.ICacheEventQueue.QueueType
Packages that use ICacheEventQueue.QueueType
Package
Description
Root package for auxiliary caches.
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
-
Uses of ICacheEventQueue.QueueType in org.apache.commons.jcs3.auxiliary
Methods in org.apache.commons.jcs3.auxiliary that return ICacheEventQueue.QueueTypeModifier and TypeMethodDescriptionAbstractAuxiliaryCacheAttributes.getEventQueueType()
AuxiliaryCacheAttributes.getEventQueueType()
Methods in org.apache.commons.jcs3.auxiliary with parameters of type ICacheEventQueue.QueueTypeModifier and TypeMethodDescriptionvoid
AbstractAuxiliaryCacheAttributes.setEventQueueType
(ICacheEventQueue.QueueType queueType) SINGLE is the default.void
AuxiliaryCacheAttributes.setEventQueueType
(ICacheEventQueue.QueueType s) SINGLE is the default. -
Uses of ICacheEventQueue.QueueType in org.apache.commons.jcs3.engine
Methods in org.apache.commons.jcs3.engine that return ICacheEventQueue.QueueTypeModifier and TypeMethodDescriptionCacheEventQueue.getQueueType()
What type of queue is this.PooledCacheEventQueue.getQueueType()
Methods in org.apache.commons.jcs3.engine with parameters of type ICacheEventQueue.QueueTypeModifier and TypeMethodDescriptionCacheEventQueueFactory.createCacheEventQueue
(ICacheListener<K, V> listener, long listenerId, String cacheName, int maxFailure, int waitBeforeRetry, String threadPoolName, ICacheEventQueue.QueueType poolType) Fully configured event queue.CacheEventQueueFactory.createCacheEventQueue
(ICacheListener<K, V> listener, long listenerId, String cacheName, String threadPoolName, ICacheEventQueue.QueueType poolType) The most commonly used factory method. -
Uses of ICacheEventQueue.QueueType in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return ICacheEventQueue.QueueTypeModifier and TypeMethodDescriptionICacheEventQueue.getQueueType()
Return the type of event queue we are using, either single or pooled.static ICacheEventQueue.QueueType
Returns the enum constant of this type with the specified name.static ICacheEventQueue.QueueType[]
ICacheEventQueue.QueueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.