@InterfaceAudience.Private public class SelfThrottlingIntercept extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
SelfThrottlingIntercept(com.microsoft.azure.storage.OperationContext operationContext,
float readFactor,
float writeFactor) |
Modifier and Type | Method and 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 © 2018 Apache Software Foundation. All Rights Reserved.