net.spy.memcached.ops
Class LinkedOperationQueueFactory
java.lang.Object
  
net.spy.memcached.ops.LinkedOperationQueueFactory
- All Implemented Interfaces: 
 - OperationQueueFactory
 
public class LinkedOperationQueueFactory
- extends Object
- implements OperationQueueFactory
  
OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation
 queues.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LinkedOperationQueueFactory
public LinkedOperationQueueFactory()
create
public BlockingQueue<Operation> create()
- Description copied from interface: 
OperationQueueFactory 
- Create an instance of a queue.
- Specified by:
 create in interface OperationQueueFactory