akka.routing
Class ConsistentHashingRoutingLogic$

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

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

Java API to create router with the supplied 'routees' actors.

See Also:
Serialized Form

Field Summary
static ConsistentHashingRoutingLogic$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ConsistentHashingRoutingLogic$()
           
 
Method Summary
 Address defaultAddress(ActorSystem system)
          Address to use for the selfAddress parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ConsistentHashingRoutingLogic$

public ConsistentHashingRoutingLogic$()
Method Detail

defaultAddress

public Address defaultAddress(ActorSystem system)
Address to use for the selfAddress parameter