Package org.apache.pekko.cluster
Class ClusterEvent.CurrentClusterState$
java.lang.Object
scala.runtime.AbstractFunction5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,scala.collection.immutable.Map<String,scala.Option<Address>>,ClusterEvent.CurrentClusterState>
org.apache.pekko.cluster.ClusterEvent.CurrentClusterState$
- All Implemented Interfaces:
Serializable,scala.Function5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>, scala.collection.immutable.Set<Address>, scala.Option<Address>, scala.collection.immutable.Map<String, scala.Option<Address>>, ClusterEvent.CurrentClusterState>
- Enclosing class:
- ClusterEvent
public static class ClusterEvent.CurrentClusterState$
extends scala.runtime.AbstractFunction5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>,scala.collection.immutable.Set<Address>,scala.Option<Address>,scala.collection.immutable.Map<String,scala.Option<Address>>,ClusterEvent.CurrentClusterState>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterEvent.CurrentClusterState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.collection.immutable.SortedSet<Member> members, scala.collection.immutable.Set<Member> unreachable, scala.collection.immutable.Set<Address> seenBy, scala.Option<Address> leader, scala.collection.immutable.Map<String, scala.Option<Address>> roleLeaderMap) scala.collection.immutable.SortedSet<Member>scala.collection.immutable.Set<Member>scala.collection.immutable.Set<Address>scala.Option<Address>scala.Option<scala.Tuple5<scala.collection.immutable.SortedSet<Member>,scala.collection.immutable.Set<Member>, scala.collection.immutable.Set<Address>, scala.Option<Address>, scala.collection.immutable.Map<String, scala.Option<Address>>>> Methods inherited from class scala.runtime.AbstractFunction5
curried, toString, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CurrentClusterState$
public CurrentClusterState$()
-
-
Method Details
-
apply
public ClusterEvent.CurrentClusterState apply(scala.collection.immutable.SortedSet<Member> members, scala.collection.immutable.Set<Member> unreachable, scala.collection.immutable.Set<Address> seenBy, scala.Option<Address> leader, scala.collection.immutable.Map<String, scala.Option<Address>> roleLeaderMap) -
apply$default$1
-
apply$default$2
-
apply$default$3
-
apply$default$4
-
apply$default$5
-
unapply
-