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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.StopContainersRequestProto.Builder
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addAllContainerId(Iterable<? extends YarnProtos.ContainerIdProto> values)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerId(int index, YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerId(YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.clear()
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.clearContainerId()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.clone()
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.mergeFrom(YarnServiceProtos.StopContainersRequestProto other)
           
static YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.newBuilder()
           
static YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.newBuilder(YarnServiceProtos.StopContainersRequestProto prototype)
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.newBuilderForType()
           
protected  YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.removeContainerId(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.setContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.setContainerId(int index, YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.