Uses of Interface
net.spy.memcached.ops.OperationQueueFactory
-
Packages that use OperationQueueFactory Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfaces -
-
Uses of OperationQueueFactory in net.spy.memcached
Fields in net.spy.memcached declared as OperationQueueFactory Modifier and Type Field Description protected OperationQueueFactory
ConnectionFactoryBuilder. opQueueFactory
protected OperationQueueFactory
ConnectionFactoryBuilder. readQueueFactory
protected OperationQueueFactory
ConnectionFactoryBuilder. writeQueueFactory
Methods in net.spy.memcached with parameters of type OperationQueueFactory Modifier and Type Method Description ConnectionFactoryBuilder
ConnectionFactoryBuilder. setOpQueueFactory(OperationQueueFactory q)
ConnectionFactoryBuilder
ConnectionFactoryBuilder. setReadOpQueueFactory(OperationQueueFactory q)
Set the read queue factory.ConnectionFactoryBuilder
ConnectionFactoryBuilder. setWriteOpQueueFactory(OperationQueueFactory q)
Set the write queue factory. -
Uses of OperationQueueFactory in net.spy.memcached.ops
Classes in net.spy.memcached.ops that implement OperationQueueFactory Modifier and Type Class Description class
ArrayOperationQueueFactory
OperationQueueFactory that uses an ArrayBlockingQueue.class
LinkedOperationQueueFactory
OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation queues.
-