Class ClusterSingletonManager.Internal$.AcquireLeaseResult
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.AcquireLeaseResult
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,scala.Equals,scala.Product
- Enclosing class:
- ClusterSingletonManager.Internal$
public final class ClusterSingletonManager.Internal$.AcquireLeaseResult
extends Object
implements DeadLetterSuppression, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResultapply(boolean holdingLease) booleanorg.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResultcopy(boolean holdingLease) booleanbooleaninthashCode()booleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<Object>unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult 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
-
AcquireLeaseResult
public AcquireLeaseResult(boolean holdingLease)
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult apply(boolean holdingLease) -
unapply
public static scala.Option<Object> unapply(org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult x$0) -
holdingLease
public boolean holdingLease() -
copy
public org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.AcquireLeaseResult copy(boolean holdingLease) -
copy$default$1
public boolean 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
-