| Name | Description | Type | Package | Framework |
| ArrayOperationQueueFactory | OperationQueueFactory that uses an ArrayBlockingQueue. | Class | net.spy.memcached.ops | SpyMemCached |
| BaseOperationFactory | Base class for operation factories. | Class | net.spy.memcached.ops | SpyMemCached |
| CancelledOperationStatus | Operation status indicating an operation was cancelled. | Class | net.spy.memcached.ops | SpyMemCached |
| CASOperation | Operation that represents compare-and-swap. | Interface | net.spy.memcached.ops | SpyMemCached |
| CASOperationStatus | OperationStatus subclass for indicating CAS status. | Class | net.spy.memcached.ops | SpyMemCached |
| ConcatenationOperation | ConcatenationOperation is used to append or prepend data to an existing object in the cache. | Interface | net.spy.memcached.ops | SpyMemCached |
| ConcatenationType | enum ConcatenationTypeextends Enum | Class | net.spy.memcached.ops | SpyMemCached |
| DeleteOperation | Methods inherited from interface net. | Interface | net.spy.memcached.ops | SpyMemCached |
| FlushOperation | Flush operation marker. | Interface | net.spy.memcached.ops | SpyMemCached |
| GetOperation | Interface | net.spy.memcached.ops | SpyMemCached | |
| GetOperation .Callback | Operation callback for the get request. | Interface | net.spy.memcached.ops.GetOperation | SpyMemCached |
| GetsOperation | Gets operation (get with CAS identifier support). | Interface | net.spy.memcached.ops | SpyMemCached |
| GetsOperation .Callback | Operation callback for the Gets request. | Interface | net.spy.memcached.ops.GetsOperation | SpyMemCached |
| KeyedOperation | Operations that contain keys. | Interface | net.spy.memcached.ops | SpyMemCached |
| LinkedOperationQueueFactory | OperationQueueFactory that creates LinkedBlockingQueue (unbounded) operationConstructor SummaryLinkedOperationQueueFactory() | Class | net.spy.memcached.ops | SpyMemCached |
| MultiGetOperationCallback | MultiOperationCallback for get operations. | Class | net.spy.memcached.ops | SpyMemCached |
| MultiGetsOperationCallback | MultiOperationCallback for get operations. | Class | net.spy.memcached.ops | SpyMemCached |
| MultiOperationCallback | An operation callback that will capture receivedStatus and complete invocations and dispatch to a single callback. | Class | net.spy.memcached.ops | SpyMemCached |
| Mutator | enum Mutatorextends Enum | Class | net.spy.memcached.ops | SpyMemCached |
| MutatorOperation | incr and decr operations. | Interface | net.spy.memcached.ops | SpyMemCached |
| NoopOperation | Methods inherited from interface net. | Interface | net.spy.memcached.ops | SpyMemCached |
| Operation | Base interface for all operations. | Interface | net.spy.memcached.ops | SpyMemCached |
| OperationCallback | Callback that's invoked with the response of an operation. | Interface | net.spy.memcached.ops | SpyMemCached |
| OperationErrorType | enum OperationErrorTypeextends Enum | Class | net.spy.memcached.ops | SpyMemCached |
| OperationException | Exceptions thrown when protocol errors occur. | Class | net.spy.memcached.ops | SpyMemCached |
| OperationQueueFactory | Factory used for creating operation queues. | Interface | net.spy.memcached.ops | SpyMemCached |
| OperationState | enum OperationStateextends Enum | Class | net.spy.memcached.ops | SpyMemCached |
| OperationStatus | Class | net.spy.memcached.ops | SpyMemCached | |
| StatsOperation | Stats fetching operation. | Interface | net.spy.memcached.ops | SpyMemCached |
| StatsOperation .Callback | Callback for stats operation. | Interface | net.spy.memcached.ops.StatsOperation | SpyMemCached |
| StoreOperation | Operation that represents object storage. | Interface | net.spy.memcached.ops | SpyMemCached |
| StoreType | enum StoreTypeextends Enum | Class | net.spy.memcached.ops | SpyMemCached |
| VersionOperation | Methods inherited from interface net. | Interface | net.spy.memcached.ops | SpyMemCached |