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.
 

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