| Package | Description |
|---|---|
| org.apache.hadoop.fs.azure |
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage. |
| Class | Description |
|---|---|
| AzureException |
Thrown if there is a problem communicating with Azure Storage service.
|
| AzureNativeFileSystemStore |
Core implementation of Windows Azure Filesystem for Hadoop.
|
| KeyProvider |
The interface that every Azure file system key provider must implement.
|
| KeyProviderException |
Thrown if there is a problem instantiating a KeyProvider or retrieving a key
using a KeyProvider object.
|
| NativeAzureFileSystem |
A
FileSystem for reading and writing files stored on Windows Azure. |
| SASKeyGenerationException |
Exception that gets thrown during generation of SAS Key.
|
| SASKeyGeneratorImpl |
Abstract base class for the SAS Key Generator implementation
|
| SASKeyGeneratorInterface |
Iterface used by AzureNativeFileSysteStore to retrieve SAS Keys for the
respective azure storage entity.
|
| SecureModeException |
Exception that is thrown when any error is encountered
is SAS Mode operation of WASB.
|
| SelfRenewingLease |
An Azure blob lease that automatically renews itself indefinitely
using a background thread.
|
| SimpleKeyProvider |
Key provider that simply returns the storage account key from the
configuration as plaintext.
|
| WasbAuthorizationException |
Exception that gets thrown during the authorization failures
in WASB.
|
| WasbAuthorizationOperations |
Different authorization operations supported
in WASB.
|
| WasbAuthorizerInterface |
Interface to implement authorization support in WASB.
|
| WasbRemoteCallHelper |
Helper class the has constants and helper methods
used in WASB when integrating with a remote http cred
service.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.