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

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

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


Method Summary
 YarnProtos.ApplicationReportProto getApplications(int index)
           
 int getApplicationsCount()
           
 List<YarnProtos.ApplicationReportProto> getApplicationsList()
           
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)
           
 List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()
           
 
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

getApplicationsList

List<YarnProtos.ApplicationReportProto> getApplicationsList()

getApplications

YarnProtos.ApplicationReportProto getApplications(int index)

getApplicationsCount

int getApplicationsCount()

getApplicationsOrBuilderList

List<? extends YarnProtos.ApplicationReportProtoOrBuilder> getApplicationsOrBuilderList()

getApplicationsOrBuilder

YarnProtos.ApplicationReportProtoOrBuilder getApplicationsOrBuilder(int index)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.