[][src]Function rust_hdfs::hdfsSetReplication

pub unsafe extern "C" fn hdfsSetReplication(
    fs: hdfsFS,
    path: *const c_char,
    replication: i16
) -> c_int

hdfsSetReplication - Set the replication of the specified file to the supplied value @param fs The configured filesystem handle. @param path The path of the file. @return Returns 0 on success, -1 on error.