Module: Continuum (MemCache)

Overview
Module Structure
Class Hierarchy
Constants
Continuum::POINTS_PER_SERVER
Module Methods
Continuum.binary_search / 3
is a submodule of
class: MemCache   
is modularized into
class: Entry   
has properties
constant: POINTS_PER_SERVER   
module method: binary_search / 3   
is defined at
#1069 in active_support/vendor/memcache-client-1.7.4/memcache.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: MemCache
✗ module: Continuum
class: Entry     

Class Hierarchy

Object ( Builtin-Module )
  MemCache     
  Entry ( MemCache::Continuum )   

Constants

Continuum::POINTS_PER_SERVER

#1070 in active_support/vendor/memcache-client-1.7.4/memcache.rb

POINTS_PER_SERVER = 160 # this is the default in libmemcached   

Module Methods

Continuum.binary_search / 3

#1073 in active_support/vendor/memcache-client-1.7.4/memcache.rb

binary_search ( ary ,
  value ,
  &block )