| 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 and Description |
|---|---|
TracingHeaderFormat |
AbfsConfiguration.getTracingHeaderFormat()
Enum config to allow user to pick format of x-ms-client-request-id header
|
| Modifier and Type | Method and Description |
|---|---|
static TracingHeaderFormat |
TracingHeaderFormat.valueOf(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 and Description |
|---|---|
void |
Listener.callTracingHeaderValidator(String header,
TracingHeaderFormat format) |
| Constructor and Description |
|---|
TracingContext(String clientCorrelationID,
String fileSystemID,
FSOperationType opType,
boolean needsPrimaryReqId,
TracingHeaderFormat tracingHeaderFormat,
Listener listener) |
TracingContext(String clientCorrelationID,
String fileSystemID,
FSOperationType opType,
TracingHeaderFormat tracingHeaderFormat,
Listener listener)
Initialize TracingContext
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.