sync

fun sync()

Forces every commit so far to stable storage.

A no-op under Durability.SYNC, where each commit is already forced. Under Durability.BUFFERED this is the durability barrier: the point at which a bulk load may be reported as complete.