@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface AbfsThrottlingIntercept
| Modifier and Type | Method and Description |
|---|---|
void |
sendingRequest(AbfsRestOperationType operationType,
AbfsCounters abfsCounters)
Called before the request is sent.
|
void |
updateMetrics(AbfsRestOperationType operationType,
AbfsHttpOperation httpOperation)
Updates the metrics for successful and failed read and write operations.
|
void updateMetrics(AbfsRestOperationType operationType, AbfsHttpOperation httpOperation)
operationType - Only applicable for read and write operations.httpOperation - Used for status code and data transferred.void sendingRequest(AbfsRestOperationType operationType, AbfsCounters abfsCounters)
operationType - Only applicable for read and write operations.abfsCounters - Used for counters.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.