public static interface DAGProtos.DAGStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DAGProtos.TezCountersProto |
getDagCounters()
optional .TezCountersProto dagCounters = 5; |
DAGProtos.TezCountersProtoOrBuilder |
getDagCountersOrBuilder()
optional .TezCountersProto dagCounters = 5; |
DAGProtos.ProgressProto |
getDAGProgress()
optional .ProgressProto DAGProgress = 3; |
DAGProtos.ProgressProtoOrBuilder |
getDAGProgressOrBuilder()
optional .ProgressProto DAGProgress = 3; |
String |
getDiagnostics(int index)
repeated string diagnostics = 2; |
com.google.protobuf.ByteString |
getDiagnosticsBytes(int index)
repeated string diagnostics = 2; |
int |
getDiagnosticsCount()
repeated string diagnostics = 2; |
List<String> |
getDiagnosticsList()
repeated string diagnostics = 2; |
DAGProtos.DAGStatusStateProto |
getState()
optional .DAGStatusStateProto state = 1; |
DAGProtos.StringProgressPairProto |
getVertexProgress(int index)
repeated .StringProgressPairProto vertexProgress = 4; |
int |
getVertexProgressCount()
repeated .StringProgressPairProto vertexProgress = 4; |
List<DAGProtos.StringProgressPairProto> |
getVertexProgressList()
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.StringProgressPairProtoOrBuilder |
getVertexProgressOrBuilder(int index)
repeated .StringProgressPairProto vertexProgress = 4; |
List<? extends DAGProtos.StringProgressPairProtoOrBuilder> |
getVertexProgressOrBuilderList()
repeated .StringProgressPairProto vertexProgress = 4; |
boolean |
hasDagCounters()
optional .TezCountersProto dagCounters = 5; |
boolean |
hasDAGProgress()
optional .ProgressProto DAGProgress = 3; |
boolean |
hasState()
optional .DAGStatusStateProto state = 1; |
boolean hasState()
optional .DAGStatusStateProto state = 1;DAGProtos.DAGStatusStateProto getState()
optional .DAGStatusStateProto state = 1;int getDiagnosticsCount()
repeated string diagnostics = 2;String getDiagnostics(int index)
repeated string diagnostics = 2;com.google.protobuf.ByteString getDiagnosticsBytes(int index)
repeated string diagnostics = 2;boolean hasDAGProgress()
optional .ProgressProto DAGProgress = 3;DAGProtos.ProgressProto getDAGProgress()
optional .ProgressProto DAGProgress = 3;DAGProtos.ProgressProtoOrBuilder getDAGProgressOrBuilder()
optional .ProgressProto DAGProgress = 3;List<DAGProtos.StringProgressPairProto> getVertexProgressList()
repeated .StringProgressPairProto vertexProgress = 4;DAGProtos.StringProgressPairProto getVertexProgress(int index)
repeated .StringProgressPairProto vertexProgress = 4;int getVertexProgressCount()
repeated .StringProgressPairProto vertexProgress = 4;List<? extends DAGProtos.StringProgressPairProtoOrBuilder> getVertexProgressOrBuilderList()
repeated .StringProgressPairProto vertexProgress = 4;DAGProtos.StringProgressPairProtoOrBuilder getVertexProgressOrBuilder(int index)
repeated .StringProgressPairProto vertexProgress = 4;boolean hasDagCounters()
optional .TezCountersProto dagCounters = 5;DAGProtos.TezCountersProto getDagCounters()
optional .TezCountersProto dagCounters = 5;DAGProtos.TezCountersProtoOrBuilder getDagCountersOrBuilder()
optional .TezCountersProto dagCounters = 5;Copyright © 2016 Apache Software Foundation. All rights reserved.