Uses of Class
com.microsoft.azure.management.resources.fluentcore.dag.DAGraph
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of DAGraph in com.microsoft.azure.management.resources.fluentcore.dag
Modifier and TypeClassDescriptionclass
Type representing a group of task entries with dependencies between them.Modifier and TypeMethodDescriptionvoid
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.