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

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

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


Method Summary
 String getContainerId()
          optional string container_id = 3;
 com.google.protobuf.ByteString getContainerIdBytes()
          optional string container_id = 3;
 String getNodeId()
          optional string node_id = 4;
 com.google.protobuf.ByteString getNodeIdBytes()
          optional string node_id = 4;
 long getStartTime()
          optional int64 start_time = 2;
 String getTaskAttemptId()
          optional string task_attempt_id = 1;
 com.google.protobuf.ByteString getTaskAttemptIdBytes()
          optional string task_attempt_id = 1;
 boolean hasContainerId()
          optional string container_id = 3;
 boolean hasNodeId()
          optional string node_id = 4;
 boolean hasStartTime()
          optional int64 start_time = 2;
 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;


hasStartTime

boolean hasStartTime()
optional int64 start_time = 2;


getStartTime

long getStartTime()
optional int64 start_time = 2;


hasContainerId

boolean hasContainerId()
optional string container_id = 3;


getContainerId

String getContainerId()
optional string container_id = 3;


getContainerIdBytes

com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 3;


hasNodeId

boolean hasNodeId()
optional string node_id = 4;


getNodeId

String getNodeId()
optional string node_id = 4;


getNodeIdBytes

com.google.protobuf.ByteString getNodeIdBytes()
optional string node_id = 4;



Copyright © 2014 Apache Software Foundation. All rights reserved.