| 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.services | |
| org.apache.hadoop.fs.azurebfs.utils |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
AzureBlobFileSystemStore.extractEtagHeader(AbfsHttpOperation result) |
Get the etag header from a response, stripping any quotations.
|
| Constructor | Description |
|---|---|
AbfsRestOperationException(int statusCode,
java.lang.String errorCode,
java.lang.String errorMessage,
java.lang.Exception innerException,
AbfsHttpOperation abfsHttpOperation) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbfsAHCHttpOperation |
Implementation of
AbfsHttpOperation for orchestrating server calls using
Apache Http Client. |
static class |
AbfsHttpOperation.AbfsHttpOperationWithFixedResult |
|
class |
AbfsJdkHttpOperation |
Implementation of
AbfsHttpOperation for orchestrating calls using JDK's HttpURLConnection. |
| Modifier and Type | Method | Description |
|---|---|---|
static AbfsHttpOperation |
AbfsHttpOperation.getAbfsHttpOperationWithFixedResult(java.net.URL url,
java.lang.String method,
int httpStatus) |
|
AbfsHttpOperation |
AbfsRestOperation.getResult() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbfsRestOperation.signRequest(AbfsHttpOperation httpOperation,
int bytesToSign) |
Sign an operation.
|
void |
SharedKeyCredentials.signRequest(AbfsHttpOperation connection,
long contentLength) |
|
void |
AbfsClientThrottlingIntercept.updateMetrics(AbfsRestOperationType operationType,
AbfsHttpOperation abfsHttpOperation) |
Updates the metrics for successful and failed read and write operations.
|
void |
AbfsThrottlingIntercept.updateMetrics(AbfsRestOperationType operationType,
AbfsHttpOperation httpOperation) |
Updates the metrics for successful and failed read and write operations.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TracingContext.constructHeader(AbfsHttpOperation httpOperation,
java.lang.String previousFailure,
java.lang.String retryPolicyAbbreviation) |
Concatenate all identifiers separated by (:) into a string and set into
X_MS_CLIENT_REQUEST_ID header of the http operation
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.