@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.StorageCredentials storageCreds,
com.microsoft.azure.storage.OperationContext opContext,
boolean allowConcurrentOOBIo)
Binds a new lister to the operation context so the WASB file system can
appropriately intercept sends.
|
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.StorageCredentials storageCreds, com.microsoft.azure.storage.OperationContext opContext, boolean allowConcurrentOOBIo)
opContext
- The operation context to bind to listener.allowConcurrentOOBIo
- True if reads are allowed with concurrent OOB writes.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 © 2019 Apache Software Foundation. All Rights Reserved.