public interface DagInfo
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
org.apache.hadoop.security.Credentials |
getCredentials()
Get credentials for the dag.
|
int |
getIndex()
The index of the current dag
|
String |
getName()
Get the name of the dag
|
int |
getTotalVertices() |
BitSet |
getVertexDescendants(int vertexIndex) |
int getIndex()
String getName()
org.apache.hadoop.security.Credentials getCredentials()
int getTotalVertices()
BitSet getVertexDescendants(int vertexIndex)
org.apache.hadoop.conf.Configuration getConf()
Copyright © 2022 Apache Software Foundation. All rights reserved.