@UnstableApi public abstract class AbstractMemcacheObject extends AbstractReferenceCounted implements MemcacheObject
MemcacheObject
implementation.Modifier and Type | Field and Description |
---|---|
private DecoderResult |
decoderResult |
Modifier | Constructor and Description |
---|---|
protected |
AbstractMemcacheObject() |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
decoderResult()
Returns the result of decoding this object.
|
void |
setDecoderResult(DecoderResult result)
Updates the result of decoding this object.
|
deallocate, refCnt, release, release, retain, retain, setRefCnt, touch
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
touch
private DecoderResult decoderResult
public DecoderResult decoderResult()
DecoderResultProvider
decoderResult
in interface DecoderResultProvider
public void setDecoderResult(DecoderResult result)
DecoderResultProvider
setDecoderResult
in interface DecoderResultProvider