public abstract class AbstractMemcacheObject extends Object implements MemcacheObject
The default MemcacheObject
implementation.
Modifier | Constructor and Description |
---|---|
protected |
AbstractMemcacheObject() |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
getDecoderResult()
Returns the result of decoding this message.
|
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this message.
|
public DecoderResult getDecoderResult()
MemcacheObject
Returns the result of decoding this message.
getDecoderResult
in interface MemcacheObject
public void setDecoderResult(DecoderResult result)
MemcacheObject
Updates the result of decoding this message.
Do not call this method unless you know what you are doing.
setDecoderResult
in interface MemcacheObject
Copyright © 2015 Couchbase, Inc.. All rights reserved.