public abstract class AbstractMemcacheObject extends Object implements MemcacheObject
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
getDecoderResult
in interface MemcacheObject
public void setDecoderResult(DecoderResult result)
MemcacheObject
Do not call this method unless you know what you are doing.
setDecoderResult
in interface MemcacheObject
Copyright © 2021 Couchbase, Inc.. All rights reserved.