Static Public Member Functions | |
| static void | CalculateSendSize (Collection col, out uint nodeCount, out ulong maxBytesToSend) |
| static void | CalculateSendSize (Collection col, out uint nodeCount, out ulong maxBytesToSend) |
class to approximate amount of data that is out of sync with master Note that this is worst-case of data that may need to be sent from this collection to the master. It does not include data that may need to be retrieved from the master. It also does not account for delta-sync algorithms that may reduce what needs to be sent
| static void Simias::Sync::SyncSize::CalculateSendSize | ( | Collection | col, | |
| out uint | nodeCount, | |||
| out ulong | maxBytesToSend | |||
| ) | [inline, static] |
| col | ||
| nodeCount | ||
| maxBytesToSend |
| static void Simias::Sync::SyncSize::CalculateSendSize | ( | Collection | col, | |
| out uint | nodeCount, | |||
| out ulong | maxBytesToSend | |||
| ) | [inline, static] |
| col | ||
| nodeCount | ||
| maxBytesToSend |
1.5.6