Arrived

data class Arrived(val from: Instant, val untilExclusive: Instant) : ReplayScope

Every frame whose arrival timestamp is in [from, untilExclusive).

Arrival time is not event time. A frame's timestamp is when the archive was told about the ops, which for anything that reached this node by merge is arbitrarily later than when it happened. "Everything this node wrote last Tuesday" is answerable; "everything that happened last Tuesday" is not, and conflating them draws wrong conclusions from a correct archive.

Constructors

Link copied to clipboard
constructor(from: Instant, untilExclusive: Instant)

Properties

Link copied to clipboard
Link copied to clipboard