Class WriteBehindQueueManager.WriteBehindQueueFactory
- java.lang.Object
-
- net.sf.ehcache.writer.writebehind.WriteBehindQueueManager.WriteBehindQueueFactory
-
- Enclosing class:
- WriteBehindQueueManager
protected static class WriteBehindQueueManager.WriteBehindQueueFactory extends java.lang.ObjectFactory used to create write behind queues.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWriteBehindQueueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WriteBehindcreateQueue(int index, CacheConfiguration config)Create a write behind queue stripe.
-
-
-
Method Detail
-
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
-
-