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) |
scala.PartialFunction<java.lang.Object,java.lang.Object> |
hashMappingAdapter(ConsistentHashingRouter.ConsistentHashMapper mapper)
INTERNAL API
|
public static final ConsistentHashingRouter$ MODULE$
public scala.PartialFunction<java.lang.Object,java.lang.Object> hashMappingAdapter(ConsistentHashingRouter.ConsistentHashMapper mapper)
mapper - (undocumented)public ConsistentHashingRouter apply(scala.collection.immutable.Iterable<ActorRef> routees)
routees - (undocumented)public ConsistentHashingRouter create(java.lang.Iterable<ActorRef> routees)