FlushOperationImpl Class Reference

Inherits net::spy::memcached::protocol::ascii::OperationImpl, and net::spy::memcached::ops::FlushOperation.

Collaboration diagram for FlushOperationImpl:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 FlushOperationImpl (int d, OperationCallback cb)
void handleLine (String line)
void initialize ()

Private Attributes

final int delay

Static Private Attributes

static final byte[] FLUSH = "flush_all\r\n".getBytes()
static final OperationStatus OK


Detailed Description

Memcached flush_all operation.

Constructor & Destructor Documentation


Member Function Documentation

void handleLine ( String  line  )  [virtual]

Implements OperationImpl.

void initialize (  ) 

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

Implements Operation.


Member Data Documentation

final int delay [private]

final byte [] FLUSH = "flush_all\r\n".getBytes() [static, private]

final OperationStatus OK [static, private]

Initial value:

                new OperationStatus(true, "OK")


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

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