Akonadi
itemsync.h
126 SingleTransaction, ///< Use a single transaction for the entire sync process (default), provides maximum consistency ("all or nothing") and best
128 MultipleTransactions, ///< Use one transaction per chunk of delivered items, good compromise between the other two when using streaming
129 NoTransaction ///< Use no transaction at all, provides highest responsiveness (might therefore feel faster even when actually taking slightly longer),
135 * @note You must call this method before starting the sync, changes afterwards lead to undefined results.
155 * @note You must call this method before starting the sync, changes afterwards lead to undefined results.
169 * @note You must call this method before starting the sync, changes afterwards lead to undefined results.
190 * @note You must call this method before starting the sync, changes afterwards lead to undefined results.
@ MultipleTransactions
Use one transaction per chunk of delivered items, good compromise between the other two when using st...
Definition: itemsync.h:128
Syncs between items known to a client (usually a resource) and the Akonadi storage.
Definition: itemsync.h:38
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:52:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:52:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.