Class Replicator.Internal$.DataEnvelope

  • All Implemented Interfaces:
    Replicator.ReplicatorMessage, java.io.Serializable, scala.Equals, scala.Product, scala.Serializable
    Enclosing class:
    Replicator.Internal$

    public final class Replicator.Internal$.DataEnvelope
    extends java.lang.Object
    implements Replicator.ReplicatorMessage, scala.Product, scala.Serializable
    We only use the deltaVersions to track versions per node, not for ordering comparisons, so we can just remove the entry for the removed node.
    See Also:
    Serialized Form
    • Method Detail

      • $lessinit$greater$default$2

        public static scala.collection.immutable.Map<UniqueAddress,​PruningState> $lessinit$greater$default$2()
      • $lessinit$greater$default$3

        public static VersionVector $lessinit$greater$default$3()
      • apply$default$3

        public static VersionVector apply$default$3()
      • withoutDeltaVersions

        public akka.cluster.ddata.Replicator.Internal.DataEnvelope withoutDeltaVersions()
      • needPruningFrom

        public boolean needPruningFrom​(UniqueAddress removedNode)
      • initRemovedNodePruning

        public akka.cluster.ddata.Replicator.Internal.DataEnvelope initRemovedNodePruning​(UniqueAddress removed,
                                                                                          UniqueAddress owner)
      • merge

        public akka.cluster.ddata.Replicator.Internal.DataEnvelope merge​(akka.cluster.ddata.Replicator.Internal.DataEnvelope other)
      • merge

        public akka.cluster.ddata.Replicator.Internal.DataEnvelope merge​(ReplicatedData otherData)
      • addSeen

        public akka.cluster.ddata.Replicator.Internal.DataEnvelope addSeen​(Address node)
      • productPrefix

        public java.lang.String productPrefix()
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object