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 OperationQueueFactoryConnectionFactoryBuilder. opQueueFactoryprotected OperationQueueFactoryConnectionFactoryBuilder. readQueueFactoryprotected OperationQueueFactoryConnectionFactoryBuilder. writeQueueFactoryMethods in net.spy.memcached with parameters of type OperationQueueFactory Modifier and Type Method Description ConnectionFactoryBuilderConnectionFactoryBuilder. setOpQueueFactory(OperationQueueFactory q)ConnectionFactoryBuilderConnectionFactoryBuilder. setReadOpQueueFactory(OperationQueueFactory q)Set the read queue factory.ConnectionFactoryBuilderConnectionFactoryBuilder. 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 classArrayOperationQueueFactoryOperationQueueFactory that uses an ArrayBlockingQueue.classLinkedOperationQueueFactoryOperationQueueFactory that creates LinkedBlockingQueue (unbounded) operation queues.
-