Class ClusterSingletonManager.Internal$.BecomingOldestData
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.BecomingOldestData
- All Implemented Interfaces:
Serializable,ClusterSingletonManager.Data,scala.Equals,scala.Product
- Enclosing class:
- ClusterSingletonManager.Internal$
public final class ClusterSingletonManager.Internal$.BecomingOldestData
extends Object
implements ClusterSingletonManager.Data, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBecomingOldestData(scala.collection.immutable.List<UniqueAddress> previousOldest) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestDataapply(scala.collection.immutable.List<UniqueAddress> previousOldest) booleanorg.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestDatacopy(scala.collection.immutable.List<UniqueAddress> previousOldest) scala.collection.immutable.List<UniqueAddress>booleaninthashCode()scala.collection.immutable.List<UniqueAddress>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.BecomingOldestData 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
-
BecomingOldestData
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData apply(scala.collection.immutable.List<UniqueAddress> previousOldest) -
unapply
public static scala.Option<scala.collection.immutable.List<UniqueAddress>> unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData x$0) -
previousOldest
-
copy
public org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.BecomingOldestData copy(scala.collection.immutable.List<UniqueAddress> previousOldest) -
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
-