public interface Flushable extends Flushable
flush()
has a stronger guarantee than Flushable.flush()
.
When it returns, data already written is flushed to the OS buffers on all
data nodes responsible for replicas.
Once data has been flushed, it will be tolerant to single-node and rack failures.
Modifier and Type | Method and Description |
---|---|
void |
flush()
Ensure that data has been flushed to OS buffers on all replica data nodes.
|
void flush()
This method has a stronger guarantee than Flushable.flush()
.
When this method returns, data already written has been flushed to the OS
buffers on all data nodes responsible for replicas.
Copyright © 2013–2015. All rights reserved.