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.
getMergeableTableHashes
The getMergeableTableHashes
method returns hashes for the Table
objects in a MergeableStore
.
getMergeableRowDiff
The getMergeableRowDiff
method returns information about new and differing Row
objects of a MergeableStore
relative to another.
getMergeableRowHashes
The getMergeableRowHashes
method returns hashes for Row
objects in a MergeableStore
.
getMergeableCellDiff
The getMergeableCellDiff
method returns information about new and differing Cell
objects of a MergeableStore
relative to another.
getMergeableCellHashes
The getMergeableCellHashes
method returns hashes for Cell
objects in a MergeableStore
.
getMergeableValueDiff
The getMergeableValueDiff
method returns information about new and differing Value
objects of a MergeableStore
relative to another.
getMergeableValueHashes
The getMergeableValueHashes
method returns hashes for the Value
objects in a MergeableStore
.
getMergeableContentHashes
The getMergeableContentHashes
method returns hashes for the full content of a MergeableStore
.