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 |
DAGraph<DataT,NodeT extends DAGNode<DataT,NodeT>>
Type representing a DAG (directed acyclic graph).
|
class |
TaskGroup
Type representing a group of task entries with dependencies between them.
|
Modifier and Type | Method and Description |
---|---|
Graph<DataT,NodeT> |
Node.owner() |
Modifier and Type | Method and Description |
---|---|
void |
Node.setOwner(Graph<DataT,NodeT> ownerGraph)
Sets reference to the graph owning this node.
|
Copyright © 2019. All rights reserved.