Class MemcachedOperationQueueFactory

java.lang.Object
org.apache.druid.client.cache.MemcachedOperationQueueFactory
All Implemented Interfaces:
net.spy.memcached.ops.OperationQueueFactory

public class MemcachedOperationQueueFactory extends Object implements net.spy.memcached.ops.OperationQueueFactory
  • Field Details

    • maxQueueSize

      public final long maxQueueSize
  • Constructor Details

    • MemcachedOperationQueueFactory

      public MemcachedOperationQueueFactory(long maxQueueSize)
  • Method Details

    • create

      public BlockingQueue<net.spy.memcached.ops.Operation> create()
      Specified by:
      create in interface net.spy.memcached.ops.OperationQueueFactory