TinyBase logoTinyBase

Syncing methods

This is the collection of syncing methods within the MergeableStore interface. There are 9 syncing methods in total.

getMergeableTableDiff

The getMergeableTableDiff method returns information about new and differing Table objects of a MergeableStore relative to another.

Read more

getMergeableTableHashes

The getMergeableTableHashes method returns hashes for the Table objects in a MergeableStore.

Read more

getMergeableRowDiff

The getMergeableRowDiff method returns information about new and differing Row objects of a MergeableStore relative to another.

Read more

getMergeableRowHashes

The getMergeableRowHashes method returns hashes for Row objects in a MergeableStore.

Read more

getMergeableCellDiff

The getMergeableCellDiff method returns information about new and differing Cell objects of a MergeableStore relative to another.

Read more

getMergeableCellHashes

The getMergeableCellHashes method returns hashes for Cell objects in a MergeableStore.

Read more

getMergeableValueDiff

The getMergeableValueDiff method returns information about new and differing Value objects of a MergeableStore relative to another.

Read more

getMergeableValueHashes

The getMergeableValueHashes method returns hashes for the Value objects in a MergeableStore.

Read more

getMergeableContentHashes

The getMergeableContentHashes method returns hashes for the full content of a MergeableStore.

Read more