Package org.apache.pekko.cluster.ddata
Class Replicator.DataDeleted<A extends ReplicatedData>
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.cluster.ddata.Replicator.DataDeleted<A>
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,Replicator.DeleteResponse<A>,scala.Equals,scala.Product,scala.util.control.NoStackTrace
- Enclosing class:
- Replicator
public static final class Replicator.DataDeleted<A extends ReplicatedData>
extends RuntimeException
implements scala.util.control.NoStackTrace, Replicator.DeleteResponse<A>, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends ReplicatedData>
Replicator.DataDeleted<A><A extends ReplicatedData>
Key<A><A extends ReplicatedData>
scala.Option<Object>booleaninthashCode()key()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Option<Object>request()toString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.util.control.NoStackTrace
fillInStackTraceMethods inherited from interface scala.Product
productElementNamesMethods inherited from interface org.apache.pekko.cluster.ddata.Replicator.DeleteResponse
getRequest
-
Constructor Details
-
DataDeleted
-
-
Method Details
-
key
- Specified by:
keyin interfaceReplicator.DeleteResponse<A extends ReplicatedData>
-
request
- Specified by:
requestin interfaceReplicator.DeleteResponse<A extends ReplicatedData>
-
toString
-
copy
public <A extends ReplicatedData> Replicator.DataDeleted<A> copy(Key<A> key, scala.Option<Object> request) -
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() -
equals
-