| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs |
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage. |
| org.apache.hadoop.fs.azurebfs.contracts.exceptions | |
| org.apache.hadoop.fs.azurebfs.contracts.services |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
AzureBlobFileSystem.checkException(org.apache.hadoop.fs.Path path,
AzureBlobFileSystemException exception,
AzureServiceErrorCode... allowedErrorCodesList) |
Given a path and exception, choose which IOException subclass
to create.
|
| Modifier and Type | Method | Description |
|---|---|---|
AzureServiceErrorCode |
AbfsRestOperationException.getErrorCode() |
| Modifier and Type | Method | Description |
|---|---|---|
static AzureServiceErrorCode |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode,
java.lang.String errorCode) |
|
static AzureServiceErrorCode |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode,
java.lang.String errorCode,
java.lang.String errorMessage) |
|
static AzureServiceErrorCode |
AzureServiceErrorCode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AzureServiceErrorCode[] |
AzureServiceErrorCode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<AzureServiceErrorCode> |
AzureServiceErrorCode.getAzureServiceCode(int httpStatusCode) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.