ehcache

Uses of Interface
net.sf.ehcache.constructs.refreshahead.ThreadedWorkQueue.BatchWorker

Packages that use ThreadedWorkQueue.BatchWorker
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
 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
ThreadedWorkQueue(ThreadedWorkQueue.BatchWorker<W> dispatcher, int numberOfThreads, ThreadFactory factory, int maximumQueueSize, int batchSize)
          Create a work queue where work is dispatched through the given dispatcher, which the specified number of threads.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.