Package org.apache.pekko.cluster.ddata
Class Replicator.Internal$.Gossip
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.Internal$.Gossip
- All Implemented Interfaces:
Serializable,Replicator.ReplicatorMessage,scala.Equals,scala.Product
- Enclosing class:
- Replicator.Internal$
public final class Replicator.Internal$.Gossip
extends Object
implements Replicator.ReplicatorMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.ddata.Replicator.Internal.Gossipapply(scala.collection.immutable.Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> updatedData, boolean sendBack, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) booleanorg.apache.pekko.cluster.ddata.Replicator.Internal.Gossipcopy(scala.collection.immutable.Map<String, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> updatedData, boolean sendBack, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> booleanscala.Option<Object>scala.Option<Object>booleanscala.Option<Object>inthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>booleansendBack()toString()scala.Option<Object>static scala.Option<scala.Tuple4<scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>, Object, scala.Option<Object>, scala.Option<Object>>> unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Gossip x$0) scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Gossip
-
-
Method Details
-
apply
-
unapply
-
updatedData
public scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> updatedData() -
sendBack
public boolean sendBack() -
toSystemUid
-
fromSystemUid
-
copy
-
copy$default$1
public scala.collection.immutable.Map<String,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> copy$default$1() -
copy$default$2
public boolean copy$default$2() -
copy$default$3
-
copy$default$4
-
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
-