@Private
public class SelfThrottlingIntercept
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
SelfThrottlingIntercept(com.microsoft.azure.storage.OperationContext operationContext,
float readFactor,
float writeFactor) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
hook(com.microsoft.azure.storage.OperationContext operationContext,
float readFactor,
float writeFactor) |
|
void |
responseReceived(com.microsoft.azure.storage.ResponseReceivedEvent event) |
|
void |
sendingRequest(com.microsoft.azure.storage.SendingRequestEvent sendEvent) |
public SelfThrottlingIntercept(com.microsoft.azure.storage.OperationContext operationContext,
float readFactor,
float writeFactor)
public static void hook(com.microsoft.azure.storage.OperationContext operationContext,
float readFactor,
float writeFactor)
public void responseReceived(com.microsoft.azure.storage.ResponseReceivedEvent event)
public void sendingRequest(com.microsoft.azure.storage.SendingRequestEvent sendEvent)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.