| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluentcore.dag |
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskGroup
Type representing a group of task entries with dependencies between them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DAGraph.addDependencyGraph(DAGraph<DataT,NodeT> dependencyGraph)
Mark root of this DAG depends on given DAG's root.
|
void |
DAGraph.addDependentGraph(DAGraph<DataT,NodeT> dependentGraph)
Mark root of the given DAG depends on this DAG's root.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.