Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.DAGraph
-
Packages that use DAGraph Package Description com.azure.resourcemanager.resources.fluentcore.dag This package contains the graph related classes that are useful for performing cloud requests in parallel. -
-
Uses of DAGraph in com.azure.resourcemanager.resources.fluentcore.dag
Subclasses of DAGraph in com.azure.resourcemanager.resources.fluentcore.dag Modifier and Type Class Description classTaskGroupType representing a group of task entries with dependencies between them.Fields in com.azure.resourcemanager.resources.fluentcore.dag with type parameters of type DAGraph Modifier and Type Field Description protected List<DAGraph<DataT,NodeT>>DAGraph. parentDAGsthe immediate parent graphs of this graph.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type DAGraph Modifier and Type Method Description voidDAGraph. addDependencyGraph(DAGraph<DataT,NodeT> dependencyGraph)Mark root of this DAG depends on given DAG's root.voidDAGraph. addDependentGraph(DAGraph<DataT,NodeT> dependentGraph)Mark root of the given DAG depends on this DAG's root.
-