Uses of Class
com.microsoft.azure.management.resources.fluentcore.dag.DAGraph
Packages that use 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
Subclasses of DAGraph in com.microsoft.azure.management.resources.fluentcore.dagModifier and TypeClassDescriptionclass
Type representing a group of task entries with dependencies between them.Fields in com.microsoft.azure.management.resources.fluentcore.dag with type parameters of type DAGraphMethods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type DAGraphModifier 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.