Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto.Builder

Packages that use YarnServiceProtos.GetApplicationsRequestProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.GetApplicationsRequestProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetApplicationsRequestProto.Builder
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.addAllApplicationStates(Iterable<? extends YarnProtos.YarnApplicationStateProto> values)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.addAllApplicationTypes(Iterable<String> values)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.addApplicationStates(YarnProtos.YarnApplicationStateProto value)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.addApplicationTypes(String value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.addApplicationTypesBytes(com.google.protobuf.ByteString value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.clear()
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.clearApplicationStates()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.clearApplicationTypes()
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.clone()
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationsRequestProto other)
           
static YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.newBuilder()
           
static YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.newBuilder(YarnServiceProtos.GetApplicationsRequestProto prototype)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.setApplicationStates(int index, YarnProtos.YarnApplicationStateProto value)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.setApplicationTypes(int index, String value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.