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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetContainersRequestProto.Builder
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.clear()
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.clearApplicationAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.clone()
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.mergeApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.mergeFrom(YarnServiceProtos.GetContainersRequestProto other)
           
static YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.newBuilder()
           
static YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.newBuilder(YarnServiceProtos.GetContainersRequestProto prototype)
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.setApplicationAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto application_attempt_id = 1;
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.