Function hdfsFlush

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

hdfsWrite - Flush the data. @param fs The configured filesystem handle. @param file The file handle. @return Returns 0 on success, -1 on error.