public static final class YarnProtos.ContainerReportProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.ContainerReportProtoOrBuilder
hadoop.yarn.ContainerReportProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnProtos.ContainerReportProto.Builder
Protobuf type
hadoop.yarn.ContainerReportProto |
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_EXIT_STATUS_FIELD_NUMBER |
static int |
CONTAINER_ID_FIELD_NUMBER |
static int |
CONTAINER_STATE_FIELD_NUMBER |
static int |
CREATION_TIME_FIELD_NUMBER |
static int |
DIAGNOSTICS_INFO_FIELD_NUMBER |
static int |
FINISH_TIME_FIELD_NUMBER |
static int |
LOG_URL_FIELD_NUMBER |
static int |
NODE_HTTP_ADDRESS_FIELD_NUMBER |
static int |
NODE_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnProtos.ContainerReportProto> |
PARSER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getContainerExitStatus()
optional int32 container_exit_status = 9; |
YarnProtos.ContainerIdProto |
getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnProtos.ContainerIdProtoOrBuilder |
getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
YarnProtos.ContainerStateProto |
getContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 10; |
long |
getCreationTime()
optional int64 creation_time = 5; |
static YarnProtos.ContainerReportProto |
getDefaultInstance() |
YarnProtos.ContainerReportProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiagnosticsInfo()
optional string diagnostics_info = 7 [default = "N/A"]; |
com.google.protobuf.ByteString |
getDiagnosticsInfoBytes()
optional string diagnostics_info = 7 [default = "N/A"]; |
long |
getFinishTime()
optional int64 finish_time = 6; |
String |
getLogUrl()
optional string log_url = 8; |
com.google.protobuf.ByteString |
getLogUrlBytes()
optional string log_url = 8; |
String |
getNodeHttpAddress()
optional string node_http_address = 11; |
com.google.protobuf.ByteString |
getNodeHttpAddressBytes()
optional string node_http_address = 11; |
YarnProtos.NodeIdProto |
getNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 3; |
YarnProtos.NodeIdProtoOrBuilder |
getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto node_id = 3; |
com.google.protobuf.Parser<YarnProtos.ContainerReportProto> |
getParserForType() |
YarnProtos.PriorityProto |
getPriority()
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnProtos.PriorityProtoOrBuilder |
getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 4; |
YarnProtos.ResourceProto |
getResource()
optional .hadoop.yarn.ResourceProto resource = 2; |
YarnProtos.ResourceProtoOrBuilder |
getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasContainerExitStatus()
optional int32 container_exit_status = 9; |
boolean |
hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1; |
boolean |
hasContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 10; |
boolean |
hasCreationTime()
optional int64 creation_time = 5; |
boolean |
hasDiagnosticsInfo()
optional string diagnostics_info = 7 [default = "N/A"]; |
boolean |
hasFinishTime()
optional int64 finish_time = 6; |
int |
hashCode() |
boolean |
hasLogUrl()
optional string log_url = 8; |
boolean |
hasNodeHttpAddress()
optional string node_http_address = 11; |
boolean |
hasNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 3; |
boolean |
hasPriority()
optional .hadoop.yarn.PriorityProto priority = 4; |
boolean |
hasResource()
optional .hadoop.yarn.ResourceProto resource = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnProtos.ContainerReportProto.Builder |
newBuilder() |
static YarnProtos.ContainerReportProto.Builder |
newBuilder(YarnProtos.ContainerReportProto prototype) |
YarnProtos.ContainerReportProto.Builder |
newBuilderForType() |
protected YarnProtos.ContainerReportProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnProtos.ContainerReportProto |
parseDelimitedFrom(InputStream input) |
static YarnProtos.ContainerReportProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerReportProto |
parseFrom(byte[] data) |
static YarnProtos.ContainerReportProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerReportProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.ContainerReportProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerReportProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.ContainerReportProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.ContainerReportProto |
parseFrom(InputStream input) |
static YarnProtos.ContainerReportProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.ContainerReportProto.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.ContainerReportProto> PARSER
public static final int CONTAINER_ID_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
public static final int NODE_ID_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
public static final int DIAGNOSTICS_INFO_FIELD_NUMBER
public static final int LOG_URL_FIELD_NUMBER
public static final int CONTAINER_EXIT_STATUS_FIELD_NUMBER
public static final int CONTAINER_STATE_FIELD_NUMBER
public static final int NODE_HTTP_ADDRESS_FIELD_NUMBER
public static YarnProtos.ContainerReportProto getDefaultInstance()
public YarnProtos.ContainerReportProto 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.ContainerReportProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;hasContainerId in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto container_id = 1;getContainerId in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto container_id = 1;getContainerIdOrBuilder in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 2;hasResource in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 2;getResource in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 2;getResourceOrBuilder in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 3;hasNodeId in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.NodeIdProto getNodeId()
optional .hadoop.yarn.NodeIdProto node_id = 3;getNodeId in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
optional .hadoop.yarn.NodeIdProto node_id = 3;getNodeIdOrBuilder in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 4;hasPriority in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 4;getPriority in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 4;getPriorityOrBuilder in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasCreationTime()
optional int64 creation_time = 5;hasCreationTime in interface YarnProtos.ContainerReportProtoOrBuilderpublic long getCreationTime()
optional int64 creation_time = 5;getCreationTime in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasFinishTime()
optional int64 finish_time = 6;hasFinishTime in interface YarnProtos.ContainerReportProtoOrBuilderpublic long getFinishTime()
optional int64 finish_time = 6;getFinishTime in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasDiagnosticsInfo()
optional string diagnostics_info = 7 [default = "N/A"];hasDiagnosticsInfo in interface YarnProtos.ContainerReportProtoOrBuilderpublic String getDiagnosticsInfo()
optional string diagnostics_info = 7 [default = "N/A"];getDiagnosticsInfo in interface YarnProtos.ContainerReportProtoOrBuilderpublic com.google.protobuf.ByteString getDiagnosticsInfoBytes()
optional string diagnostics_info = 7 [default = "N/A"];getDiagnosticsInfoBytes in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasLogUrl()
optional string log_url = 8;hasLogUrl in interface YarnProtos.ContainerReportProtoOrBuilderpublic String getLogUrl()
optional string log_url = 8;getLogUrl in interface YarnProtos.ContainerReportProtoOrBuilderpublic com.google.protobuf.ByteString getLogUrlBytes()
optional string log_url = 8;getLogUrlBytes in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasContainerExitStatus()
optional int32 container_exit_status = 9;hasContainerExitStatus in interface YarnProtos.ContainerReportProtoOrBuilderpublic int getContainerExitStatus()
optional int32 container_exit_status = 9;getContainerExitStatus in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 10;hasContainerState in interface YarnProtos.ContainerReportProtoOrBuilderpublic YarnProtos.ContainerStateProto getContainerState()
optional .hadoop.yarn.ContainerStateProto container_state = 10;getContainerState in interface YarnProtos.ContainerReportProtoOrBuilderpublic boolean hasNodeHttpAddress()
optional string node_http_address = 11;hasNodeHttpAddress in interface YarnProtos.ContainerReportProtoOrBuilderpublic String getNodeHttpAddress()
optional string node_http_address = 11;getNodeHttpAddress in interface YarnProtos.ContainerReportProtoOrBuilderpublic com.google.protobuf.ByteString getNodeHttpAddressBytes()
optional string node_http_address = 11;getNodeHttpAddressBytes in interface YarnProtos.ContainerReportProtoOrBuilderpublic 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.ContainerReportProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerReportProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerReportProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerReportProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.ContainerReportProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.ContainerReportProto.Builder newBuilder()
public YarnProtos.ContainerReportProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnProtos.ContainerReportProto.Builder newBuilder(YarnProtos.ContainerReportProto prototype)
public YarnProtos.ContainerReportProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnProtos.ContainerReportProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.