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

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

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


Method Summary
 YarnProtos.YarnApplicationStateProto getApplicationStates(int index)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 int getApplicationStatesCount()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 List<YarnProtos.YarnApplicationStateProto> getApplicationStatesList()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 String getApplicationTypes(int index)
          repeated string application_types = 1;
 com.google.protobuf.ByteString getApplicationTypesBytes(int index)
          repeated string application_types = 1;
 int getApplicationTypesCount()
          repeated string application_types = 1;
 List<String> getApplicationTypesList()
          repeated string application_types = 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

getApplicationTypesList

List<String> getApplicationTypesList()
repeated string application_types = 1;


getApplicationTypesCount

int getApplicationTypesCount()
repeated string application_types = 1;


getApplicationTypes

String getApplicationTypes(int index)
repeated string application_types = 1;


getApplicationTypesBytes

com.google.protobuf.ByteString getApplicationTypesBytes(int index)
repeated string application_types = 1;


getApplicationStatesList

List<YarnProtos.YarnApplicationStateProto> getApplicationStatesList()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


getApplicationStatesCount

int getApplicationStatesCount()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


getApplicationStates

YarnProtos.YarnApplicationStateProto getApplicationStates(int index)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.