Package | Description |
---|---|
net.sf.ehcache.constructs.refreshahead |
Ehcache simple refresh-ahead cache decorator package
|
Modifier and Type | Method and Description |
---|---|
ThreadedWorkQueue.BatchWorker<W> |
ThreadedWorkQueue.getDispatcher()
get the dispatcher being used for this queue.
|
Constructor and Description |
---|
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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.