pub unsafe extern "C" fn hdfsHFlush(
fs: hdfsFS,
file: hdfsFile,
) -> c_int
Expand description
hdfsHFlush - Flush out 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