public abstract class BaseGetOpImpl extends BaseOperationImpl
Modifier and Type | Field and Description |
---|---|
protected static byte[] |
CRLF |
protected int |
exp |
callback, CANCELLED, notMyVbucketNodes, TIMED_OUT
Constructor and Description |
---|
BaseGetOpImpl(java.lang.String c,
int e,
OperationCallback cb,
java.lang.String k) |
BaseGetOpImpl(java.lang.String c,
OperationCallback cb,
java.util.Collection<java.lang.String> k) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterKeyBytes(java.nio.ByteBuffer b) |
protected int |
afterKeyBytesSize() |
byte[] |
getErrorMsg()
Returns the raw bytes of the error message content.
|
java.util.Collection<java.lang.String> |
getKeys()
Get the keys this GetOperation is looking for.
|
protected net.spy.memcached.protocol.ascii.OperationReadType |
getReadType() |
void |
handleLine(java.lang.String line) |
void |
handleRead(java.nio.ByteBuffer b)
Handle a raw data read.
|
void |
initialize()
Initialize this operation.
|
protected OperationStatus |
matchStatus(java.lang.String line,
OperationStatus... statii)
Match the status line provided against one of the given OperationStatus
objects.
|
void |
readFromBuffer(java.nio.ByteBuffer data)
Read data from the given byte buffer and dispatch to the appropriate read
mechanism.
|
protected void |
setArguments(java.nio.ByteBuffer bb,
java.lang.Object... args)
Set some arguments for an operation into the given byte buffer.
|
protected void |
setReadType(net.spy.memcached.protocol.ascii.OperationReadType to)
Set the read type of this operation.
|
java.lang.String |
toString() |
protected void |
wasCancelled()
This is called on each subclass whenever an operation was cancelled.
|
addClone, cancel, getBuffer, getCallback, getCloneCount, getException, getHandlingNode, getState, getWriteCompleteTimestamp, handleError, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, setBuffer, setCallback, setCloneCount, setHandlingNode, timeOut, transitionState, writeComplete, writing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClone, cancel, getBuffer, getCallback, getCloneCount, getException, getHandlingNode, getState, getWriteCompleteTimestamp, hasErrored, isCancelled, isTimedOut, isTimedOut, isTimedOutUnsent, setCloneCount, setHandlingNode, timeOut, writeComplete, writing
public BaseGetOpImpl(java.lang.String c, OperationCallback cb, java.util.Collection<java.lang.String> k)
public BaseGetOpImpl(java.lang.String c, int e, OperationCallback cb, java.lang.String k)
public final java.util.Collection<java.lang.String> getKeys()
public final void handleLine(java.lang.String line)
public final void handleRead(java.nio.ByteBuffer b)
Operation
handleRead
in interface Operation
handleRead
in class BaseOperationImpl
public final void initialize()
Operation
initialize
in interface Operation
initialize
in class BaseOperationImpl
protected int afterKeyBytesSize()
protected void afterKeyBytes(java.nio.ByteBuffer b)
protected final void wasCancelled()
BaseOperationImpl
wasCancelled
in class BaseOperationImpl
public java.lang.String toString()
toString
in class java.lang.Object
protected final OperationStatus matchStatus(java.lang.String line, OperationStatus... statii)
line
- the current linestatii
- several status objectsprotected final net.spy.memcached.protocol.ascii.OperationReadType getReadType()
protected final void setReadType(net.spy.memcached.protocol.ascii.OperationReadType to)
protected final void setArguments(java.nio.ByteBuffer bb, java.lang.Object... args)
public void readFromBuffer(java.nio.ByteBuffer data) throws java.io.IOException
Operation
readFromBuffer
in interface Operation
readFromBuffer
in class BaseOperationImpl
java.io.IOException
public byte[] getErrorMsg()
Operation
getErrorMsg
in interface Operation
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.