| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs.constants | |
| org.apache.hadoop.fs.azurebfs.utils |
| Modifier and Type | Method | Description |
|---|---|---|
static FSOperationType |
FSOperationType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FSOperationType[] |
FSOperationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Listener.setOperation(FSOperationType operation) |
|
void |
TracingContext.setOperation(FSOperationType operation) |
| 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.