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 classBinaryStatsCommandStats command for binary protocolclassBinaryVersionCommandVersion 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 classTextStatsCachedumpCommandclassTextStatsCommandStats command for text protocolclassTextVersionCommandVersion command for text protocol
-