YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addAllContainerId(Iterable<? extends YarnProtos.ContainerIdProto> values)
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.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerId(int index,
YarnProtos.ContainerIdProto value)
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.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.addContainerId(YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;
|
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.clear() |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.clearContainerId()
repeated .hadoop.yarn.ContainerIdProto container_id = 1;
|
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.clone() |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.mergeFrom(com.google.protobuf.Message other) |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.mergeFrom(YarnServiceProtos.GetContainerStatusesRequestProto other) |
static YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.newBuilder() |
static YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.newBuilder(YarnServiceProtos.GetContainerStatusesRequestProto prototype) |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.newBuilderForType() |
protected YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.removeContainerId(int index)
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.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.Builder.setContainerId(int index,
YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto container_id = 1;
|
YarnServiceProtos.GetContainerStatusesRequestProto.Builder |
YarnServiceProtos.GetContainerStatusesRequestProto.toBuilder() |