public interface Syncable
When sync()
returns, data already written is flushed to data nodes
responsible for replicas and persisted to disk, not just to the underlying
OS buffer.
Modifier and Type | Method and Description |
---|---|
void |
sync()
Ensure that data has been synced to disk on all replica data nodes.
|
Copyright © 2013–2015. All rights reserved.