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 classBinaryGetMultiCommandA command for holding getkq commandsclassBinarySetMultiCommandA 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 classKestrelGetCommandKestrel 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 classTextGetCommandAbstract get command for text protocolclassTextGetMultiCommandBulk-get command for text protocolclassTextGetOneCommandGet command for text protocol
-