| 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 and Description |
|---|---|
static String |
AzureBlobFileSystemStore.extractEtagHeader(AbfsHttpOperation result)
Get the etag header from a response, stripping any quotations.
|
| Constructor and Description |
|---|
AbfsRestOperationException(int statusCode,
String errorCode,
String errorMessage,
Exception innerException,
AbfsHttpOperation abfsHttpOperation) |
| Modifier and Type | Class and 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 and Description |
|---|---|
static AbfsHttpOperation |
AbfsHttpOperation.getAbfsHttpOperationWithFixedResult(URL url,
String method,
int httpStatus) |
AbfsHttpOperation |
AbfsRestOperation.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbfsRestOperation.signRequest(AbfsHttpOperation httpOperation,
int bytesToSign)
Sign an operation.
|
void |
SharedKeyCredentials.signRequest(AbfsHttpOperation connection,
long contentLength) |
void |
AbfsThrottlingIntercept.updateMetrics(AbfsRestOperationType operationType,
AbfsHttpOperation httpOperation)
Updates the metrics for successful and failed read and write operations.
|
void |
AbfsClientThrottlingIntercept.updateMetrics(AbfsRestOperationType operationType,
AbfsHttpOperation abfsHttpOperation)
Updates the metrics for successful and failed read and write operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TracingContext.constructHeader(AbfsHttpOperation httpOperation,
String previousFailure,
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–2024 Apache Software Foundation. All rights reserved.