public class MemcachedRequest extends Object
response and responseStatus will be set by the filter when the response will be received.
And the filter will notify notify instance after it will complete the processing for the received message.| Modifier and Type | Class and Description |
|---|---|
static class |
MemcachedRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
fillExtras(org.glassfish.grizzly.Buffer buffer) |
long |
getCas() |
byte |
getDataType() |
Long |
getDelta() |
Integer |
getExpirationInSecs() |
byte |
getExtrasLength() |
Integer |
getFlags() |
Long |
getInitial() |
org.glassfish.grizzly.Buffer |
getKey() |
short |
getKeyLength() |
CommandOpcodes |
getOp() |
int |
getOpaque() |
Object |
getOriginKey() |
BufferWrapper.BufferType |
getOriginKeyType() |
org.glassfish.grizzly.Buffer |
getValue() |
int |
getValueLength() |
short |
getvBucketId() |
Integer |
getVerbosity() |
boolean |
hasExtras() |
boolean |
hasKey() |
boolean |
hasValue() |
boolean |
isNoReply() |
String |
toString() |
public boolean hasExtras()
public boolean hasKey()
public boolean hasValue()
public CommandOpcodes getOp()
public boolean isNoReply()
public int getOpaque()
public long getCas()
public byte getDataType()
public short getvBucketId()
public Integer getFlags()
public Long getDelta()
public Long getInitial()
public Integer getExpirationInSecs()
public Integer getVerbosity()
public BufferWrapper.BufferType getOriginKeyType()
public Object getOriginKey()
public org.glassfish.grizzly.Buffer getKey()
public org.glassfish.grizzly.Buffer getValue()
public byte getExtrasLength()
public void fillExtras(org.glassfish.grizzly.Buffer buffer)
public short getKeyLength()
public int getValueLength()
Copyright © 2015 Project Grizzly. All Rights Reserved.