Uses of Interface
net.rubyeye.xmemcached.command.AssocCommandAware

Packages that use AssocCommandAware
net.rubyeye.xmemcached.command.binary Memcached text protocol implementations 
net.rubyeye.xmemcached.command.kestrel Kestrel protocol implementations 
net.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
 class 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
 class KestrelGetCommand
          Kestrel get command
 

Uses of AssocCommandAware in net.rubyeye.xmemcached.command.text
 

Classes in net.rubyeye.xmemcached.command.text that implement AssocCommandAware
 class TextGetCommand
          Abstract get command for text protocol
 class TextGetMultiCommand
          Bulk-get command for text protocol
 class TextGetOneCommand
          Get command for text protocol
 



Copyright © 2011. All Rights Reserved.