public class ConsistentHashingRouter$
extends java.lang.Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static ConsistentHashingRouter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ConsistentHashingRouter$() |
Modifier and Type | Method and Description |
---|---|
ConsistentHashingRouter |
apply(scala.collection.immutable.Iterable<ActorRef> routees)
Creates a new ConsistentHashingRouter, routing to the specified routees
|
ConsistentHashingRouter |
create(java.lang.Iterable<ActorRef> routees) |
public static final ConsistentHashingRouter$ MODULE$
public ConsistentHashingRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
public ConsistentHashingRouter create(java.lang.Iterable<ActorRef> routees)