public class DAGTraversal extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DAGTraversal.Function |
| Constructor and Description |
|---|
DAGTraversal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
traverse(List<Task<? extends Serializable>> tasks,
DAGTraversal.Function function) |
public static void traverse(List<Task<? extends Serializable>> tasks, DAGTraversal.Function function)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.