public static final class YarnProtos.SerializedExceptionProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.SerializedExceptionProtoOrBuilder
hadoop.yarn.SerializedExceptionProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnProtos.SerializedExceptionProto.Builder
Protobuf type
hadoop.yarn.SerializedExceptionProto |
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 |
CAUSE_FIELD_NUMBER |
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnProtos.SerializedExceptionProto> |
PARSER |
static int |
TRACE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
YarnProtos.SerializedExceptionProto |
getCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4; |
YarnProtos.SerializedExceptionProtoOrBuilder |
getCauseOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto cause = 4; |
String |
getClassName()
optional string class_name = 3; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 3; |
static YarnProtos.SerializedExceptionProto |
getDefaultInstance() |
YarnProtos.SerializedExceptionProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getMessage()
optional string message = 1; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 1; |
com.google.protobuf.Parser<YarnProtos.SerializedExceptionProto> |
getParserForType() |
int |
getSerializedSize() |
String |
getTrace()
optional string trace = 2; |
com.google.protobuf.ByteString |
getTraceBytes()
optional string trace = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4; |
boolean |
hasClassName()
optional string class_name = 3; |
int |
hashCode() |
boolean |
hasMessage()
optional string message = 1; |
boolean |
hasTrace()
optional string trace = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnProtos.SerializedExceptionProto.Builder |
newBuilder() |
static YarnProtos.SerializedExceptionProto.Builder |
newBuilder(YarnProtos.SerializedExceptionProto prototype) |
YarnProtos.SerializedExceptionProto.Builder |
newBuilderForType() |
protected YarnProtos.SerializedExceptionProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnProtos.SerializedExceptionProto |
parseDelimitedFrom(InputStream input) |
static YarnProtos.SerializedExceptionProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.SerializedExceptionProto |
parseFrom(byte[] data) |
static YarnProtos.SerializedExceptionProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.SerializedExceptionProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.SerializedExceptionProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.SerializedExceptionProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.SerializedExceptionProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.SerializedExceptionProto |
parseFrom(InputStream input) |
static YarnProtos.SerializedExceptionProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.SerializedExceptionProto.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.SerializedExceptionProto> PARSER
public static final int MESSAGE_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
public static final int CLASS_NAME_FIELD_NUMBER
public static final int CAUSE_FIELD_NUMBER
public static YarnProtos.SerializedExceptionProto getDefaultInstance()
public YarnProtos.SerializedExceptionProto 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.SerializedExceptionProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasMessage()
optional string message = 1;hasMessage in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic String getMessage()
optional string message = 1;getMessage in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
optional string message = 1;getMessageBytes in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic boolean hasTrace()
optional string trace = 2;hasTrace in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic String getTrace()
optional string trace = 2;getTrace in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic com.google.protobuf.ByteString getTraceBytes()
optional string trace = 2;getTraceBytes in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic boolean hasClassName()
optional string class_name = 3;hasClassName in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic String getClassName()
optional string class_name = 3;getClassName in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 3;getClassNameBytes in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic boolean hasCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;hasCause in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic YarnProtos.SerializedExceptionProto getCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;getCause in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic YarnProtos.SerializedExceptionProtoOrBuilder getCauseOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;getCauseOrBuilder in interface YarnProtos.SerializedExceptionProtoOrBuilderpublic 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.SerializedExceptionProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.SerializedExceptionProto.Builder newBuilder()
public YarnProtos.SerializedExceptionProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnProtos.SerializedExceptionProto.Builder newBuilder(YarnProtos.SerializedExceptionProto prototype)
public YarnProtos.SerializedExceptionProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnProtos.SerializedExceptionProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.