org.apache.tez.dag.recovery.records
Interface RecoveryProtos.VertexFinishedProtoOrBuilder

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

public static interface RecoveryProtos.VertexFinishedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProto getCounters()
          optional .TezCountersProto counters = 6;
 org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder getCountersOrBuilder()
          optional .TezCountersProto counters = 6;
 String getDiagnostics()
          optional string diagnostics = 5;
 com.google.protobuf.ByteString getDiagnosticsBytes()
          optional string diagnostics = 5;
 long getFinishTime()
          optional int64 finish_time = 3;
 int getState()
          optional int32 state = 4;
 String getVertexId()
          optional string vertex_id = 2;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 2;
 String getVertexName()
          optional string vertex_name = 1;
 com.google.protobuf.ByteString getVertexNameBytes()
          optional string vertex_name = 1;
 boolean hasCounters()
          optional .TezCountersProto counters = 6;
 boolean hasDiagnostics()
          optional string diagnostics = 5;
 boolean hasFinishTime()
          optional int64 finish_time = 3;
 boolean hasState()
          optional int32 state = 4;
 boolean hasVertexId()
          optional string vertex_id = 2;
 boolean hasVertexName()
          optional string vertex_name = 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

hasVertexName

boolean hasVertexName()
optional string vertex_name = 1;


getVertexName

String getVertexName()
optional string vertex_name = 1;


getVertexNameBytes

com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;


hasVertexId

boolean hasVertexId()
optional string vertex_id = 2;


getVertexId

String getVertexId()
optional string vertex_id = 2;


getVertexIdBytes

com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;


hasFinishTime

boolean hasFinishTime()
optional int64 finish_time = 3;


getFinishTime

long getFinishTime()
optional int64 finish_time = 3;


hasState

boolean hasState()
optional int32 state = 4;


getState

int getState()
optional int32 state = 4;


hasDiagnostics

boolean hasDiagnostics()
optional string diagnostics = 5;


getDiagnostics

String getDiagnostics()
optional string diagnostics = 5;


getDiagnosticsBytes

com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 5;


hasCounters

boolean hasCounters()
optional .TezCountersProto counters = 6;


getCounters

org.apache.tez.dag.api.records.DAGProtos.TezCountersProto getCounters()
optional .TezCountersProto counters = 6;


getCountersOrBuilder

org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder getCountersOrBuilder()
optional .TezCountersProto counters = 6;



Copyright © 2014 Apache Software Foundation. All rights reserved.