| 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 |
TaskGroup<ResultT,TaskT extends TaskItem<ResultT>>
Type representing a group of task entries, each entry holds a
TaskItem and associated
dependency information. |
| Modifier and Type | Method and Description |
|---|---|
void |
DAGraph.merge(DAGraph<DataT,NodeT> parent)
Merge this DAG with another DAG.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/