- observe(String, long, int, ObserveOperation.Callback) - Method in interface net.spy.memcached.OperationFactory
-
Create an Observe operation.
- observe(String, long, int, ObserveOperation.Callback) - Method in class net.spy.memcached.protocol.ascii.AsciiOperationFactory
-
- observe(String, long, int, ObserveOperation.Callback) - Method in class net.spy.memcached.protocol.binary.BinaryOperationFactory
-
- ObserveOperation - Interface in net.spy.memcached.ops
-
Observe operation.
- ObserveOperation.Callback - Interface in net.spy.memcached.ops
-
Operation callback for the Observe request.
- ObserveResponse - Enum in net.spy.memcached
-
Response codes for a Observe operation.
- onComplete(F) - Method in interface net.spy.memcached.internal.GenericCompletionListener
-
This method will be executed once the future completes.
- Operation - Interface in net.spy.memcached.ops
-
Base interface for all operations.
- OperationCallback - Interface in net.spy.memcached.ops
-
Callback that's invoked with the response of an operation.
- OperationCompletionListener - Interface in net.spy.memcached.internal
-
A listener that will be notified once the operation future completes.
- OperationErrorType - Enum in net.spy.memcached.ops
-
Error classification.
- OperationException - Exception in net.spy.memcached.ops
-
Exceptions thrown when protocol errors occur.
- OperationException() - Constructor for exception net.spy.memcached.ops.OperationException
-
General exception (no message).
- OperationException(OperationErrorType, String) - Constructor for exception net.spy.memcached.ops.OperationException
-
Exception with a message.
- OperationFactory - Interface in net.spy.memcached
-
Factory that builds operations for protocol handlers.
- OperationFuture<T> - Class in net.spy.memcached.internal
-
Managed future for operations.
- OperationFuture(String, CountDownLatch, long, ExecutorService) - Constructor for class net.spy.memcached.internal.OperationFuture
-
Create an OperationFuture for a given async operation.
- OperationFuture(String, CountDownLatch, AtomicReference<T>, long, ExecutorService) - Constructor for class net.spy.memcached.internal.OperationFuture
-
Create an OperationFuture for a given async operation.
- OperationImpl - Class in net.spy.memcached.protocol.binary
-
Base class for binary operations.
- OperationNotSupportedException - Exception in net.spy.memcached
-
- OperationNotSupportedException(String) - Constructor for exception net.spy.memcached.OperationNotSupportedException
-
- OperationNotSupportedException(String, Throwable) - Constructor for exception net.spy.memcached.OperationNotSupportedException
-
- OperationQueueFactory - Interface in net.spy.memcached.ops
-
Factory used for creating operation queues.
- OperationState - Enum in net.spy.memcached.ops
-
State of this operation.
- OperationStatus - Class in net.spy.memcached.ops
-
Status indicator.
- OperationStatus(boolean, String) - Constructor for class net.spy.memcached.ops.OperationStatus
-
- OperationStatus(boolean, String, StatusCode) - Constructor for class net.spy.memcached.ops.OperationStatus
-
- OperationTimeoutException - Exception in net.spy.memcached
-
- OperationTimeoutException(String) - Constructor for exception net.spy.memcached.OperationTimeoutException
-
- OperationTimeoutException(String, Throwable) - Constructor for exception net.spy.memcached.OperationTimeoutException
-
- opSucceeded(Operation) - Static method in class net.spy.memcached.MemcachedConnection
-
Reset the timeout counter for the given handling node.
- opTimedOut(Operation) - Static method in class net.spy.memcached.MemcachedConnection
-
Increase the timeout counter for the given handling node.
- OptimizedSetImpl - Class in net.spy.memcached.protocol.binary
-
Optimized Set operation for folding a bunch of sets together.
- OptimizedSetImpl(CASOperation) - Constructor for class net.spy.memcached.protocol.binary.OptimizedSetImpl
-
Construct an optimized get starting with the given get operation.