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


Method Summary
 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.ProgressProto getProgress()
          optional .ProgressProto progress = 3;
 DAGProtos.ProgressProtoOrBuilder getProgressOrBuilder()
          optional .ProgressProto progress = 3;
 DAGProtos.VertexStatusStateProto getState()
          optional .VertexStatusStateProto state = 1;
 DAGProtos.TezCountersProto getVertexCounters()
          optional .TezCountersProto vertexCounters = 4;
 DAGProtos.TezCountersProtoOrBuilder getVertexCountersOrBuilder()
          optional .TezCountersProto vertexCounters = 4;
 boolean hasProgress()
          optional .ProgressProto progress = 3;
 boolean hasState()
          optional .VertexStatusStateProto state = 1;
 boolean hasVertexCounters()
          optional .TezCountersProto vertexCounters = 4;
 
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
 

Method Detail

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.