Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
com.microsoft.azure.storage.table |
This package contains the storage service table classes.
|
Modifier and Type | Method and Description |
---|---|
RequestResult |
RetryContext.getLastRequestResult()
Gets the last request's results.
|
RequestResult |
OperationContext.getLastResult()
Gets the last request result encountered for the operation.
|
RequestResult |
BaseEvent.getRequestResult()
Gets a
RequestResult object that represents the current request result. |
Modifier and Type | Method and Description |
---|---|
ArrayList<RequestResult> |
OperationContext.getRequestResults()
Returns the set of request results that the current operation has created.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.appendRequestResult(RequestResult requestResult)
Reserved for internal use.
|
Constructor and Description |
---|
BaseEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult)
Creates an instance of the
BaseEvent class. |
ErrorReceivingResponseEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult)
Creates an instance of the
BaseEvent class that is fired when a network error occurs before the HTTP response status and headers are received. |
RequestCompletedEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult)
Creates an instance of the
BaseEvent class that is fired when a request is completed. |
ResponseReceivedEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult)
Creates an instance of the
BaseEvent class that is fired when a response is received. |
RetryContext(int currentRetryCount,
RequestResult lastRequestResult,
StorageLocation nextLocation,
LocationMode locationMode)
Creates an instance of the
RequestResult class. |
RetryingEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult,
RetryContext retryContext)
Creates an instance of the
BaseEvent class which is fired when a request is retried. |
SendingRequestEvent(OperationContext opContext,
Object connectionObject,
RequestResult requestResult)
Creates an instance of the
BaseEvent class that is fired when before sending a request. |
Modifier and Type | Method and Description |
---|---|
RequestResult |
StorageRequest.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
StorageRequest.setResult(RequestResult result) |
Modifier and Type | Method and Description |
---|---|
protected static TableServiceException |
TableServiceException.generateTableServiceException(RequestResult res,
TableOperation op,
InputStream inStream,
TablePayloadFormat format)
Reserved for internal use.
|
Copyright © 2019. All rights reserved.