net.spy.memcached.ops
Class LinkedOperationQueueFactory

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

public class LinkedOperationQueueFactory
extends Object
implements OperationQueueFactory

OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation queues.


Constructor Summary
LinkedOperationQueueFactory()
           
 
Method Summary
 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 BlockingQueue<Operation> create()
Description copied from interface: OperationQueueFactory
Create an instance of a queue.

Specified by:
create in interface OperationQueueFactory