Package org.apache.pekko.routing
Class ConsistentHashingGroup$
- All Implemented Interfaces:
Serializable,scala.Function4<scala.collection.immutable.Iterable<String>,Object, scala.PartialFunction<Object, Object>, String, ConsistentHashingGroup>
public class ConsistentHashingGroup$
extends scala.runtime.AbstractFunction4<scala.collection.immutable.Iterable<String>,Object,scala.PartialFunction<Object,Object>,String,ConsistentHashingGroup>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConsistentHashingGroup$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintapply(scala.collection.immutable.Iterable<String> paths, int virtualNodesFactor, scala.PartialFunction<Object, Object> hashMapping, String routerDispatcher) intfinal StringtoString()scala.Option<scala.Tuple4<scala.collection.immutable.Iterable<String>,Object, scala.PartialFunction<Object, Object>, String>> Methods inherited from class scala.runtime.AbstractFunction4
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function4
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ConsistentHashingGroup$
public ConsistentHashingGroup$()
-
-
Method Details
-
$lessinit$greater$default$2
public int $lessinit$greater$default$2() -
$lessinit$greater$default$3
-
$lessinit$greater$default$4
-
toString
- Specified by:
toStringin interfacescala.Function4<scala.collection.immutable.Iterable<String>,Object, scala.PartialFunction<Object, Object>, String, ConsistentHashingGroup> - Overrides:
toStringin classscala.runtime.AbstractFunction4<scala.collection.immutable.Iterable<String>,Object, scala.PartialFunction<Object, Object>, String, ConsistentHashingGroup>
-
apply
public ConsistentHashingGroup apply(scala.collection.immutable.Iterable<String> paths, int virtualNodesFactor, scala.PartialFunction<Object, Object> hashMapping, String routerDispatcher) -
apply$default$2
public int apply$default$2() -
apply$default$3
-
apply$default$4
-
unapply
-