Uses of Interface
net.spy.memcached.NodeLocator

Packages that use NodeLocator
net.spy.memcached Memcached client and transformation utils 
 

Uses of NodeLocator in net.spy.memcached
 

Classes in net.spy.memcached that implement NodeLocator
 class ArrayModNodeLocator
          NodeLocator implementation for dealing with simple array lookups using a modulus of the hash code and node list length.
 class KetamaNodeLocator
          This is an implementation of the Ketama consistent hash strategy from last.fm.
 

Fields in net.spy.memcached declared as NodeLocator
protected  NodeLocator MemcachedConnection.locator
           
 

Methods in net.spy.memcached that return NodeLocator
 NodeLocator KetamaConnectionFactory.createLocator(java.util.List<MemcachedNode> nodes)
           
 NodeLocator DefaultConnectionFactory.createLocator(java.util.List<MemcachedNode> nodes)
           
 NodeLocator ConnectionFactory.createLocator(java.util.List<MemcachedNode> nodes)
          Create a NodeLocator instance for the given list of nodes.
 NodeLocator MemcachedConnection.getLocator()
          Get the node locator used by this connection.
 NodeLocator MemcachedClientIF.getNodeLocator()
           
 NodeLocator MemcachedClient.getNodeLocator()
          Get a read-only wrapper around the node locator wrapping this instance.
 NodeLocator NodeLocator.getReadonlyCopy()
          Create a read-only copy of this NodeLocator.
 NodeLocator KetamaNodeLocator.getReadonlyCopy()
           
 NodeLocator ArrayModNodeLocator.getReadonlyCopy()
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.