[][src]Function rust_hdfs::hdfsDisconnect

pub unsafe extern "C" fn hdfsDisconnect(fs: hdfsFS) -> c_int

hdfsDisconnect - Disconnect from the hdfs file system. Disconnect from hdfs. @param fs The configured filesystem handle. @return Returns 0 on success, -1 on error. Even if there is an error, the resources associated with the hdfsFS will be freed.