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 TranscoderUtils
KestrelGetCommand. transcoderUtils
-
Uses of TranscoderUtils in net.rubyeye.xmemcached.transcoders
Fields in net.rubyeye.xmemcached.transcoders declared as TranscoderUtils Modifier and Type Field Description private TranscoderUtils
SerializingTranscoder. transcoderUtils
protected TranscoderUtils
PrimitiveTypeTranscoder. tu
private TranscoderUtils
WhalinTranscoder. tu
Methods in net.rubyeye.xmemcached.transcoders that return TranscoderUtils Modifier and Type Method Description TranscoderUtils
SerializingTranscoder. getTranscoderUtils()
-