net.sf.ehcache.writer.writebehind
Class WriteBehindQueueManager.WriteBehindQueueFactory
java.lang.Object
net.sf.ehcache.writer.writebehind.WriteBehindQueueManager.WriteBehindQueueFactory
- Enclosing class:
- WriteBehindQueueManager
protected static class WriteBehindQueueManager.WriteBehindQueueFactory
- extends Object
Factory used to create write behind queues.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteBehindQueueManager.WriteBehindQueueFactory
protected WriteBehindQueueManager.WriteBehindQueueFactory()
createQueue
protected WriteBehind createQueue(int index,
CacheConfiguration config)
- Create a write behind queue stripe.
- Parameters:
index
- index of the stripeconfig
- cache configuration for the cache this queue will be associated with.
- Returns:
- a write behind queue
Copyright 2001-2014, Terracotta, Inc.