| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DelegationTokenRenewer.RenewAction<T extends FileSystem & DelegationTokenRenewer.Renewable> |
An action that will renew and replace the file system's delegation
tokens automatically.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends FileSystem & DelegationTokenRenewer.Renewable> |
DelegationTokenRenewer.addRenewAction(T fs) |
Add a renew action to the queue.
|
<T extends FileSystem & DelegationTokenRenewer.Renewable> |
DelegationTokenRenewer.removeRenewAction(T fs) |
Remove the associated renew action from the queue
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.