Uses of Interface
net.rubyeye.xmemcached.command.MergeCommandsAware
-
Packages that use MergeCommandsAware 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 MergeCommandsAware in net.rubyeye.xmemcached.command.binary
Classes in net.rubyeye.xmemcached.command.binary that implement MergeCommandsAware Modifier and Type Class Description class
BinaryGetMultiCommand
A command for holding getkq commandsclass
BinarySetMultiCommand
A command for holding getkq commands -
Uses of MergeCommandsAware in net.rubyeye.xmemcached.command.kestrel
Classes in net.rubyeye.xmemcached.command.kestrel that implement MergeCommandsAware Modifier and Type Class Description class
KestrelGetCommand
Kestrel get command -
Uses of MergeCommandsAware in net.rubyeye.xmemcached.command.text
Classes in net.rubyeye.xmemcached.command.text that implement MergeCommandsAware 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
-