org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.FinishApplicationMasterRequestProtoOrBuilder

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

public static interface YarnServiceProtos.FinishApplicationMasterRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()
           
 YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()
           
 String getDiagnostics()
           
 YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()
           
 String getTrackingUrl()
           
 boolean hasApplicationAttemptId()
           
 boolean hasDiagnostics()
           
 boolean hasFinalApplicationStatus()
           
 boolean hasTrackingUrl()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasApplicationAttemptId

boolean hasApplicationAttemptId()

getApplicationAttemptId

YarnProtos.ApplicationAttemptIdProto getApplicationAttemptId()

getApplicationAttemptIdOrBuilder

YarnProtos.ApplicationAttemptIdProtoOrBuilder getApplicationAttemptIdOrBuilder()

hasDiagnostics

boolean hasDiagnostics()

getDiagnostics

String getDiagnostics()

hasTrackingUrl

boolean hasTrackingUrl()

getTrackingUrl

String getTrackingUrl()

hasFinalApplicationStatus

boolean hasFinalApplicationStatus()

getFinalApplicationStatus

YarnProtos.FinalApplicationStatusProto getFinalApplicationStatus()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.