| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs.services |
| Modifier and Type | Method | Description |
|---|---|---|
static AbfsRestOperationType |
AbfsRestOperationType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AbfsRestOperationType[] |
AbfsRestOperationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbfsClientThrottlingIntercept.sendingRequest(AbfsRestOperationType operationType,
AbfsCounters abfsCounters) |
Called before the request is sent.
|
void |
AbfsThrottlingIntercept.sendingRequest(AbfsRestOperationType operationType,
AbfsCounters abfsCounters) |
Called before the request is sent.
|
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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.