org.apache.hadoop.yarn.proto
Class YarnProtos.NodeHealthStatusProto.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
org.apache.hadoop.yarn.proto.YarnProtos.NodeHealthStatusProto.Builder
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnProtos.NodeHealthStatusProtoOrBuilder
- Enclosing class:
- YarnProtos.NodeHealthStatusProto
public static final class YarnProtos.NodeHealthStatusProto.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
- implements YarnProtos.NodeHealthStatusProtoOrBuilder
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
addAll, newUninitializedMessageException |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
clear
public YarnProtos.NodeHealthStatusProto.Builder clear()
- Specified by:
clear in interface com.google.protobuf.Message.Builder- Specified by:
clear in interface com.google.protobuf.MessageLite.Builder- Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
clone
public YarnProtos.NodeHealthStatusProto.Builder clone()
- Specified by:
clone in interface com.google.protobuf.Message.Builder- Specified by:
clone in interface com.google.protobuf.MessageLite.Builder- Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder- Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
getDefaultInstanceForType
public YarnProtos.NodeHealthStatusProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
build
public YarnProtos.NodeHealthStatusProto build()
- Specified by:
build in interface com.google.protobuf.Message.Builder- Specified by:
build in interface com.google.protobuf.MessageLite.Builder
buildPartial
public YarnProtos.NodeHealthStatusProto buildPartial()
- Specified by:
buildPartial in interface com.google.protobuf.Message.Builder- Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder
mergeFrom
public YarnProtos.NodeHealthStatusProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder- Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
mergeFrom
public YarnProtos.NodeHealthStatusProto.Builder mergeFrom(YarnProtos.NodeHealthStatusProto other)
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
mergeFrom
public YarnProtos.NodeHealthStatusProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder- Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder- Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.NodeHealthStatusProto.Builder>
- Throws:
IOException
hasIsNodeHealthy
public boolean hasIsNodeHealthy()
- Specified by:
hasIsNodeHealthy in interface YarnProtos.NodeHealthStatusProtoOrBuilder
getIsNodeHealthy
public boolean getIsNodeHealthy()
- Specified by:
getIsNodeHealthy in interface YarnProtos.NodeHealthStatusProtoOrBuilder
setIsNodeHealthy
public YarnProtos.NodeHealthStatusProto.Builder setIsNodeHealthy(boolean value)
clearIsNodeHealthy
public YarnProtos.NodeHealthStatusProto.Builder clearIsNodeHealthy()
hasHealthReport
public boolean hasHealthReport()
- Specified by:
hasHealthReport in interface YarnProtos.NodeHealthStatusProtoOrBuilder
getHealthReport
public String getHealthReport()
- Specified by:
getHealthReport in interface YarnProtos.NodeHealthStatusProtoOrBuilder
setHealthReport
public YarnProtos.NodeHealthStatusProto.Builder setHealthReport(String value)
clearHealthReport
public YarnProtos.NodeHealthStatusProto.Builder clearHealthReport()
hasLastHealthReportTime
public boolean hasLastHealthReportTime()
- Specified by:
hasLastHealthReportTime in interface YarnProtos.NodeHealthStatusProtoOrBuilder
getLastHealthReportTime
public long getLastHealthReportTime()
- Specified by:
getLastHealthReportTime in interface YarnProtos.NodeHealthStatusProtoOrBuilder
setLastHealthReportTime
public YarnProtos.NodeHealthStatusProto.Builder setLastHealthReportTime(long value)
clearLastHealthReportTime
public YarnProtos.NodeHealthStatusProto.Builder clearLastHealthReportTime()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.