public static final class YarnServerCommonServiceProtos.NMContainerStatusProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder> implements YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
hadoop.yarn.NMContainerStatusProto
Modifier and Type | Method and Description |
---|---|
YarnServerCommonServiceProtos.NMContainerStatusProto |
build() |
YarnServerCommonServiceProtos.NMContainerStatusProto |
buildPartial() |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clear() |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearContainerExitStatus()
optional int32 container_exit_status = 6; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearCreationTime()
optional int64 creation_time = 7; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearDiagnostics()
optional string diagnostics = 5 [default = "N/A"]; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearPriority()
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clearResource()
optional .hadoop.yarn.ResourceProto resource = 3; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
clone() |
int |
getContainerExitStatus()
optional int32 container_exit_status = 6; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto |
getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder |
getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder |
getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerStateProto |
getContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2; |
long |
getCreationTime()
optional int64 creation_time = 7; |
YarnServerCommonServiceProtos.NMContainerStatusProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDiagnostics()
optional string diagnostics = 5 [default = "N/A"]; |
com.google.protobuf.ByteString |
getDiagnosticsBytes()
optional string diagnostics = 5 [default = "N/A"]; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto |
getPriority()
optional .hadoop.yarn.PriorityProto priority = 4; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder |
getPriorityBuilder()
optional .hadoop.yarn.PriorityProto priority = 4; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder |
getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 4; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto |
getResource()
optional .hadoop.yarn.ResourceProto resource = 3; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder |
getResourceBuilder()
optional .hadoop.yarn.ResourceProto resource = 3; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder |
getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 3; |
boolean |
hasContainerExitStatus()
optional int32 container_exit_status = 6; |
boolean |
hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
boolean |
hasContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2; |
boolean |
hasCreationTime()
optional int64 creation_time = 7; |
boolean |
hasDiagnostics()
optional string diagnostics = 5 [default = "N/A"]; |
boolean |
hasPriority()
optional .hadoop.yarn.PriorityProto priority = 4; |
boolean |
hasResource()
optional .hadoop.yarn.ResourceProto resource = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergeFrom(YarnServerCommonServiceProtos.NMContainerStatusProto other) |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergePriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 3; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setContainerExitStatus(int value)
optional int32 container_exit_status = 6; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setContainerState(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStateProto value)
optional .hadoop.yarn.ContainerStateProto container_state = 2; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setCreationTime(long value)
optional int64 creation_time = 7; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setDiagnostics(String value)
optional string diagnostics = 5 [default = "N/A"]; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setDiagnosticsBytes(com.google.protobuf.ByteString value)
optional string diagnostics = 5 [default = "N/A"]; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder builderForValue)
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto resource = 3; |
YarnServerCommonServiceProtos.NMContainerStatusProto.Builder |
setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public YarnServerCommonServiceProtos.NMContainerStatusProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnServerCommonServiceProtos.NMContainerStatusProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergeFrom(YarnServerCommonServiceProtos.NMContainerStatusProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonServiceProtos.NMContainerStatusProto.Builder>
IOException
public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;
hasContainerId
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;
getContainerId
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 1;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 1;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1;
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1;
getContainerIdOrBuilder
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public boolean hasContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2;
hasContainerState
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerStateProto getContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2;
getContainerState
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setContainerState(org.apache.hadoop.yarn.proto.YarnProtos.ContainerStateProto value)
optional .hadoop.yarn.ContainerStateProto container_state = 2;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 2;
public boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 3;
hasResource
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 3;
getResource
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 3;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto resource = 3;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 3;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearResource()
optional .hadoop.yarn.ResourceProto resource = 3;
public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder getResourceBuilder()
optional .hadoop.yarn.ResourceProto resource = 3;
public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 3;
getResourceOrBuilder
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 4;
hasPriority
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 4;
getPriority
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 4;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder builderForValue)
optional .hadoop.yarn.PriorityProto priority = 4;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder mergePriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 4;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearPriority()
optional .hadoop.yarn.PriorityProto priority = 4;
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder getPriorityBuilder()
optional .hadoop.yarn.PriorityProto priority = 4;
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 4;
getPriorityOrBuilder
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public boolean hasDiagnostics()
optional string diagnostics = 5 [default = "N/A"];
hasDiagnostics
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public String getDiagnostics()
optional string diagnostics = 5 [default = "N/A"];
getDiagnostics
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticsBytes()
optional string diagnostics = 5 [default = "N/A"];
getDiagnosticsBytes
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setDiagnostics(String value)
optional string diagnostics = 5 [default = "N/A"];
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearDiagnostics()
optional string diagnostics = 5 [default = "N/A"];
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setDiagnosticsBytes(com.google.protobuf.ByteString value)
optional string diagnostics = 5 [default = "N/A"];
public boolean hasContainerExitStatus()
optional int32 container_exit_status = 6;
hasContainerExitStatus
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public int getContainerExitStatus()
optional int32 container_exit_status = 6;
getContainerExitStatus
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setContainerExitStatus(int value)
optional int32 container_exit_status = 6;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearContainerExitStatus()
optional int32 container_exit_status = 6;
public boolean hasCreationTime()
optional int64 creation_time = 7;
hasCreationTime
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public long getCreationTime()
optional int64 creation_time = 7;
getCreationTime
in interface YarnServerCommonServiceProtos.NMContainerStatusProtoOrBuilder
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder setCreationTime(long value)
optional int64 creation_time = 7;
public YarnServerCommonServiceProtos.NMContainerStatusProto.Builder clearCreationTime()
optional int64 creation_time = 7;
Copyright © 2018 Apache Software Foundation. All Rights Reserved.