net.spy.memcached.ops
Class LinkedOperationQueueFactory

java.lang.Object
  extended by net.spy.memcached.ops.LinkedOperationQueueFactory
All Implemented Interfaces:
OperationQueueFactory

public class LinkedOperationQueueFactory
extends java.lang.Object
implements OperationQueueFactory

OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation queues.


Constructor Summary
LinkedOperationQueueFactory()
           
 
Method Summary
 java.util.concurrent.BlockingQueue<Operation> create()
          Create an instance of a queue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedOperationQueueFactory

public LinkedOperationQueueFactory()
Method Detail

create

public java.util.concurrent.BlockingQueue<Operation> create()
Description copied from interface: OperationQueueFactory
Create an instance of a queue.

Specified by:
create in interface OperationQueueFactory


Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.