| Package | Description | 
|---|---|
| com.microsoft.azure.management.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 | Field and Description | 
|---|---|
protected List<DAGraph<DataT,NodeT>> | 
DAGraph.parentDAGs
the immediate parent graphs of this graph. 
 | 
| 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 © 2019. All rights reserved.