ehcache

net.sf.ehcache.writer.writebehind
Class WriteBehindQueueManager.WriteBehindQueueFactory

java.lang.Object
  extended by net.sf.ehcache.writer.writebehind.WriteBehindQueueManager.WriteBehindQueueFactory
Enclosing class:
WriteBehindQueueManager

protected static class WriteBehindQueueManager.WriteBehindQueueFactory
extends Object

Factory used to create write behind queues.


Constructor Summary
protected WriteBehindQueueManager.WriteBehindQueueFactory()
           
 
Method Summary
protected  WriteBehind createQueue(int index, CacheConfiguration config)
          Create a write behind queue stripe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteBehindQueueManager.WriteBehindQueueFactory

protected WriteBehindQueueManager.WriteBehindQueueFactory()
Method Detail

createQueue

protected WriteBehind createQueue(int index,
                                  CacheConfiguration config)
Create a write behind queue stripe.

Parameters:
index - index of the stripe
config - cache configuration for the cache this queue will be associated with.
Returns:
a write behind queue

ehcache

Copyright 2001-2014, Terracotta, Inc.