public interface TimelineClient
| Modifier and Type | Method and Description |
|---|---|
TaskStatus |
getVertexChild(java.lang.String taskID) |
java.util.Iterator<TaskStatus> |
getVertexChildren(java.lang.String vertexID,
int limit,
java.lang.String startTaskID) |
java.lang.String |
getVertexID(java.lang.String vertexName) |
java.lang.String getVertexID(java.lang.String vertexName) throws java.io.IOException, TezException
java.io.IOExceptionTezExceptionjava.util.Iterator<TaskStatus> getVertexChildren(java.lang.String vertexID, int limit, java.lang.String startTaskID) throws java.io.IOException, TezException
java.io.IOExceptionTezExceptionTaskStatus getVertexChild(java.lang.String taskID) throws TezException
TezExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.