Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultiValueMapItem<V>

An item in a [[MultiValueMap]], i.e., a set value plus metadata.

Type Parameters

  • V

Hierarchy

  • MultiValueMapItem

Index

Properties

lamportTimestamp?: number

If Aggregator.lamportTimestamp was true in the constructor options, then this is the Lamport timestamp for the transaction that created this item, else undefined.

senderCounter: number

The sender's vector clock entry for the transaction that created this item.

senderID: string

This item's sender's CRuntime.replicaID.

value: V

The value.

wallClockTime?: number

If Aggregator.wallClockTime was true in the constructor options, then this is the sender's wall clock time (Date.now()) for the transaction that created this item, else undefined.

Generated using TypeDoc