YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequestBuilder()
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainersRequestProto.Builder.addStartContainerRequestBuilder(int index)
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.clear() |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.clearContainerLaunchContext()
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.clearContainerToken()
optional .hadoop.common.TokenProto container_token = 2;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.clone() |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainersRequestProto.Builder.getStartContainerRequestBuilder(int index)
repeated .hadoop.yarn.StartContainerRequestProto start_container_request = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.mergeContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.mergeContainerToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto container_token = 2;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(com.google.protobuf.Message other) |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.mergeFrom(YarnServiceProtos.StartContainerRequestProto other) |
static YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.newBuilder() |
static YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.newBuilder(YarnServiceProtos.StartContainerRequestProto prototype) |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.newBuilderForType() |
protected YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto.Builder builderForValue)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.setContainerLaunchContext(YarnProtos.ContainerLaunchContextProto value)
optional .hadoop.yarn.ContainerLaunchContextProto container_launch_context = 1;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.setContainerToken(SecurityProtos.TokenProto.Builder builderForValue)
optional .hadoop.common.TokenProto container_token = 2;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.Builder.setContainerToken(SecurityProtos.TokenProto value)
optional .hadoop.common.TokenProto container_token = 2;
|
YarnServiceProtos.StartContainerRequestProto.Builder |
YarnServiceProtos.StartContainerRequestProto.toBuilder() |