Classes | |
| class | Tonido::DataSync::DataSyncStats |
| Responsible for doing Data Sync between peers. More... | |
| class | Tonido::DataSync::DataSyncManager |
| Responsible for doing Data Sync between peers. More... | |
| class | Tonido::DataSync::DataSyncRecord |
| DataSyncRecord. More... | |
| struct | Tonido::DataSync::DataSyncStatusDelta |
| Stores the difference between two BootSyncStatusSets. More... | |
| class | Tonido::DataSync::DataSyncStatusSet |
| Stores information about a particular DataStore. More... | |
| class | Tonido::DataSync::DataSyncStore |
| Stores BootSyncDataRecords. More... | |
| class | Tonido::DataSync::DataSyncStrategy |
| Abstract strategy class that determines how conflicts are resolved. More... | |
| class | Tonido::DataSync::LocalWinsSyncStrategy |
| local source record always wins in a conflict More... | |
| class | Tonido::DataSync::RemoteWinsSyncStrategy |
| The remote always wins in a conflict. More... | |
| class | Tonido::DataSync::CreatorWinsSyncStrategy |
| Creator always wins in a conflict, otherwise unresolved. More... | |
| class | Tonido::DataSync::LatestWinsSyncStrategy |
| The record with the latest timestamp always wins. More... | |
| class | Tonido::DataSync::DeferSyncStrategy |
| No conflicts are resolved. More... | |
| class | Tonido::DataSync::CustomSyncStrategy |
| For every record, there is a custom yes/no answer on who wins. More... | |
Classes that help synchronize data between peers.