| Package | Description |
|---|---|
| com.microsoft.azure.toolkit.lib.common.operation | |
| com.microsoft.azure.toolkit.lib.common.task | |
| com.microsoft.azure.toolkit.lib.common.telemetry |
| Modifier and Type | Class and Description |
|---|---|
class |
AzureOperationRef |
| Modifier and Type | Class and Description |
|---|---|
class |
AzureTask<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Deque<IAzureOperation> |
AzureTaskContext.operations |
| Modifier and Type | Method and Description |
|---|---|
IAzureOperation |
AzureTaskContext.Node.popOperation() |
| Modifier and Type | Method and Description |
|---|---|
static Deque<IAzureOperation> |
AzureTaskContext.getContextOperations() |
static Deque<IAzureOperation> |
AzureTaskContext.getContextOperations(AzureTaskContext.Node node) |
Deque<IAzureOperation> |
AzureTaskContext.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AzureTaskContext.Node.pushOperation(IAzureOperation operation) |
| Constructor and Description |
|---|
AzureTaskContext(long threadId,
Deque<IAzureOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AzureTelemeter.afterCreate(IAzureOperation op) |
static void |
AzureTelemeter.afterExit(IAzureOperation op) |
static void |
AzureTelemeter.beforeEnter(IAzureOperation op) |
static void |
AzureTelemeter.onError(IAzureOperation op,
Throwable error) |
private static Map<String,String> |
AzureTelemeter.serialize(IAzureOperation op) |
Copyright © 2021. All rights reserved.