| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.http.client | |
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.web |
| Modifier and Type | Class and 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 and 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpFSFileSystem
HttpFSServer implementation of the FileSystemAccess FileSystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HftpFileSystem
An implementation of a protocol for accessing filesystems over HTTP.
|
class |
HsftpFileSystem
An implementation of a protocol for accessing filesystems over HTTPS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebHdfsFileSystem
A FileSystem for HDFS over the web.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.