Class ClusterSingletonManager.Internal$.YoungerData
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.YoungerData
- All Implemented Interfaces:
Serializable,ClusterSingletonManager.Data,scala.Equals,scala.Product
- Enclosing class:
- ClusterSingletonManager.Internal$
public final class ClusterSingletonManager.Internal$.YoungerData
extends Object
implements ClusterSingletonManager.Data, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerDataapply(scala.collection.immutable.List<UniqueAddress> oldest) booleanorg.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerDatacopy(scala.collection.immutable.List<UniqueAddress> oldest) scala.collection.immutable.List<UniqueAddress>booleaninthashCode()scala.collection.immutable.List<UniqueAddress>oldest()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.collection.immutable.List<UniqueAddress>>unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
YoungerData
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData apply(scala.collection.immutable.List<UniqueAddress> oldest) -
unapply
public static scala.Option<scala.collection.immutable.List<UniqueAddress>> unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData x$0) -
oldest
-
copy
public org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.YoungerData copy(scala.collection.immutable.List<UniqueAddress> oldest) -
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-