Uses of Interface
net.spy.memcached.NodeLocator
-
Packages that use NodeLocator Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of NodeLocator in net.spy.memcached
Classes in net.spy.memcached that implement NodeLocator Modifier and Type Class Description classArrayModNodeLocatorNodeLocator implementation for dealing with simple array lookups using a modulus of the hash code and node list length.classKetamaNodeLocatorThis is an implementation of the Ketama consistent hash strategy from last.fm.Fields in net.spy.memcached declared as NodeLocator Modifier and Type Field Description protected NodeLocatorMemcachedConnection. locatorTheNodeLocatorto use for this connection.Methods in net.spy.memcached that return NodeLocator Modifier and Type Method Description NodeLocatorConnectionFactory. createLocator(java.util.List<MemcachedNode> nodes)Create a NodeLocator instance for the given list of nodes.NodeLocatorDefaultConnectionFactory. createLocator(java.util.List<MemcachedNode> nodes)NodeLocatorKetamaConnectionFactory. createLocator(java.util.List<MemcachedNode> nodes)NodeLocatorMemcachedConnection. getLocator()Returns theNodeLocatorin use for this connection.NodeLocatorMemcachedClient. getNodeLocator()Get a read-only wrapper around the node locator wrapping this instance.NodeLocatorMemcachedClientIF. getNodeLocator()NodeLocatorArrayModNodeLocator. getReadonlyCopy()NodeLocatorKetamaNodeLocator. getReadonlyCopy()NodeLocatorNodeLocator. getReadonlyCopy()Create a read-only copy of this NodeLocator.
-