public static final class YarnProtos.ContainerProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.ContainerProtoOrBuilder
hadoop.yarn.ContainerProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnProtos.ContainerProto.Builder
Protobuf type
hadoop.yarn.ContainerProto |
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 |
CONTAINER_TOKEN_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NODE_HTTP_ADDRESS_FIELD_NUMBER |
static int |
NODEID_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnProtos.ContainerProto> |
PARSER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SecurityProtos.TokenProto |
getContainerToken()
optional .hadoop.common.TokenProto container_token = 6; |
SecurityProtos.TokenProtoOrBuilder |
getContainerTokenOrBuilder()
optional .hadoop.common.TokenProto container_token = 6; |
static YarnProtos.ContainerProto |
getDefaultInstance() |
YarnProtos.ContainerProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
YarnProtos.ContainerIdProto |
getId()
optional .hadoop.yarn.ContainerIdProto id = 1; |
YarnProtos.ContainerIdProtoOrBuilder |
getIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto id = 1; |
String |
getNodeHttpAddress()
optional string node_http_address = 3; |
com.google.protobuf.ByteString |
getNodeHttpAddressBytes()
optional string node_http_address = 3; |
YarnProtos.NodeIdProto |
getNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2; |
YarnProtos.NodeIdProtoOrBuilder |
getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto nodeId = 2; |
com.google.protobuf.Parser<YarnProtos.ContainerProto> |
getParserForType() |
YarnProtos.PriorityProto |
getPriority()
optional .hadoop.yarn.PriorityProto priority = 5; |
YarnProtos.PriorityProtoOrBuilder |
getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 5; |
YarnProtos.ResourceProto |
getResource()
optional .hadoop.yarn.ResourceProto resource = 4; |
YarnProtos.ResourceProtoOrBuilder |
getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasContainerToken()
optional .hadoop.common.TokenProto container_token = 6; |
int |
hashCode() |
boolean |
hasId()
optional .hadoop.yarn.ContainerIdProto id = 1; |
boolean |
hasNodeHttpAddress()
optional string node_http_address = 3; |
boolean |
hasNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2; |
boolean |
hasPriority()
optional .hadoop.yarn.PriorityProto priority = 5; |
boolean |
hasResource()
optional .hadoop.yarn.ResourceProto resource = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnProtos.ContainerProto.Builder |
newBuilder() |
static YarnProtos.ContainerProto.Builder |
newBuilder(YarnProtos.ContainerProto prototype) |
YarnProtos.ContainerProto.Builder |
newBuilderForType() |
protected YarnProtos.ContainerProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnProtos.ContainerProto |
parseDelimitedFrom(InputStream input) |
static YarnProtos.ContainerProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
parseFrom(byte[] data) |
static YarnProtos.ContainerProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.ContainerProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.ContainerProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerProto |
parseFrom(InputStream input) |
static YarnProtos.ContainerProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.ContainerProto.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.ContainerProto> PARSER
public static final int ID_FIELD_NUMBER
public static final int NODEID_FIELD_NUMBER
public static final int NODE_HTTP_ADDRESS_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int CONTAINER_TOKEN_FIELD_NUMBER
public static YarnProtos.ContainerProto getDefaultInstance()
public YarnProtos.ContainerProto 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.ContainerProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
optional .hadoop.yarn.ContainerIdProto id = 1;hasId in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.ContainerIdProto getId()
optional .hadoop.yarn.ContainerIdProto id = 1;getId in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.ContainerIdProtoOrBuilder getIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto id = 1;getIdOrBuilder in interface YarnProtos.ContainerProtoOrBuilderpublic boolean hasNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2;hasNodeId in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.NodeIdProto getNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2;getNodeId in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto nodeId = 2;getNodeIdOrBuilder in interface YarnProtos.ContainerProtoOrBuilderpublic boolean hasNodeHttpAddress()
optional string node_http_address = 3;hasNodeHttpAddress in interface YarnProtos.ContainerProtoOrBuilderpublic String getNodeHttpAddress()
optional string node_http_address = 3;getNodeHttpAddress in interface YarnProtos.ContainerProtoOrBuilderpublic com.google.protobuf.ByteString getNodeHttpAddressBytes()
optional string node_http_address = 3;getNodeHttpAddressBytes in interface YarnProtos.ContainerProtoOrBuilderpublic boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 4;hasResource in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;getResource in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;getResourceOrBuilder in interface YarnProtos.ContainerProtoOrBuilderpublic boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 5;hasPriority in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 5;getPriority in interface YarnProtos.ContainerProtoOrBuilderpublic YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 5;getPriorityOrBuilder in interface YarnProtos.ContainerProtoOrBuilderpublic boolean hasContainerToken()
optional .hadoop.common.TokenProto container_token = 6;hasContainerToken in interface YarnProtos.ContainerProtoOrBuilderpublic SecurityProtos.TokenProto getContainerToken()
optional .hadoop.common.TokenProto container_token = 6;getContainerToken in interface YarnProtos.ContainerProtoOrBuilderpublic SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
optional .hadoop.common.TokenProto container_token = 6;getContainerTokenOrBuilder in interface YarnProtos.ContainerProtoOrBuilderpublic 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.ContainerProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerProto.Builder newBuilder()
public YarnProtos.ContainerProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnProtos.ContainerProto.Builder newBuilder(YarnProtos.ContainerProto prototype)
public YarnProtos.ContainerProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnProtos.ContainerProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.