public static final class YarnProtos.LabelsToNodeIdsProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.LabelsToNodeIdsProtoOrBuilder
hadoop.yarn.LabelsToNodeIdsProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnProtos.LabelsToNodeIdsProto.Builder
Protobuf type
hadoop.yarn.LabelsToNodeIdsProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
NODEID_FIELD_NUMBER |
static int |
NODELABELS_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnProtos.LabelsToNodeIdsProto> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static YarnProtos.LabelsToNodeIdsProto |
getDefaultInstance() |
YarnProtos.LabelsToNodeIdsProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
YarnProtos.NodeIdProto |
getNodeId(int index)
repeated .hadoop.yarn.NodeIdProto nodeId = 2; |
int |
getNodeIdCount()
repeated .hadoop.yarn.NodeIdProto nodeId = 2; |
List<YarnProtos.NodeIdProto> |
getNodeIdList()
repeated .hadoop.yarn.NodeIdProto nodeId = 2; |
YarnProtos.NodeIdProtoOrBuilder |
getNodeIdOrBuilder(int index)
repeated .hadoop.yarn.NodeIdProto nodeId = 2; |
List<? extends YarnProtos.NodeIdProtoOrBuilder> |
getNodeIdOrBuilderList()
repeated .hadoop.yarn.NodeIdProto nodeId = 2; |
String |
getNodeLabels()
optional string nodeLabels = 1; |
com.google.protobuf.ByteString |
getNodeLabelsBytes()
optional string nodeLabels = 1; |
com.google.protobuf.Parser<YarnProtos.LabelsToNodeIdsProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNodeLabels()
optional string nodeLabels = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnProtos.LabelsToNodeIdsProto.Builder |
newBuilder() |
static YarnProtos.LabelsToNodeIdsProto.Builder |
newBuilder(YarnProtos.LabelsToNodeIdsProto prototype) |
YarnProtos.LabelsToNodeIdsProto.Builder |
newBuilderForType() |
protected YarnProtos.LabelsToNodeIdsProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnProtos.LabelsToNodeIdsProto |
parseDelimitedFrom(InputStream input) |
static YarnProtos.LabelsToNodeIdsProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(byte[] data) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(InputStream input) |
static YarnProtos.LabelsToNodeIdsProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.LabelsToNodeIdsProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<YarnProtos.LabelsToNodeIdsProto> PARSER
public static final int NODELABELS_FIELD_NUMBER
public static final int NODEID_FIELD_NUMBER
public static YarnProtos.LabelsToNodeIdsProto getDefaultInstance()
public YarnProtos.LabelsToNodeIdsProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<YarnProtos.LabelsToNodeIdsProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasNodeLabels()
optional string nodeLabels = 1;hasNodeLabels in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic String getNodeLabels()
optional string nodeLabels = 1;getNodeLabels in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic com.google.protobuf.ByteString getNodeLabelsBytes()
optional string nodeLabels = 1;getNodeLabelsBytes in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic List<YarnProtos.NodeIdProto> getNodeIdList()
repeated .hadoop.yarn.NodeIdProto nodeId = 2;getNodeIdList in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic List<? extends YarnProtos.NodeIdProtoOrBuilder> getNodeIdOrBuilderList()
repeated .hadoop.yarn.NodeIdProto nodeId = 2;getNodeIdOrBuilderList in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic int getNodeIdCount()
repeated .hadoop.yarn.NodeIdProto nodeId = 2;getNodeIdCount in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic YarnProtos.NodeIdProto getNodeId(int index)
repeated .hadoop.yarn.NodeIdProto nodeId = 2;getNodeId in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder(int index)
repeated .hadoop.yarn.NodeIdProto nodeId = 2;getNodeIdOrBuilder in interface YarnProtos.LabelsToNodeIdsProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static YarnProtos.LabelsToNodeIdsProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LabelsToNodeIdsProto.Builder newBuilder()
public YarnProtos.LabelsToNodeIdsProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnProtos.LabelsToNodeIdsProto.Builder newBuilder(YarnProtos.LabelsToNodeIdsProto prototype)
public YarnProtos.LabelsToNodeIdsProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnProtos.LabelsToNodeIdsProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.