Class WriteBehindQueueManager.WriteBehindQueueFactory

  • Enclosing class:
    WriteBehindQueueManager

    protected static class WriteBehindQueueManager.WriteBehindQueueFactory
    extends java.lang.Object
    Factory used to create write behind queues.
    • Constructor Detail

      • WriteBehindQueueFactory

        protected 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