TinyBase logoTinyBase

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.

Read more

TableStamp

The TableStamp type is used as metadata to decide how to merge two different Table objects together.

Read more

RowStamp

The RowStamp type is used as metadata to decide how to merge two different Row objects together.

Read more

CellStamp

The CellStamp type is used as metadata to decide how to merge two different Cell objects together.

Read more

ValuesStamp

The ValuesStamp type is used as metadata to decide how to merge two different sets of Values together.

Read more

ValueStamp

The ValueStamp type is used as metadata to decide how to merge two different Value objects together.

Read more

Hash

The Hash type is used within the mergeable-store module to quickly compare the content of two objects.

Read more

Stamp

The Stamp type is used as metadata to decide how to merge two different MergeableStore objects together.

Read more

Time

The Time type is used within the mergeable-store module to store the value of a hybrid logical clock (HLC).

Read more