| 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.utils |
| Modifier and Type | Method | Description |
|---|---|---|
TracingHeaderFormat |
AbfsConfiguration.getTracingHeaderFormat() |
Enum config to allow user to pick format of x-ms-client-request-id header
|
| Modifier and Type | Method | Description |
|---|---|---|
static TracingHeaderFormat |
TracingHeaderFormat.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TracingHeaderFormat[] |
TracingHeaderFormat.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Listener.callTracingHeaderValidator(java.lang.String header,
TracingHeaderFormat format) |
| Constructor | Description |
|---|---|
TracingContext(java.lang.String clientCorrelationID,
java.lang.String fileSystemID,
FSOperationType opType,
boolean needsPrimaryReqId,
TracingHeaderFormat tracingHeaderFormat,
Listener listener) |
|
TracingContext(java.lang.String clientCorrelationID,
java.lang.String fileSystemID,
FSOperationType opType,
TracingHeaderFormat tracingHeaderFormat,
Listener listener) |
Initialize TracingContext
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.