Uses of Class
net.rubyeye.xmemcached.transcoders.CachedData
-
Packages that use CachedData Package Description net.rubyeye.xmemcached.command Memcached protocol implementationsnet.rubyeye.xmemcached.command.binary Memcached text protocol implementationsnet.rubyeye.xmemcached.command.kestrel Kestrel protocol implementationsnet.rubyeye.xmemcached.command.text Memcached text protocol implementationsnet.rubyeye.xmemcached.transcoders Transcoders convert data to and from data and flags,from spymemcached -
-
Uses of CachedData in net.rubyeye.xmemcached.command
Methods in net.rubyeye.xmemcached.command that return types with arguments of type CachedData Modifier and Type Method Description java.util.Map<java.lang.String,CachedData>
MapReturnValueAware. getReturnValues()
-
Uses of CachedData in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as CachedData Modifier and Type Field Description private CachedData
BinaryGetCommand. responseValue
Methods in net.rubyeye.xmemcached.command.binary that return types with arguments of type CachedData Modifier and Type Method Description java.util.Map<java.lang.String,CachedData>
BinaryGetMultiCommand. getReturnValues()
Methods in net.rubyeye.xmemcached.command.binary with parameters of type CachedData Modifier and Type Method Description protected void
BaseBinaryCommand. fillExtras(CachedData data)
protected void
BinaryAppendPrependCommand. fillExtras(CachedData data)
protected void
BinaryAuthListMechanismsCommand. fillExtras(CachedData data)
protected void
BinaryAuthStartCommand. fillExtras(CachedData data)
protected void
BinaryAuthStepCommand. fillExtras(CachedData data)
protected void
BinaryAWSElasticCacheConfigCommand. fillExtras(CachedData data)
protected void
BinaryDeleteCommand. fillExtras(CachedData data)
protected void
BinaryFlushAllCommand. fillExtras(CachedData data)
protected void
BinaryGetAndTouchCommand. fillExtras(CachedData data)
protected void
BinaryGetCommand. fillExtras(CachedData data)
protected void
BinaryIncrDecrCommand. fillExtras(CachedData data)
protected void
BinaryQuitCommand. fillExtras(CachedData data)
protected void
BinaryStatsCommand. fillExtras(CachedData data)
protected void
BinaryTouchCommand. fillExtras(CachedData data)
protected void
BinaryVerbosityCommand. fillExtras(CachedData data)
protected void
BinaryVersionCommand. fillExtras(CachedData data)
private void
BaseBinaryCommand. fillHeader(CachedData data)
protected void
BaseBinaryCommand. fillValue(CachedData data)
protected void
BinaryAuthListMechanismsCommand. fillValue(CachedData data)
protected void
BinaryAuthStartCommand. fillValue(CachedData data)
protected void
BinaryAuthStepCommand. fillValue(CachedData data)
protected void
BinaryAWSElasticCacheConfigCommand. fillValue(CachedData data)
protected void
BinaryDeleteCommand. fillValue(CachedData data)
protected void
BinaryFlushAllCommand. fillValue(CachedData data)
protected void
BinaryGetCommand. fillValue(CachedData data)
protected void
BinaryIncrDecrCommand. fillValue(CachedData data)
protected void
BinaryQuitCommand. fillValue(CachedData data)
protected void
BinaryStatsCommand. fillValue(CachedData data)
protected void
BinaryTouchCommand. fillValue(CachedData data)
protected void
BinaryVerbosityCommand. fillValue(CachedData data)
protected void
BinaryVersionCommand. fillValue(CachedData data)
protected int
BaseBinaryCommand. getValueLength(CachedData data)
protected int
BinaryAuthListMechanismsCommand. getValueLength(CachedData data)
protected int
BinaryAuthStartCommand. getValueLength(CachedData data)
protected int
BinaryAuthStepCommand. getValueLength(CachedData data)
protected int
BinaryAWSElasticCacheConfigCommand. getValueLength(CachedData data)
protected int
BinaryDeleteCommand. getValueLength(CachedData data)
protected int
BinaryFlushAllCommand. getValueLength(CachedData data)
protected int
BinaryGetCommand. getValueLength(CachedData data)
protected int
BinaryIncrDecrCommand. getValueLength(CachedData data)
protected int
BinaryQuitCommand. getValueLength(CachedData data)
protected int
BinaryStatsCommand. getValueLength(CachedData data)
protected int
BinaryTouchCommand. getValueLength(CachedData data)
protected int
BinaryVerbosityCommand. getValueLength(CachedData data)
protected int
BinaryVersionCommand. getValueLength(CachedData data)
-
Uses of CachedData in net.rubyeye.xmemcached.command.kestrel
Methods in net.rubyeye.xmemcached.command.kestrel that return CachedData Modifier and Type Method Description protected CachedData
KestrelSetCommand. encodeValue()
-
Uses of CachedData in net.rubyeye.xmemcached.command.text
Fields in net.rubyeye.xmemcached.command.text with type parameters of type CachedData Modifier and Type Field Description protected java.util.Map<java.lang.String,CachedData>
TextGetCommand. returnValues
Methods in net.rubyeye.xmemcached.command.text that return CachedData Modifier and Type Method Description protected CachedData
TextStoreCommand. encodeValue()
Methods in net.rubyeye.xmemcached.command.text that return types with arguments of type CachedData Modifier and Type Method Description java.util.Map<java.lang.String,CachedData>
TextGetCommand. getReturnValues()
Method parameters in net.rubyeye.xmemcached.command.text with type arguments of type CachedData Modifier and Type Method Description void
TextGetCommand. setReturnValues(java.util.Map<java.lang.String,CachedData> returnValues)
-
Uses of CachedData in net.rubyeye.xmemcached.transcoders
Methods in net.rubyeye.xmemcached.transcoders that return CachedData Modifier and Type Method Description CachedData
IntegerTranscoder. encode(java.lang.Integer l)
CachedData
LongTranscoder. encode(java.lang.Long l)
CachedData
SerializingTranscoder. encode(java.lang.Object o)
CachedData
StringTranscoder. encode(java.lang.String o)
CachedData
TokyoTyrantTranscoder. encode(java.lang.Object o)
CachedData
Transcoder. encode(T o)
Encode the given object for storage.CachedData
WhalinTranscoder. encode(java.lang.Object o)
CachedData
WhalinV1Transcoder. encode(java.lang.Object o)
Methods in net.rubyeye.xmemcached.transcoders with parameters of type CachedData Modifier and Type Method Description java.lang.Integer
IntegerTranscoder. decode(CachedData d)
java.lang.Long
LongTranscoder. decode(CachedData d)
java.lang.Object
SerializingTranscoder. decode(CachedData d)
java.lang.String
StringTranscoder. decode(CachedData d)
java.lang.Object
TokyoTyrantTranscoder. decode(CachedData d)
T
Transcoder. decode(CachedData d)
Decode the cached object into the object it represents.java.lang.Object
WhalinTranscoder. decode(CachedData d)
java.lang.Object
WhalinV1Transcoder. decode(CachedData d)
protected java.lang.Object
SerializingTranscoder. decode0(CachedData cachedData, byte[] data, int flags)
-