Uses of Interface
net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue.BatchWorker
-
Packages that use ThreadedWorkQueue.BatchWorker Package Description net.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package -
-
Uses of ThreadedWorkQueue.BatchWorker in net.sf.ehcache.constructs.refreshahead
Methods in net.sf.ehcache.constructs.refreshahead that return ThreadedWorkQueue.BatchWorker Modifier and Type Method Description ThreadedWorkQueue.BatchWorker<W>ThreadedWorkQueue. getDispatcher()get the dispatcher being used for this queue.Constructors in net.sf.ehcache.constructs.refreshahead with parameters of type ThreadedWorkQueue.BatchWorker Constructor Description ThreadedWorkQueue(ThreadedWorkQueue.BatchWorker<W> dispatcher, int numberOfThreads, java.util.concurrent.ThreadFactory factory, int maximumQueueSize, int batchSize)Create a work queue where work is dispatched through the given dispatcher, which the specified number of threads.
-