Package akka.routing

Class ConsistentHash$


  • public class ConsistentHash$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ConsistentHash$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsistentHash$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <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