DeleteOperationImpl Class Reference

Inherits net::spy::memcached::protocol::binary::OperationImpl, and net::spy::memcached::ops::DeleteOperation.

Collaboration diagram for DeleteOperationImpl:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeleteOperationImpl (String k, int w, long c, OperationCallback cb)
 DeleteOperationImpl (String k, int w, OperationCallback cb)
void initialize ()

Protected Member Functions

OperationStatus getStatusForErrorCode (int errCode, byte[] errPl)

Private Attributes

final long cas
final String key
final int when

Static Private Attributes

static final int CMD = 4


Constructor & Destructor Documentation

DeleteOperationImpl ( String  k,
int  w,
OperationCallback  cb 
)

DeleteOperationImpl ( String  k,
int  w,
long  c,
OperationCallback  cb 
)


Member Function Documentation

OperationStatus getStatusForErrorCode ( int  errCode,
byte[]  errPl 
) [protected]

Get the OperationStatus object for the given error code.

Parameters:
errCode the error code
Returns:
the status to return, or null if this is an exceptional case

Reimplemented from OperationImpl.

void initialize (  ) 

Initialize this operation. This is used to prepare output byte buffers and stuff.

Implements Operation.


Member Data Documentation

final long cas [private]

final int CMD = 4 [static, private]

final String key [private]

final int when [private]


The documentation for this class was generated from the following file:

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