Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder

Packages that use YarnProtos.ContainerIdProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.ContainerIdProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerIdProto.Builder
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerIdBuilder()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerIdBuilder()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addReleaseBuilder()
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addReleaseBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.addSucceededRequestsBuilder()
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.addSucceededRequestsBuilder()
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.addSucceededRequestsBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.addSucceededRequestsBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.clear()
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.clearAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto app_attempt_id = 2;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.clearAppId()
          optional .hadoop.yarn.ApplicationIdProto app_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.clearId()
          optional int32 id = 3;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.clone()
           
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainerRequestProto.Builder.getContainerIdBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.GetContainerStatusRequestProto.Builder.getContainerIdBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.ContainerExceptionMapProto.Builder.getContainerIdBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerStatusProto.Builder.getContainerIdBuilder()
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.getContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.getContainerIdBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerProto.Builder.getIdBuilder()
          optional .hadoop.yarn.ContainerIdProto id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.PreemptionContainerProto.Builder.getIdBuilder()
          optional .hadoop.yarn.ContainerIdProto id = 1;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.getReleaseBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.getSucceededRequestsBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnProtos.ContainerIdProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.getSucceededRequestsBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeAppAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto app_attempt_id = 2;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeAppId(YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto app_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.mergeFrom(YarnProtos.ContainerIdProto other)
           
static YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.newBuilder()
           
static YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.newBuilder(YarnProtos.ContainerIdProto prototype)
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.newBuilderForType()
           
protected  YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.setAppAttemptId(YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationAttemptIdProto app_attempt_id = 2;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.setAppAttemptId(YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto app_attempt_id = 2;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.setAppId(YarnProtos.ApplicationIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationIdProto app_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.setAppId(YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto app_id = 1;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.Builder.setId(int value)
          optional int32 id = 3;
 YarnProtos.ContainerIdProto.Builder YarnProtos.ContainerIdProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerIdProto.Builder
 List<YarnProtos.ContainerIdProto.Builder> YarnServiceProtos.StopContainersRequestProto.Builder.getContainerIdBuilderList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<YarnProtos.ContainerIdProto.Builder> YarnServiceProtos.GetContainerStatusesRequestProto.Builder.getContainerIdBuilderList()
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 List<YarnProtos.ContainerIdProto.Builder> YarnServiceProtos.AllocateRequestProto.Builder.getReleaseBuilderList()
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 List<YarnProtos.ContainerIdProto.Builder> YarnServiceProtos.StartContainersResponseProto.Builder.getSucceededRequestsBuilderList()
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 List<YarnProtos.ContainerIdProto.Builder> YarnServiceProtos.StopContainersResponseProto.Builder.getSucceededRequestsBuilderList()
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.ContainerIdProto.Builder
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.addContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          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.GetContainerStatusesRequestProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addRelease(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.addRelease(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnServiceProtos.StartContainersResponseProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.addSucceededRequests(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnServiceProtos.StopContainersResponseProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.addSucceededRequests(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 YarnServiceProtos.StartContainersResponseProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.addSucceededRequests(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnServiceProtos.StopContainersResponseProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.addSucceededRequests(YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 YarnServiceProtos.StopContainersRequestProto.Builder YarnServiceProtos.StopContainersRequestProto.Builder.setContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusesRequestProto.Builder YarnServiceProtos.GetContainerStatusesRequestProto.Builder.setContainerId(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.StopContainerRequestProto.Builder YarnServiceProtos.StopContainerRequestProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.GetContainerStatusRequestProto.Builder YarnServiceProtos.GetContainerStatusRequestProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnServiceProtos.ContainerExceptionMapProto.Builder YarnServiceProtos.ContainerExceptionMapProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerStatusProto.Builder YarnProtos.ContainerStatusProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto container_id = 1;
 YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.Builder.setId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto id = 1;
 YarnProtos.PreemptionContainerProto.Builder YarnProtos.PreemptionContainerProto.Builder.setId(YarnProtos.ContainerIdProto.Builder builderForValue)
          optional .hadoop.yarn.ContainerIdProto id = 1;
 YarnServiceProtos.AllocateRequestProto.Builder YarnServiceProtos.AllocateRequestProto.Builder.setRelease(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto release = 2;
 YarnServiceProtos.StartContainersResponseProto.Builder YarnServiceProtos.StartContainersResponseProto.Builder.setSucceededRequests(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 2;
 YarnServiceProtos.StopContainersResponseProto.Builder YarnServiceProtos.StopContainersResponseProto.Builder.setSucceededRequests(int index, YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto succeeded_requests = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.