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

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)
           
 
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)