TinyBase logoTinyBase

Synchronization methods

This is the collection of synchronization methods within the WsSynchronizer interface. There are only three synchronization methods, getSynchronizerStats, startSync, and stopSync.

getSynchronizerStats

The getSynchronizerStats method provides a set of statistics about the Synchronizer, and is used for debugging purposes.

Read more

startSync

The startSync method is used to start the process of synchronization between this instance and another matching Synchronizer.

Read more

stopSync

The stopSync method is used to stop the process of synchronization between this instance and another matching Synchronizer.

Read more