| 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. |
static interface |
TaskGroup.HasTaskGroup<T,U extends TaskItem<T>>
An interface representing a type that is a part of TaskGroup.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/