pt.unl.fct.di.novasys.babel.crdts.delta.generic

Interface DeltaCRDT

    • Method Detail

      • getReplicaState

        VVState getReplicaState()
        Gets the replica state. At the moment this state stores the replica identifier and a version vector to handle causal context.
        Returns:
        the replica state
      • getReplicaID

        ReplicaID getReplicaID()
        Gets the replica identifier
        Returns:
        the replica identifier.
      • generateDelta

        DeltaBasedCRDT generateDelta(VersionVector vv)
        Calculates a delta from a given version for the current state
        Parameters:
        vv - a version version to calculate the delta from
        Returns:
        a delta for the current state

Copyright © 2024. All rights reserved.