public static class AzureTaskContext.Node extends AzureTaskContext
AzureTaskContext.Node, AzureTaskContext.Snapshot| Modifier and Type | Field and Description |
|---|---|
private boolean |
async |
private Boolean |
backgrounded |
protected boolean |
disposed |
private AzureTaskContext |
parent |
private AzureTask<?> |
task |
operations, threadId| Modifier | Constructor and Description |
|---|---|
private |
Node(AzureTaskContext parent) |
| Modifier and Type | Method and Description |
|---|---|
(package private) AzureTaskContext.Node |
derive() |
private void |
dispose() |
boolean |
isOrphan() |
IAzureOperation |
popOperation() |
void |
pushOperation(IAzureOperation operation) |
private void |
setup() |
String |
toString() |
current, getContextOperations, getContextOperations, getId, getOperations, runprivate Boolean backgrounded
private AzureTaskContext parent
protected boolean disposed
private AzureTask<?> task
private boolean async
private Node(AzureTaskContext parent)
public boolean isOrphan()
public void pushOperation(IAzureOperation operation)
@Nullable public IAzureOperation popOperation()
AzureTaskContext.Node derive()
private void setup()
private void dispose()
Copyright © 2021. All rights reserved.