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 class
BinaryGetAndTouchCommand
Binary GAT/GATQ commandclass
BinaryGetCommand
Implements 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 class
KestrelGetCommand
Kestrel 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 class
TextGetCommand
Abstract get command for text protocolclass
TextGetMultiCommand
Bulk-get command for text protocolclass
TextGetOneCommand
Get command for text protocol
-