Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.Graph
-
Packages that use Graph 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 Graph in com.azure.resourcemanager.resources.fluentcore.dag
Subclasses of Graph in com.azure.resourcemanager.resources.fluentcore.dag Modifier and Type Class Description classDAGraph<DataT,NodeT extends DAGNode<DataT,NodeT>>Type representing a DAG (directed acyclic graph).classTaskGroupType representing a group of task entries with dependencies between them.Methods in com.azure.resourcemanager.resources.fluentcore.dag that return Graph Modifier and Type Method Description Graph<DataT,NodeT>Node. owner()Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type Graph Modifier and Type Method Description voidNode. setOwner(Graph<DataT,NodeT> ownerGraph)Sets reference to the graph owning this node.
-