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

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

public static interface RecoveryProtos.ContainerLaunchedProtoOrBuilder
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;
 String getContainerId()
          optional string container_id = 2;
 com.google.protobuf.ByteString getContainerIdBytes()
          optional string container_id = 2;
 long getLaunchTime()
          optional int64 launch_time = 3;
 boolean hasApplicationAttemptId()
          optional string application_attempt_id = 1;
 boolean hasContainerId()
          optional string container_id = 2;
 boolean hasLaunchTime()
          optional int64 launch_time = 3;
 
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;


hasContainerId

boolean hasContainerId()
optional string container_id = 2;


getContainerId

String getContainerId()
optional string container_id = 2;


getContainerIdBytes

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


hasLaunchTime

boolean hasLaunchTime()
optional int64 launch_time = 3;


getLaunchTime

long getLaunchTime()
optional int64 launch_time = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.