Uses of Class
net.rubyeye.xmemcached.transcoders.CachedData
Packages that use CachedData
Package
Description
Memcached protocol implementations
Memcached text protocol implementations
Kestrel protocol implementations
Memcached text protocol implementations
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 -
Uses of CachedData in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as CachedDataMethods in net.rubyeye.xmemcached.command.binary that return types with arguments of type CachedDataMethods in net.rubyeye.xmemcached.command.binary with parameters of type CachedDataModifier and TypeMethodDescriptionprotected 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 -
Uses of CachedData in net.rubyeye.xmemcached.command.text
Fields in net.rubyeye.xmemcached.command.text with type parameters of type CachedDataMethods in net.rubyeye.xmemcached.command.text that return CachedDataMethods in net.rubyeye.xmemcached.command.text that return types with arguments of type CachedDataMethod parameters in net.rubyeye.xmemcached.command.text with type arguments of type CachedDataModifier and TypeMethodDescriptionfinal voidTextGetCommand.setReturnValues(Map<String, CachedData> returnValues) -
Uses of CachedData in net.rubyeye.xmemcached.transcoders
Methods in net.rubyeye.xmemcached.transcoders that return CachedDataModifier and TypeMethodDescriptionfinal CachedDatafinal CachedDataEncode the given object for storage.Methods in net.rubyeye.xmemcached.transcoders with parameters of type CachedDataModifier and TypeMethodDescriptionIntegerTranscoder.decode(CachedData d) LongTranscoder.decode(CachedData d) final ObjectSerializingTranscoder.decode(CachedData d) StringTranscoder.decode(CachedData d) final ObjectTokyoTyrantTranscoder.decode(CachedData d) Transcoder.decode(CachedData d) Decode the cached object into the object it represents.WhalinTranscoder.decode(CachedData d) WhalinV1Transcoder.decode(CachedData d) protected final ObjectSerializingTranscoder.decode0(CachedData cachedData, byte[] data, int flags)