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, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<YarnProtos.ContainerProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional .hadoop.yarn.ContainerIdProto id = 1;
hasId
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.ContainerIdProto getId()
optional .hadoop.yarn.ContainerIdProto id = 1;
getId
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.ContainerIdProtoOrBuilder getIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto id = 1;
getIdOrBuilder
in interface YarnProtos.ContainerProtoOrBuilder
public boolean hasNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2;
hasNodeId
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.NodeIdProto getNodeId()
optional .hadoop.yarn.NodeIdProto nodeId = 2;
getNodeId
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto nodeId = 2;
getNodeIdOrBuilder
in interface YarnProtos.ContainerProtoOrBuilder
public boolean hasNodeHttpAddress()
optional string node_http_address = 3;
hasNodeHttpAddress
in interface YarnProtos.ContainerProtoOrBuilder
public String getNodeHttpAddress()
optional string node_http_address = 3;
getNodeHttpAddress
in interface YarnProtos.ContainerProtoOrBuilder
public com.google.protobuf.ByteString getNodeHttpAddressBytes()
optional string node_http_address = 3;
getNodeHttpAddressBytes
in interface YarnProtos.ContainerProtoOrBuilder
public boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 4;
hasResource
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;
getResource
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;
getResourceOrBuilder
in interface YarnProtos.ContainerProtoOrBuilder
public boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 5;
hasPriority
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 5;
getPriority
in interface YarnProtos.ContainerProtoOrBuilder
public YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 5;
getPriorityOrBuilder
in interface YarnProtos.ContainerProtoOrBuilder
public boolean hasContainerToken()
optional .hadoop.common.TokenProto container_token = 6;
hasContainerToken
in interface YarnProtos.ContainerProtoOrBuilder
public SecurityProtos.TokenProto getContainerToken()
optional .hadoop.common.TokenProto container_token = 6;
getContainerToken
in interface YarnProtos.ContainerProtoOrBuilder
public SecurityProtos.TokenProtoOrBuilder getContainerTokenOrBuilder()
optional .hadoop.common.TokenProto container_token = 6;
getContainerTokenOrBuilder
in interface YarnProtos.ContainerProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static YarnProtos.ContainerProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.ContainerProto parseFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ContainerProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnProtos.ContainerProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnProtos.ContainerProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.ContainerProto.Builder newBuilder()
public YarnProtos.ContainerProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnProtos.ContainerProto.Builder newBuilder(YarnProtos.ContainerProto prototype)
public YarnProtos.ContainerProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnProtos.ContainerProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.