hdfsSync

Function hdfsSync 

Source
pub unsafe extern "C" fn hdfsSync(fs: hdfsFS, file: hdfsFile) -> c_int
Expand description

hdfsSync - Flush out and sync the data in client’s user buffer. After the return of this call, new readers will see the data. @param fs configured filesystem handle @param file file handle @return 0 on success, -1 on error and sets errno