Stamps type aliases
This is the collection of stamps type aliases within the mergeable-store
module. There are 9 stamps type aliases in total.
TablesStamp
The TablesStamp
type is used as metadata to decide how to merge two different sets of Tables
together.
TableStamp
The TableStamp
type is used as metadata to decide how to merge two different Table
objects together.
RowStamp
The RowStamp
type is used as metadata to decide how to merge two different Row
objects together.
CellStamp
The CellStamp
type is used as metadata to decide how to merge two different Cell
objects together.
ValuesStamp
The ValuesStamp
type is used as metadata to decide how to merge two different sets of Values
together.
ValueStamp
The ValueStamp
type is used as metadata to decide how to merge two different Value
objects together.
Hash
The Hash
type is used within the mergeable-store
module to quickly compare the content of two objects.
Stamp
The Stamp
type is used as metadata to decide how to merge two different MergeableStore
objects together.
Time
The Time
type is used within the mergeable-store
module to store the value of a hybrid logical clock (HLC).