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)
           
 scala.PartialFunction<java.lang.Object,java.lang.Object> hashMappingAdapter(ConsistentHashingRouter.ConsistentHashMapper mapper)
          INTERNAL API
 
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

hashMappingAdapter

public scala.PartialFunction<java.lang.Object,java.lang.Object> hashMappingAdapter(ConsistentHashingRouter.ConsistentHashMapper mapper)
INTERNAL API

Parameters:
mapper - (undocumented)
Returns:
(undocumented)

apply

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

Parameters:
routees - (undocumented)
Returns:
(undocumented)

create

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