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, 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.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.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.SerializedExceptionProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasMessage()
optional string message = 1;
hasMessage
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public String getMessage()
optional string message = 1;
getMessage
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
optional string message = 1;
getMessageBytes
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public boolean hasTrace()
optional string trace = 2;
hasTrace
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public String getTrace()
optional string trace = 2;
getTrace
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public com.google.protobuf.ByteString getTraceBytes()
optional string trace = 2;
getTraceBytes
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public boolean hasClassName()
optional string class_name = 3;
hasClassName
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public String getClassName()
optional string class_name = 3;
getClassName
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 3;
getClassNameBytes
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public boolean hasCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
hasCause
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public YarnProtos.SerializedExceptionProto getCause()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
getCause
in interface YarnProtos.SerializedExceptionProtoOrBuilder
public YarnProtos.SerializedExceptionProtoOrBuilder getCauseOrBuilder()
optional .hadoop.yarn.SerializedExceptionProto cause = 4;
getCauseOrBuilder
in interface YarnProtos.SerializedExceptionProtoOrBuilder
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.SerializedExceptionProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.SerializedExceptionProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.SerializedExceptionProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnProtos.SerializedExceptionProto parseFrom(InputStream input) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnProtos.SerializedExceptionProto.Builder newBuilder()
public YarnProtos.SerializedExceptionProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnProtos.SerializedExceptionProto.Builder newBuilder(YarnProtos.SerializedExceptionProto prototype)
public YarnProtos.SerializedExceptionProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnProtos.SerializedExceptionProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.