| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Evolving public interface Syncable
This interface for flush/sync operation.
| Method Summary | |
|---|---|
|  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 | sync()Deprecated. As of HADOOP 0.21.0, replaced by hflush | 
| Method Detail | 
|---|
@Deprecated
void sync()
          throws IOException
IOExceptionhflush()
void hflush()
            throws IOException
IOException - if any error occurs
void hsync()
           throws IOException
IOException - if error occurs| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||