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

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

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


Method Summary
 String getApplicationAttemptId()
          optional string application_attempt_id = 1;
 com.google.protobuf.ByteString getApplicationAttemptIdBytes()
          optional string application_attempt_id = 1;
 long getStartTime()
          optional int64 start_time = 2;
 boolean hasApplicationAttemptId()
          optional string application_attempt_id = 1;
 boolean hasStartTime()
          optional int64 start_time = 2;
 
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

hasApplicationAttemptId

boolean hasApplicationAttemptId()
optional string application_attempt_id = 1;


getApplicationAttemptId

String getApplicationAttemptId()
optional string application_attempt_id = 1;


getApplicationAttemptIdBytes

com.google.protobuf.ByteString getApplicationAttemptIdBytes()
optional string application_attempt_id = 1;


hasStartTime

boolean hasStartTime()
optional int64 start_time = 2;


getStartTime

long getStartTime()
optional int64 start_time = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.