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 CachedDataBinaryGetCommand. responseValueMethods 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 voidBaseBinaryCommand. fillExtras(CachedData data)protected voidBinaryAppendPrependCommand. fillExtras(CachedData data)protected voidBinaryAuthListMechanismsCommand. fillExtras(CachedData data)protected voidBinaryAuthStartCommand. fillExtras(CachedData data)protected voidBinaryAuthStepCommand. fillExtras(CachedData data)protected voidBinaryAWSElasticCacheConfigCommand. fillExtras(CachedData data)protected voidBinaryDeleteCommand. fillExtras(CachedData data)protected voidBinaryFlushAllCommand. fillExtras(CachedData data)protected voidBinaryGetAndTouchCommand. fillExtras(CachedData data)protected voidBinaryGetCommand. fillExtras(CachedData data)protected voidBinaryIncrDecrCommand. fillExtras(CachedData data)protected voidBinaryQuitCommand. fillExtras(CachedData data)protected voidBinaryStatsCommand. fillExtras(CachedData data)protected voidBinaryTouchCommand. fillExtras(CachedData data)protected voidBinaryVerbosityCommand. fillExtras(CachedData data)protected voidBinaryVersionCommand. fillExtras(CachedData data)private voidBaseBinaryCommand. fillHeader(CachedData data)protected voidBaseBinaryCommand. fillValue(CachedData data)protected voidBinaryAuthListMechanismsCommand. fillValue(CachedData data)protected voidBinaryAuthStartCommand. fillValue(CachedData data)protected voidBinaryAuthStepCommand. fillValue(CachedData data)protected voidBinaryAWSElasticCacheConfigCommand. fillValue(CachedData data)protected voidBinaryDeleteCommand. fillValue(CachedData data)protected voidBinaryFlushAllCommand. fillValue(CachedData data)protected voidBinaryGetCommand. fillValue(CachedData data)protected voidBinaryIncrDecrCommand. fillValue(CachedData data)protected voidBinaryQuitCommand. fillValue(CachedData data)protected voidBinaryStatsCommand. fillValue(CachedData data)protected voidBinaryTouchCommand. fillValue(CachedData data)protected voidBinaryVerbosityCommand. fillValue(CachedData data)protected voidBinaryVersionCommand. fillValue(CachedData data)protected intBaseBinaryCommand. getValueLength(CachedData data)protected intBinaryAuthListMechanismsCommand. getValueLength(CachedData data)protected intBinaryAuthStartCommand. getValueLength(CachedData data)protected intBinaryAuthStepCommand. getValueLength(CachedData data)protected intBinaryAWSElasticCacheConfigCommand. getValueLength(CachedData data)protected intBinaryDeleteCommand. getValueLength(CachedData data)protected intBinaryFlushAllCommand. getValueLength(CachedData data)protected intBinaryGetCommand. getValueLength(CachedData data)protected intBinaryIncrDecrCommand. getValueLength(CachedData data)protected intBinaryQuitCommand. getValueLength(CachedData data)protected intBinaryStatsCommand. getValueLength(CachedData data)protected intBinaryTouchCommand. getValueLength(CachedData data)protected intBinaryVerbosityCommand. getValueLength(CachedData data)protected intBinaryVersionCommand. 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 CachedDataKestrelSetCommand. 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. returnValuesMethods in net.rubyeye.xmemcached.command.text that return CachedData Modifier and Type Method Description protected CachedDataTextStoreCommand. 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 voidTextGetCommand. 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 CachedDataIntegerTranscoder. encode(java.lang.Integer l)CachedDataLongTranscoder. encode(java.lang.Long l)CachedDataSerializingTranscoder. encode(java.lang.Object o)CachedDataStringTranscoder. encode(java.lang.String o)CachedDataTokyoTyrantTranscoder. encode(java.lang.Object o)CachedDataTranscoder. encode(T o)Encode the given object for storage.CachedDataWhalinTranscoder. encode(java.lang.Object o)CachedDataWhalinV1Transcoder. encode(java.lang.Object o)Methods in net.rubyeye.xmemcached.transcoders with parameters of type CachedData Modifier and Type Method Description java.lang.IntegerIntegerTranscoder. decode(CachedData d)java.lang.LongLongTranscoder. decode(CachedData d)java.lang.ObjectSerializingTranscoder. decode(CachedData d)java.lang.StringStringTranscoder. decode(CachedData d)java.lang.ObjectTokyoTyrantTranscoder. decode(CachedData d)TTranscoder. decode(CachedData d)Decode the cached object into the object it represents.java.lang.ObjectWhalinTranscoder. decode(CachedData d)java.lang.ObjectWhalinV1Transcoder. decode(CachedData d)protected java.lang.ObjectSerializingTranscoder. decode0(CachedData cachedData, byte[] data, int flags)
-