akka.routing
Class ConsistentHashingRouter$

java.lang.Object
  extended by akka.routing.ConsistentHashingRouter$
All Implemented Interfaces:
java.io.Serializable

public class ConsistentHashingRouter$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static ConsistentHashingRouter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ConsistentHashingRouter$()
           
 
Method Summary
 ConsistentHashingRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
          Creates a new ConsistentHashingRouter, routing to the specified routees
 ConsistentHashingRouter create(java.lang.Iterable<ActorRef> routees)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ConsistentHashingRouter$

public ConsistentHashingRouter$()
Method Detail

apply

public ConsistentHashingRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
Creates a new ConsistentHashingRouter, routing to the specified routees


create

public ConsistentHashingRouter create(java.lang.Iterable<ActorRef> routees)