Package org.apache.hadoop.fs
Class DelegationTokenRenewer.RenewAction<T extends FileSystem & DelegationTokenRenewer.Renewable>
java.lang.Object
org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction<T>
- All Implemented Interfaces:
Comparable<Delayed>,Delayed
- Enclosing class:
- DelegationTokenRenewer
public static class DelegationTokenRenewer.RenewAction<T extends FileSystem & DelegationTokenRenewer.Renewable>
extends Object
implements Delayed
An action that will renew and replace the file system's delegation
tokens automatically.
-
Method Summary
-
Method Details
-
isValid
public boolean isValid() -
getDelay
Get the delay until this event should happen. -
compareTo
- Specified by:
compareToin interfaceComparable<T extends FileSystem & DelegationTokenRenewer.Renewable>
-
hashCode
public int hashCode() -
equals
-
toString
-