hdfsCancelDelegationToken

Function hdfsCancelDelegationToken 

Source
pub unsafe extern "C" fn hdfsCancelDelegationToken(
    fs: hdfsFS,
    token: *const c_char,
) -> c_int
Expand description

Cancel a delegation token.

@param fs The file system. @param token The token to be canceled.

@return return 0 on success, -1 on error.