Class: Memcache::SegmentedServer

Inherits:
Server show all
Includes:
Segmented
Defined in:
lib/memcache/segmented.rb

Constant Summary

Constants included from Segmented

Memcache::Segmented::MAX_SIZE, Memcache::Segmented::PARTIAL_VALUE

Constants inherited from Server

Memcache::Server::CONNECT_TIMEOUT, Memcache::Server::DEFAULT_PORT, Memcache::Server::READ_RETRY_DELAY

Instance Attribute Summary

Attributes inherited from Server

#host, #port, #retry_at, #status

Attributes inherited from Base

#prefix

Method Summary

Methods included from Segmented

#add, #cas, #get, #replace, #set

Methods inherited from Server

#add, #alive?, #append, #cas, #clone, #close, #count, #decr, #delete, #flush_all, #get, #incr, #initialize, #inspect, #name, #prepend, #replace, #set, #stats, #strict_reads?

Methods inherited from Base

#add, #append, #cas, #clear, #decr, #gets, #incr, #prepend, #replace

Constructor Details

This class inherits a constructor from Memcache::Server