Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.proto | |
org.apache.hadoop.yarn.proto |
Modifier and Type | Method and Description |
---|---|
YarnProtos.ContainerIdProto.Builder |
MRProtos.TaskAttemptReportProto.Builder.getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
YarnProtos.ContainerIdProto.Builder |
MRProtos.AMInfoProto.Builder.getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 3; |
Modifier and Type | Method and Description |
---|---|
MRProtos.TaskAttemptReportProto.Builder |
MRProtos.TaskAttemptReportProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.AMInfoProto.Builder |
MRProtos.AMInfoProto.Builder.setContainerId(YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 3; |
Modifier and Type | Method and Description |
---|---|
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 |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.addContainersToCleanupBuilder()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
YarnProtos.ContainerIdProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.addContainersToCleanupBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
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 |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.getContainersToCleanupBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
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() |
Modifier and Type | Method and Description |
---|---|
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> |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.getContainersToCleanupBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
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; |
Modifier and Type | Method and Description |
---|---|
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; |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.addContainersToCleanup(int index,
YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.addContainersToCleanup(YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
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; |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.setContainersToCleanup(int index,
YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
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 © 2013 Apache Software Foundation. All rights reserved.