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()
MemcacheObjectReturns the result of decoding this message.
getDecoderResult in interface MemcacheObjectpublic void setDecoderResult(DecoderResult result)
MemcacheObjectUpdates the result of decoding this message.
Do not call this method unless you know what you are doing.
setDecoderResult in interface MemcacheObjectCopyright © 2016 Couchbase, Inc.. All rights reserved.