public static final class MRProtos.TaskAttemptReportProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<MRProtos.TaskAttemptReportProto.Builder> implements MRProtos.TaskAttemptReportProtoOrBuilder
hadoop.mapreduce.TaskAttemptReportProto
Modifier and Type | Method and Description |
---|---|
MRProtos.TaskAttemptReportProto |
build() |
MRProtos.TaskAttemptReportProto |
buildPartial() |
MRProtos.TaskAttemptReportProto.Builder |
clear() |
MRProtos.TaskAttemptReportProto.Builder |
clearContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.TaskAttemptReportProto.Builder |
clearCounters()
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.TaskAttemptReportProto.Builder |
clearDiagnosticInfo()
optional string diagnostic_info = 7; |
MRProtos.TaskAttemptReportProto.Builder |
clearFinishTime()
optional int64 finish_time = 5; |
MRProtos.TaskAttemptReportProto.Builder |
clearNodeManagerHost()
optional string node_manager_host = 12; |
MRProtos.TaskAttemptReportProto.Builder |
clearNodeManagerHttpPort()
optional int32 node_manager_http_port = 14; |
MRProtos.TaskAttemptReportProto.Builder |
clearNodeManagerPort()
optional int32 node_manager_port = 13; |
MRProtos.TaskAttemptReportProto.Builder |
clearPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
MRProtos.TaskAttemptReportProto.Builder |
clearProgress()
optional float progress = 3; |
MRProtos.TaskAttemptReportProto.Builder |
clearShuffleFinishTime()
optional int64 shuffle_finish_time = 10; |
MRProtos.TaskAttemptReportProto.Builder |
clearSortFinishTime()
optional int64 sort_finish_time = 11; |
MRProtos.TaskAttemptReportProto.Builder |
clearStartTime()
optional int64 start_time = 4; |
MRProtos.TaskAttemptReportProto.Builder |
clearStateString()
optional string state_string = 8; |
MRProtos.TaskAttemptReportProto.Builder |
clearTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptReportProto.Builder |
clearTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2; |
MRProtos.TaskAttemptReportProto.Builder |
clone() |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto |
getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder |
getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder |
getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.CountersProto |
getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.CountersProto.Builder |
getCountersBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.CountersProtoOrBuilder |
getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.TaskAttemptReportProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDiagnosticInfo()
optional string diagnostic_info = 7; |
com.google.protobuf.ByteString |
getDiagnosticInfoBytes()
optional string diagnostic_info = 7; |
long |
getFinishTime()
optional int64 finish_time = 5; |
String |
getNodeManagerHost()
optional string node_manager_host = 12; |
com.google.protobuf.ByteString |
getNodeManagerHostBytes()
optional string node_manager_host = 12; |
int |
getNodeManagerHttpPort()
optional int32 node_manager_http_port = 14; |
int |
getNodeManagerPort()
optional int32 node_manager_port = 13; |
MRProtos.PhaseProto |
getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
float |
getProgress()
optional float progress = 3; |
long |
getShuffleFinishTime()
optional int64 shuffle_finish_time = 10; |
long |
getSortFinishTime()
optional int64 sort_finish_time = 11; |
long |
getStartTime()
optional int64 start_time = 4; |
String |
getStateString()
optional string state_string = 8; |
com.google.protobuf.ByteString |
getStateStringBytes()
optional string state_string = 8; |
MRProtos.TaskAttemptIdProto |
getTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptIdProto.Builder |
getTaskAttemptIdBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptIdProtoOrBuilder |
getTaskAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptStateProto |
getTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2; |
boolean |
hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
boolean |
hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6; |
boolean |
hasDiagnosticInfo()
optional string diagnostic_info = 7; |
boolean |
hasFinishTime()
optional int64 finish_time = 5; |
boolean |
hasNodeManagerHost()
optional string node_manager_host = 12; |
boolean |
hasNodeManagerHttpPort()
optional int32 node_manager_http_port = 14; |
boolean |
hasNodeManagerPort()
optional int32 node_manager_port = 13; |
boolean |
hasPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
boolean |
hasProgress()
optional float progress = 3; |
boolean |
hasShuffleFinishTime()
optional int64 shuffle_finish_time = 10; |
boolean |
hasSortFinishTime()
optional int64 sort_finish_time = 11; |
boolean |
hasStartTime()
optional int64 start_time = 4; |
boolean |
hasStateString()
optional string state_string = 8; |
boolean |
hasTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
boolean |
hasTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MRProtos.TaskAttemptReportProto.Builder |
mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.TaskAttemptReportProto.Builder |
mergeCounters(MRProtos.CountersProto value)
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.TaskAttemptReportProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MRProtos.TaskAttemptReportProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
MRProtos.TaskAttemptReportProto.Builder |
mergeFrom(MRProtos.TaskAttemptReportProto other) |
MRProtos.TaskAttemptReportProto.Builder |
mergeTaskAttemptId(MRProtos.TaskAttemptIdProto value)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptReportProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.TaskAttemptReportProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 15; |
MRProtos.TaskAttemptReportProto.Builder |
setCounters(MRProtos.CountersProto.Builder builderForValue)
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.TaskAttemptReportProto.Builder |
setCounters(MRProtos.CountersProto value)
optional .hadoop.mapreduce.CountersProto counters = 6; |
MRProtos.TaskAttemptReportProto.Builder |
setDiagnosticInfo(String value)
optional string diagnostic_info = 7; |
MRProtos.TaskAttemptReportProto.Builder |
setDiagnosticInfoBytes(com.google.protobuf.ByteString value)
optional string diagnostic_info = 7; |
MRProtos.TaskAttemptReportProto.Builder |
setFinishTime(long value)
optional int64 finish_time = 5; |
MRProtos.TaskAttemptReportProto.Builder |
setNodeManagerHost(String value)
optional string node_manager_host = 12; |
MRProtos.TaskAttemptReportProto.Builder |
setNodeManagerHostBytes(com.google.protobuf.ByteString value)
optional string node_manager_host = 12; |
MRProtos.TaskAttemptReportProto.Builder |
setNodeManagerHttpPort(int value)
optional int32 node_manager_http_port = 14; |
MRProtos.TaskAttemptReportProto.Builder |
setNodeManagerPort(int value)
optional int32 node_manager_port = 13; |
MRProtos.TaskAttemptReportProto.Builder |
setPhase(MRProtos.PhaseProto value)
optional .hadoop.mapreduce.PhaseProto phase = 9; |
MRProtos.TaskAttemptReportProto.Builder |
setProgress(float value)
optional float progress = 3; |
MRProtos.TaskAttemptReportProto.Builder |
setShuffleFinishTime(long value)
optional int64 shuffle_finish_time = 10; |
MRProtos.TaskAttemptReportProto.Builder |
setSortFinishTime(long value)
optional int64 sort_finish_time = 11; |
MRProtos.TaskAttemptReportProto.Builder |
setStartTime(long value)
optional int64 start_time = 4; |
MRProtos.TaskAttemptReportProto.Builder |
setStateString(String value)
optional string state_string = 8; |
MRProtos.TaskAttemptReportProto.Builder |
setStateStringBytes(com.google.protobuf.ByteString value)
optional string state_string = 8; |
MRProtos.TaskAttemptReportProto.Builder |
setTaskAttemptId(MRProtos.TaskAttemptIdProto.Builder builderForValue)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptReportProto.Builder |
setTaskAttemptId(MRProtos.TaskAttemptIdProto value)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1; |
MRProtos.TaskAttemptReportProto.Builder |
setTaskAttemptState(MRProtos.TaskAttemptStateProto value)
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2; |
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<MRProtos.TaskAttemptReportProto.Builder>
public MRProtos.TaskAttemptReportProto.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<MRProtos.TaskAttemptReportProto.Builder>
public MRProtos.TaskAttemptReportProto.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<MRProtos.TaskAttemptReportProto.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<MRProtos.TaskAttemptReportProto.Builder>
public MRProtos.TaskAttemptReportProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public MRProtos.TaskAttemptReportProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.TaskAttemptReportProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public MRProtos.TaskAttemptReportProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<MRProtos.TaskAttemptReportProto.Builder>
public MRProtos.TaskAttemptReportProto.Builder mergeFrom(MRProtos.TaskAttemptReportProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<MRProtos.TaskAttemptReportProto.Builder>
public MRProtos.TaskAttemptReportProto.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<MRProtos.TaskAttemptReportProto.Builder>
IOException
public boolean hasTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
hasTaskAttemptId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptIdProto getTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
getTaskAttemptId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setTaskAttemptId(MRProtos.TaskAttemptIdProto value)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
public MRProtos.TaskAttemptReportProto.Builder setTaskAttemptId(MRProtos.TaskAttemptIdProto.Builder builderForValue)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
public MRProtos.TaskAttemptReportProto.Builder mergeTaskAttemptId(MRProtos.TaskAttemptIdProto value)
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
public MRProtos.TaskAttemptReportProto.Builder clearTaskAttemptId()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
public MRProtos.TaskAttemptIdProto.Builder getTaskAttemptIdBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
public MRProtos.TaskAttemptIdProtoOrBuilder getTaskAttemptIdOrBuilder()
optional .hadoop.mapreduce.TaskAttemptIdProto task_attempt_id = 1;
getTaskAttemptIdOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
hasTaskAttemptState
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptStateProto getTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
getTaskAttemptState
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setTaskAttemptState(MRProtos.TaskAttemptStateProto value)
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
public MRProtos.TaskAttemptReportProto.Builder clearTaskAttemptState()
optional .hadoop.mapreduce.TaskAttemptStateProto task_attempt_state = 2;
public boolean hasProgress()
optional float progress = 3;
hasProgress
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public float getProgress()
optional float progress = 3;
getProgress
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setProgress(float value)
optional float progress = 3;
public MRProtos.TaskAttemptReportProto.Builder clearProgress()
optional float progress = 3;
public boolean hasStartTime()
optional int64 start_time = 4;
hasStartTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getStartTime()
optional int64 start_time = 4;
getStartTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setStartTime(long value)
optional int64 start_time = 4;
public MRProtos.TaskAttemptReportProto.Builder clearStartTime()
optional int64 start_time = 4;
public boolean hasFinishTime()
optional int64 finish_time = 5;
hasFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getFinishTime()
optional int64 finish_time = 5;
getFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setFinishTime(long value)
optional int64 finish_time = 5;
public MRProtos.TaskAttemptReportProto.Builder clearFinishTime()
optional int64 finish_time = 5;
public boolean hasCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
hasCounters
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.CountersProto getCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCounters
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setCounters(MRProtos.CountersProto value)
optional .hadoop.mapreduce.CountersProto counters = 6;
public MRProtos.TaskAttemptReportProto.Builder setCounters(MRProtos.CountersProto.Builder builderForValue)
optional .hadoop.mapreduce.CountersProto counters = 6;
public MRProtos.TaskAttemptReportProto.Builder mergeCounters(MRProtos.CountersProto value)
optional .hadoop.mapreduce.CountersProto counters = 6;
public MRProtos.TaskAttemptReportProto.Builder clearCounters()
optional .hadoop.mapreduce.CountersProto counters = 6;
public MRProtos.CountersProto.Builder getCountersBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;
public MRProtos.CountersProtoOrBuilder getCountersOrBuilder()
optional .hadoop.mapreduce.CountersProto counters = 6;
getCountersOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public boolean hasDiagnosticInfo()
optional string diagnostic_info = 7;
hasDiagnosticInfo
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getDiagnosticInfo()
optional string diagnostic_info = 7;
getDiagnosticInfo
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticInfoBytes()
optional string diagnostic_info = 7;
getDiagnosticInfoBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setDiagnosticInfo(String value)
optional string diagnostic_info = 7;
public MRProtos.TaskAttemptReportProto.Builder clearDiagnosticInfo()
optional string diagnostic_info = 7;
public MRProtos.TaskAttemptReportProto.Builder setDiagnosticInfoBytes(com.google.protobuf.ByteString value)
optional string diagnostic_info = 7;
public boolean hasStateString()
optional string state_string = 8;
hasStateString
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getStateString()
optional string state_string = 8;
getStateString
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getStateStringBytes()
optional string state_string = 8;
getStateStringBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setStateString(String value)
optional string state_string = 8;
public MRProtos.TaskAttemptReportProto.Builder clearStateString()
optional string state_string = 8;
public MRProtos.TaskAttemptReportProto.Builder setStateStringBytes(com.google.protobuf.ByteString value)
optional string state_string = 8;
public boolean hasPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;
hasPhase
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.PhaseProto getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;
getPhase
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setPhase(MRProtos.PhaseProto value)
optional .hadoop.mapreduce.PhaseProto phase = 9;
public MRProtos.TaskAttemptReportProto.Builder clearPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9;
public boolean hasShuffleFinishTime()
optional int64 shuffle_finish_time = 10;
hasShuffleFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getShuffleFinishTime()
optional int64 shuffle_finish_time = 10;
getShuffleFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setShuffleFinishTime(long value)
optional int64 shuffle_finish_time = 10;
public MRProtos.TaskAttemptReportProto.Builder clearShuffleFinishTime()
optional int64 shuffle_finish_time = 10;
public boolean hasSortFinishTime()
optional int64 sort_finish_time = 11;
hasSortFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public long getSortFinishTime()
optional int64 sort_finish_time = 11;
getSortFinishTime
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setSortFinishTime(long value)
optional int64 sort_finish_time = 11;
public MRProtos.TaskAttemptReportProto.Builder clearSortFinishTime()
optional int64 sort_finish_time = 11;
public boolean hasNodeManagerHost()
optional string node_manager_host = 12;
hasNodeManagerHost
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public String getNodeManagerHost()
optional string node_manager_host = 12;
getNodeManagerHost
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public com.google.protobuf.ByteString getNodeManagerHostBytes()
optional string node_manager_host = 12;
getNodeManagerHostBytes
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setNodeManagerHost(String value)
optional string node_manager_host = 12;
public MRProtos.TaskAttemptReportProto.Builder clearNodeManagerHost()
optional string node_manager_host = 12;
public MRProtos.TaskAttemptReportProto.Builder setNodeManagerHostBytes(com.google.protobuf.ByteString value)
optional string node_manager_host = 12;
public boolean hasNodeManagerPort()
optional int32 node_manager_port = 13;
hasNodeManagerPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public int getNodeManagerPort()
optional int32 node_manager_port = 13;
getNodeManagerPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setNodeManagerPort(int value)
optional int32 node_manager_port = 13;
public MRProtos.TaskAttemptReportProto.Builder clearNodeManagerPort()
optional int32 node_manager_port = 13;
public boolean hasNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;
hasNodeManagerHttpPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public int getNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;
getNodeManagerHttpPort
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setNodeManagerHttpPort(int value)
optional int32 node_manager_http_port = 14;
public MRProtos.TaskAttemptReportProto.Builder clearNodeManagerHttpPort()
optional int32 node_manager_http_port = 14;
public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
hasContainerId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
getContainerId
in interface MRProtos.TaskAttemptReportProtoOrBuilder
public MRProtos.TaskAttemptReportProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 15;
public MRProtos.TaskAttemptReportProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto container_id = 15;
public MRProtos.TaskAttemptReportProto.Builder mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto container_id = 15;
public MRProtos.TaskAttemptReportProto.Builder clearContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 15;
getContainerIdOrBuilder
in interface MRProtos.TaskAttemptReportProtoOrBuilder
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.