Uses of Interface
net.rubyeye.xmemcached.command.ServerAddressAware
-
Packages that use ServerAddressAware Package Description net.rubyeye.xmemcached.command.binary Memcached text protocol implementationsnet.rubyeye.xmemcached.command.text Memcached text protocol implementations -
-
Uses of ServerAddressAware in net.rubyeye.xmemcached.command.binary
Classes in net.rubyeye.xmemcached.command.binary that implement ServerAddressAware Modifier and Type Class Description class
BinaryStatsCommand
Stats command for binary protocolclass
BinaryVersionCommand
Version command for binary protocol -
Uses of ServerAddressAware in net.rubyeye.xmemcached.command.text
Classes in net.rubyeye.xmemcached.command.text that implement ServerAddressAware Modifier and Type Class Description class
TextStatsCachedumpCommand
class
TextStatsCommand
Stats command for text protocolclass
TextVersionCommand
Version command for text protocol
-