|
@@ -1080,7 +1080,7 @@ public class JobClient extends CLI {
|
|
* @return true if the renewal went well
|
|
* @return true if the renewal went well
|
|
* @throws InvalidToken
|
|
* @throws InvalidToken
|
|
* @throws IOException
|
|
* @throws IOException
|
|
- * @deprecated Use {@link Token.renew} instead
|
|
|
|
|
|
+ * @deprecated Use {@link Token#renew} instead
|
|
*/
|
|
*/
|
|
public long renewDelegationToken(Token<DelegationTokenIdentifier> token
|
|
public long renewDelegationToken(Token<DelegationTokenIdentifier> token
|
|
) throws InvalidToken, IOException,
|
|
) throws InvalidToken, IOException,
|
|
@@ -1092,7 +1092,7 @@ public class JobClient extends CLI {
|
|
* Cancel a delegation token from the JobTracker
|
|
* Cancel a delegation token from the JobTracker
|
|
* @param token the token to cancel
|
|
* @param token the token to cancel
|
|
* @throws IOException
|
|
* @throws IOException
|
|
- * @deprecated Use {@link Token.cancel} instead
|
|
|
|
|
|
+ * @deprecated Use {@link Token#cancel} instead
|
|
*/
|
|
*/
|
|
public void cancelDelegationToken(Token<DelegationTokenIdentifier> token
|
|
public void cancelDelegationToken(Token<DelegationTokenIdentifier> token
|
|
) throws InvalidToken, IOException,
|
|
) throws InvalidToken, IOException,
|