@InterfaceAudience.Public @InterfaceStability.Evolving public interface Syncable
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | hflush()Flush out the data in client's user buffer. | 
| void | hsync()Similar to posix fsync, flush out the data in client's user buffer 
 all the way to the disk device (but the disk may have it in its cache). | 
void hflush() throws IOException
IOException - if any error occursvoid hsync() throws IOException
IOException - if error occursCopyright © 2016 Apache Software Foundation. All rights reserved.