Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VectorClock

Hierarchy

  • VectorClock

Index

Methods

Methods

  • get(replicaID: string): number
  • Returns replicaID's vector clock entry for the update.

    By definition, this equals the maximum senderCounter received from replicaID before this update was sent/saved, or 0 if no messages had been received from replicaID.

    Parameters

    • replicaID: string

    Returns number

Generated using TypeDoc