Package net.spy.memcached.ops


Classes

class  CancelledOperationStatus
interface  CASOperation
class  CASOperationStatus
interface  ConcatenationOperation
interface  DeleteOperation
interface  FlushOperation
interface  GetOperation
interface  GetsOperation
interface  MutatatorOperation
interface  NoopOperation
interface  Operation
interface  OperationCallback
class  OperationException
class  OperationStatus
interface  StatsOperation
interface  StoreOperation
interface  VersionOperation

Enumerations

enum  ConcatenationType { append, prepend }
enum  Mutator { incr, decr }
enum  OperationErrorType { GENERAL, CLIENT, SERVER }
enum  OperationState { WRITING, READING, COMPLETE }
enum  StoreType { set, add, replace }

Enumeration Type Documentation

Types of concatenation operations.

Enumerator:
append  Concatenate supplied data to the end of the existing data.
prepend  Concatenate existing data onto the end of the supplied data.

enum Mutator

Type of mutation to perform.

Enumerator:
incr  Increment a value on the memcached server.
decr  Decrement a value on the memcached server.

Error classification.

Enumerator:
GENERAL  General error.
CLIENT  Error that occurred because the client did something stupid.
SERVER  Error that occurred because the server did something stupid.

State of this operation.

Enumerator:
WRITING  State indicating this operation is writing data to the server.
READING  State indicating this operation is reading data from the server.
COMPLETE  State indicating this operation is complete.

enum StoreType

The type of storage operation to perform.

Enumerator:
set  Unconditionally store a value in the cache.
add  Store a value in the cache iff there is not already something stored for the given key.
replace  Store a value in the cache iff there is already something stored for the given key.


Generated on Sat May 26 06:43:37 2012 for Project Wonder by  doxygen 1.5.8