public interface Syncable
Bytes implementations provide
this facility.| Modifier and Type | Method and Description |
|---|---|
void |
sync()
Flush data to the backing store up to the point that this handle has read
or written.
|
static void |
syncIfAvailable(Object o)
Performs a sync operation if the supplied object implements
Syncable. |
static void syncIfAvailable(Object o)
Syncable. Use when the concrete type may or may not support
syncing.o - object to sync if possiblevoid sync()
Copyright © 2026 Chronicle Software Ltd. All rights reserved.