Package org.apache.pekko.cluster.ddata
Class Replicator.Internal$.DataEnvelope$
java.lang.Object
scala.runtime.AbstractFunction3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress,PruningState>,VersionVector,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>
org.apache.pekko.cluster.ddata.Replicator.Internal$.DataEnvelope$
- All Implemented Interfaces:
Serializable,scala.Function3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>
- Enclosing class:
- Replicator.Internal$
public class Replicator.Internal$.DataEnvelope$
extends scala.runtime.AbstractFunction3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress,PruningState>,VersionVector,org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Replicator.Internal$.DataEnvelope$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Map<UniqueAddress,PruningState> org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelopeapply(ReplicatedData data, scala.collection.immutable.Map<UniqueAddress, PruningState> pruning, VersionVector deltaVersions) scala.collection.immutable.Map<UniqueAddress,PruningState> final StringtoString()scala.Option<scala.Tuple3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector>> unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DataEnvelope$
public DataEnvelope$()
-
-
Method Details
-
$lessinit$greater$default$2
-
$lessinit$greater$default$3
-
toString
- Specified by:
toStringin interfacescala.Function3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope> - Overrides:
toStringin classscala.runtime.AbstractFunction3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>
-
apply
public org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope apply(ReplicatedData data, scala.collection.immutable.Map<UniqueAddress, PruningState> pruning, VersionVector deltaVersions) - Specified by:
applyin interfacescala.Function3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, PruningState>, VersionVector, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope>
-
apply$default$2
-
apply$default$3
-
unapply
public scala.Option<scala.Tuple3<ReplicatedData,scala.collection.immutable.Map<UniqueAddress, unapplyPruningState>, VersionVector>> (org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope x$0)
-