Uses of Package
net.rubyeye.xmemcached.command

Packages that use net.rubyeye.xmemcached.command
net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers. 
net.rubyeye.xmemcached.command Memcached protocol implementations 
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 
net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. 
net.rubyeye.xmemcached.monitor JMX MBean Server and MBeans for monitor and statistics 
net.rubyeye.xmemcached.networking Networking layout to talk with memcached. 
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached
Command
          Abstract Memcached Command
CommandType
          Command Type for memcached protocol.
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.command
Command
          Abstract Memcached Command
CommandType
          Command Type for memcached protocol.
OperationStatus
          Command status.
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.command.binary
AssocCommandAware
          Assoc commands aware interface.Association commands mean that commands has the same key.
Command
          Abstract Memcached Command
CommandType
          Command Type for memcached protocol.
MapReturnValueAware
          Command which implement this interface,it's return value is a map
MergeCommandsAware
          Merge commands aware interface.Merge commands mean that merge get commands to a bulk-get commands.
ServerAddressAware
          Server address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.command.kestrel
AssocCommandAware
          Assoc commands aware interface.Association commands mean that commands has the same key.
Command
          Abstract Memcached Command
CommandType
          Command Type for memcached protocol.
MapReturnValueAware
          Command which implement this interface,it's return value is a map
MergeCommandsAware
          Merge commands aware interface.Merge commands mean that merge get commands to a bulk-get commands.
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.command.text
AssocCommandAware
          Assoc commands aware interface.Association commands mean that commands has the same key.
Command
          Abstract Memcached Command
CommandType
          Command Type for memcached protocol.
MapReturnValueAware
          Command which implement this interface,it's return value is a map
MergeCommandsAware
          Merge commands aware interface.Merge commands mean that merge get commands to a bulk-get commands.
ServerAddressAware
          Server address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.
VerbosityCommand
          Abstract verbosity command for text protocol
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.impl
Command
          Abstract Memcached Command
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.monitor
CommandType
          Command Type for memcached protocol.
 

Classes in net.rubyeye.xmemcached.command used by net.rubyeye.xmemcached.networking
Command
          Abstract Memcached Command
 



Copyright © 2011. All Rights Reserved.