akka.routing
Class ConsistentHash$

java.lang.Object
  extended by akka.routing.ConsistentHash$

public class ConsistentHash$
extends java.lang.Object


Field Summary
static ConsistentHash$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ConsistentHash$()
           
 
Method Summary
<T> ConsistentHash<T>
apply(scala.collection.Iterable<T> nodes, int virtualNodesFactor, scala.reflect.ClassTag<T> evidence$2)
           
<T> ConsistentHash<T>
create(java.lang.Iterable<T> nodes, int virtualNodesFactor)
          Java API: Factory method to create a ConsistentHash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ConsistentHash$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ConsistentHash$

public ConsistentHash$()
Method Detail

apply

public <T> ConsistentHash<T> apply(scala.collection.Iterable<T> nodes,
                                   int virtualNodesFactor,
                                   scala.reflect.ClassTag<T> evidence$2)

create

public <T> ConsistentHash<T> create(java.lang.Iterable<T> nodes,
                                    int virtualNodesFactor)
Java API: Factory method to create a ConsistentHash