Uses of Interface
net.rubyeye.xmemcached.command.AssocCommandAware
-
Packages that use AssocCommandAware Package Description net.rubyeye.xmemcached.command.binary Memcached text protocol implementationsnet.rubyeye.xmemcached.command.kestrel Kestrel protocol implementationsnet.rubyeye.xmemcached.command.text Memcached text protocol implementations -
-
Uses of AssocCommandAware in net.rubyeye.xmemcached.command.binary
Classes in net.rubyeye.xmemcached.command.binary that implement AssocCommandAware Modifier and Type Class Description classBinaryGetAndTouchCommandBinary GAT/GATQ commandclassBinaryGetCommandImplements get/getq,getk/getkq protocol -
Uses of AssocCommandAware in net.rubyeye.xmemcached.command.kestrel
Classes in net.rubyeye.xmemcached.command.kestrel that implement AssocCommandAware Modifier and Type Class Description classKestrelGetCommandKestrel get command -
Uses of AssocCommandAware in net.rubyeye.xmemcached.command.text
Classes in net.rubyeye.xmemcached.command.text that implement AssocCommandAware Modifier and Type Class Description classTextGetCommandAbstract get command for text protocolclassTextGetMultiCommandBulk-get command for text protocolclassTextGetOneCommandGet command for text protocol
-