org.apache.tez.dag.api.records
Interface DAGProtos.VertexStatusProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- DAGProtos.VertexStatusProto, DAGProtos.VertexStatusProto.Builder
- Enclosing class:
- DAGProtos
public static interface DAGProtos.VertexStatusProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasState
boolean hasState()
optional .VertexStatusStateProto state = 1;
getState
DAGProtos.VertexStatusStateProto getState()
optional .VertexStatusStateProto state = 1;
getDiagnosticsList
List<String> getDiagnosticsList()
repeated string diagnostics = 2;
getDiagnosticsCount
int getDiagnosticsCount()
repeated string diagnostics = 2;
getDiagnostics
String getDiagnostics(int index)
repeated string diagnostics = 2;
getDiagnosticsBytes
com.google.protobuf.ByteString getDiagnosticsBytes(int index)
repeated string diagnostics = 2;
hasProgress
boolean hasProgress()
optional .ProgressProto progress = 3;
getProgress
DAGProtos.ProgressProto getProgress()
optional .ProgressProto progress = 3;
getProgressOrBuilder
DAGProtos.ProgressProtoOrBuilder getProgressOrBuilder()
optional .ProgressProto progress = 3;
hasVertexCounters
boolean hasVertexCounters()
optional .TezCountersProto vertexCounters = 4;
getVertexCounters
DAGProtos.TezCountersProto getVertexCounters()
optional .TezCountersProto vertexCounters = 4;
getVertexCountersOrBuilder
DAGProtos.TezCountersProtoOrBuilder getVertexCountersOrBuilder()
optional .TezCountersProto vertexCounters = 4;
Copyright © 2014 Apache Software Foundation. All rights reserved.