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 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 -
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 void
TextGetCommand.setReturnValues
(Map<String, CachedData> returnValues) -
Uses of CachedData in net.rubyeye.xmemcached.transcoders
Methods in net.rubyeye.xmemcached.transcoders that return CachedDataModifier and TypeMethodDescriptionfinal CachedData
final CachedData
Encode 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 Object
SerializingTranscoder.decode
(CachedData d) StringTranscoder.decode
(CachedData d) final Object
TokyoTyrantTranscoder.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 Object
SerializingTranscoder.decode0
(CachedData cachedData, byte[] data, int flags)