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

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

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


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

hasTaskAttemptId

boolean hasTaskAttemptId()
optional string task_attempt_id = 1;


getTaskAttemptId

String getTaskAttemptId()
optional string task_attempt_id = 1;


getTaskAttemptIdBytes

com.google.protobuf.ByteString getTaskAttemptIdBytes()
optional string task_attempt_id = 1;


hasFinishTime

boolean hasFinishTime()
optional int64 finish_time = 2;


getFinishTime

long getFinishTime()
optional int64 finish_time = 2;


hasState

boolean hasState()
optional int32 state = 3;


getState

int getState()
optional int32 state = 3;


hasDiagnostics

boolean hasDiagnostics()
optional string diagnostics = 4;


getDiagnostics

String getDiagnostics()
optional string diagnostics = 4;


getDiagnosticsBytes

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


hasCounters

boolean hasCounters()
optional .TezCountersProto counters = 5;


getCounters

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


getCountersOrBuilder

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



Copyright © 2014 Apache Software Foundation. All rights reserved.