Package org.apache.pekko.cluster.ddata
Class Replicator.NotFound<A extends ReplicatedData>
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.GetResponse<A>
org.apache.pekko.cluster.ddata.Replicator.NotFound<A>
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,Replicator.ReplicatorMessage,scala.Equals,scala.Product
- Enclosing class:
- Replicator
public static final class Replicator.NotFound<A extends ReplicatedData>
extends Replicator.GetResponse<A>
implements Replicator.ReplicatorMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends ReplicatedData>
Replicator.NotFound<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 org.apache.pekko.cluster.ddata.Replicator.GetResponse
getRequestMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
NotFound
-
-
Method Details
-
key
- Specified by:
keyin classReplicator.GetResponse<A extends ReplicatedData>
-
request
- Specified by:
requestin classReplicator.GetResponse<A extends ReplicatedData>
-
copy
public <A extends ReplicatedData> Replicator.NotFound<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() -
toString
-
equals
-