hdfsRenewDelegationToken

Function hdfsRenewDelegationToken 

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

Renew a delegation token.

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

@return the new expiration time