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

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

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


Method Summary
 YarnProtos.ApplicationReportProto getApplications(int index)
          repeated .hadoop.yarn.ApplicationReportProto applications = 1;
 int getApplicationsCount()
          repeated .hadoop.yarn.ApplicationReportProto applications = 1;
 List<YarnProtos.ApplicationReportProto> getApplicationsList()
          repeated .hadoop.yarn.ApplicationReportProto applications = 1;
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationReportProto applications = 1;
 List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
          repeated .hadoop.yarn.ApplicationReportProto applications = 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

getApplicationsList

List<YarnProtos.ApplicationReportProto> getApplicationsList()
repeated .hadoop.yarn.ApplicationReportProto applications = 1;


getApplications

YarnProtos.ApplicationReportProto getApplications(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 1;


getApplicationsCount

int getApplicationsCount()
repeated .hadoop.yarn.ApplicationReportProto applications = 1;


getApplicationsOrBuilderList

List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
repeated .hadoop.yarn.ApplicationReportProto applications = 1;


getApplicationsOrBuilder

YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationReportProto applications = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.