Uses of Class
net.rubyeye.xmemcached.transcoders.TranscoderUtils
-
Packages that use TranscoderUtils Package Description net.rubyeye.xmemcached.command.kestrel Kestrel protocol implementationsnet.rubyeye.xmemcached.transcoders Transcoders convert data to and from data and flags,from spymemcached -
-
Uses of TranscoderUtils in net.rubyeye.xmemcached.command.kestrel
Fields in net.rubyeye.xmemcached.command.kestrel declared as TranscoderUtils Modifier and Type Field Description static TranscoderUtilsKestrelGetCommand. transcoderUtils -
Uses of TranscoderUtils in net.rubyeye.xmemcached.transcoders
Fields in net.rubyeye.xmemcached.transcoders declared as TranscoderUtils Modifier and Type Field Description private TranscoderUtilsSerializingTranscoder. transcoderUtilsprotected TranscoderUtilsPrimitiveTypeTranscoder. tuprivate TranscoderUtilsWhalinTranscoder. tuMethods in net.rubyeye.xmemcached.transcoders that return TranscoderUtils Modifier and Type Method Description TranscoderUtilsSerializingTranscoder. getTranscoderUtils()
-