org.apache.tez.dag.api.records
Interface DAGProtos.DAGStatusProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGProtos.DAGStatusProto, DAGProtos.DAGStatusProto.Builder
Enclosing class:
DAGProtos

public static interface DAGProtos.DAGStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
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 .DAGStatusStateProto state = 1;


getState

DAGProtos.DAGStatusStateProto getState()
optional .DAGStatusStateProto 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;


hasDAGProgress

boolean hasDAGProgress()
optional .ProgressProto DAGProgress = 3;


getDAGProgress

DAGProtos.ProgressProto getDAGProgress()
optional .ProgressProto DAGProgress = 3;


getDAGProgressOrBuilder

DAGProtos.ProgressProtoOrBuilder getDAGProgressOrBuilder()
optional .ProgressProto DAGProgress = 3;


getVertexProgressList

List<DAGProtos.StringProgressPairProto> getVertexProgressList()
repeated .StringProgressPairProto vertexProgress = 4;


getVertexProgress

DAGProtos.StringProgressPairProto getVertexProgress(int index)
repeated .StringProgressPairProto vertexProgress = 4;


getVertexProgressCount

int getVertexProgressCount()
repeated .StringProgressPairProto vertexProgress = 4;


getVertexProgressOrBuilderList

List<? extends DAGProtos.StringProgressPairProtoOrBuilder> getVertexProgressOrBuilderList()
repeated .StringProgressPairProto vertexProgress = 4;


getVertexProgressOrBuilder

DAGProtos.StringProgressPairProtoOrBuilder getVertexProgressOrBuilder(int index)
repeated .StringProgressPairProto vertexProgress = 4;


hasDagCounters

boolean hasDagCounters()
optional .TezCountersProto dagCounters = 5;


getDagCounters

DAGProtos.TezCountersProto getDagCounters()
optional .TezCountersProto dagCounters = 5;


getDagCountersOrBuilder

DAGProtos.TezCountersProtoOrBuilder getDagCountersOrBuilder()
optional .TezCountersProto dagCounters = 5;



Copyright © 2014 Apache Software Foundation. All rights reserved.