| Package | Description |
|---|---|
| org.apache.hadoop.crypto.key |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.crypto.key.kms | |
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.ftp | |
| org.apache.hadoop.fs.http |
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
|
| org.apache.hadoop.fs.sftp |
SFTP FileSystem package.
|
| org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
| org.apache.hadoop.maprfs | |
| org.apache.hadoop.security.token |
Support for delegation tokens.
|
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
KeyProviderDelegationTokenExtension.DelegationTokenExtension |
DelegationTokenExtension is a type of Extension that exposes methods
needed to work with Delegation Tokens.
|
interface |
KeyProviderTokenIssuer |
File systems that support Encryption Zones have to implement this interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
KeyProviderDelegationTokenExtension |
A KeyProvider extension with the ability to add a renewer's Delegation
Tokens to the provided Credentials.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
KMSClientProvider |
KMS client
KeyProvider implementation. |
class |
LoadBalancingKMSClientProvider |
A simple LoadBalancing KMSClientProvider that round-robins requests
across a provided array of KMSClientProviders.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ChecksumFileSystem |
Abstract Checksumed FileSystem.
|
class |
FileSystem |
An abstract base class for a fairly generic filesystem.
|
class |
FilterFileSystem |
A
FilterFileSystem contains
some other file system, which it uses as
its basic file system, possibly transforming
the data along the way or providing additional
functionality. |
class |
HarFileSystem |
This is an implementation of the Hadoop Archive
Filesystem.
|
class |
LocalFileSystem |
Implement the FileSystem API for the checksumed local filesystem.
|
class |
RawLocalFileSystem |
Implement the FileSystem API for the raw local filesystem.
|
| Modifier and Type | Method | Description |
|---|---|---|
DelegationTokenIssuer[] |
FileSystem.getAdditionalTokenIssuers() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FTPFileSystem |
A
FileSystem backed by an FTP client provided by Apache Commons Net. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpFileSystem |
A Filesystem that reads from HTTP endpoint.
|
class |
HttpsFileSystem |
A Filesystem that reads from HTTPS endpoint.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SFTPFileSystem |
SFTP FileSystem.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ViewFileSystem |
ViewFileSystem (extends the FileSystem interface) implements a client-side
mount table.
|
class |
ViewFileSystemOverloadScheme |
This class is extended from the ViewFileSystem for the overloaded
scheme file system.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMapRFileSystem |
An abstract base class which represents top-level API for MapR-FS implementation of Hadoop
FileSystem. |
| Modifier and Type | Method | Description |
|---|---|---|
default DelegationTokenIssuer[] |
DelegationTokenIssuer.getAdditionalTokenIssuers() |
Issuers may need tokens from additional services.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
DelegationTokenIssuer.collectDelegationTokens(DelegationTokenIssuer issuer,
java.lang.String renewer,
Credentials credentials,
java.util.List<Token<?>> tokens) |
NEVER call this method directly.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.