@InterfaceAudience.Private
public final class SendRequestIntercept
extends com.microsoft.azure.storage.StorageEvent<com.microsoft.azure.storage.SendingRequestEvent>
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(com.microsoft.azure.storage.OperationContext opContext)
Binds a new lister to the operation context so the WASB file system can
appropriately intercept sends and allow concurrent OOB I/Os.
|
void |
eventOccurred(com.microsoft.azure.storage.SendingRequestEvent sendEvent)
Handler which processes the sending request event from Azure SDK.
|
public static void bind(com.microsoft.azure.storage.OperationContext opContext)
opContext - the operation context assocated with this request.public void eventOccurred(com.microsoft.azure.storage.SendingRequestEvent sendEvent)
eventOccurred in class com.microsoft.azure.storage.StorageEvent<com.microsoft.azure.storage.SendingRequestEvent>sendEvent - - send event context from Windows Azure SDK.Copyright © 2008–2020 Apache Software Foundation. All rights reserved.