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

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

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


Method Summary
 YarnProtos.ApplicationReportProto getApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationReportOrBuilder()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 boolean hasApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 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

hasApplicationReport

boolean hasApplicationReport()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


getApplicationReport

YarnProtos.ApplicationReportProto getApplicationReport()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


getApplicationReportOrBuilder

YarnProtos.ApplicationReportProtoOrBuilder getApplicationReportOrBuilder()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.