Class ClusterSingletonManager.Internal$.WasOldestData
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.WasOldestData
- All Implemented Interfaces:
Serializable,ClusterSingletonManager.Data,scala.Equals,scala.Product
- Enclosing class:
- ClusterSingletonManager.Internal$
public final class ClusterSingletonManager.Internal$.WasOldestData
extends Object
implements ClusterSingletonManager.Data, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWasOldestData(scala.Option<ActorRef> singleton, scala.Option<UniqueAddress> newOldestOption) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestDataapply(scala.Option<ActorRef> singleton, scala.Option<UniqueAddress> newOldestOption) booleanorg.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestDatacopy(scala.Option<ActorRef> singleton, scala.Option<UniqueAddress> newOldestOption) scala.Option<ActorRef>scala.Option<UniqueAddress>booleaninthashCode()scala.Option<UniqueAddress>intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Option<ActorRef>toString()static scala.Option<scala.Tuple2<scala.Option<ActorRef>,scala.Option<UniqueAddress>>> unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData 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
-
WasOldestData
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData apply(scala.Option<ActorRef> singleton, scala.Option<UniqueAddress> newOldestOption) -
unapply
public static scala.Option<scala.Tuple2<scala.Option<ActorRef>,scala.Option<UniqueAddress>>> unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData x$0) -
singleton
-
newOldestOption
-
copy
public org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.WasOldestData copy(scala.Option<ActorRef> singleton, scala.Option<UniqueAddress> newOldestOption) -
copy$default$1
-
copy$default$2
-
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
-