ExecutionEngine Class
- java.
lang. Object - com.
microsoft. azure. storage. core. ExecutionEngine
- com.
public class ExecutionEngine
RESERVED FOR INTERNAL USE. A class that handles execution of StorageOperations and enforces retry policies.
Method Summary
Modifier and Type | Method and Description |
---|---|
static<CLIENT_TYPE, PARENT_TYPE, RESULT_TYPE> RESULT_TYPE |
executeWithRetry(final CLIENT_TYPE client, final PARENT_TYPE parentObject, final StorageRequest<CLIENT_TYPE, PARENT_TYPE, RESULT_TYPE> task, final RetryPolicyFactory policyFactory, final OperationContext opContext)
Executes an operation and enforces a retrypolicy to handle any potential errors |
Method Details
executeWithRetry
public static static
Executes an operation and enforces a retrypolicy to handle any potential errors
Parameters:
Returns:
Throws: