public static final class Metrics.ExceptionData extends com.google.protobuf.GeneratedMessage implements Metrics.ExceptionDataOrBuilder
heron.proto.system.ExceptionData
Modifier and Type | Class and Description |
---|---|
static class |
Metrics.ExceptionData.Builder
Protobuf type
heron.proto.system.ExceptionData |
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 |
COUNT_FIELD_NUMBER |
static int |
FIRSTTIME_FIELD_NUMBER |
static int |
LASTTIME_FIELD_NUMBER |
static int |
LOGGING_FIELD_NUMBER |
static com.google.protobuf.Parser<Metrics.ExceptionData> |
PARSER |
static int |
STACKTRACE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
required int32 count = 4; |
static Metrics.ExceptionData |
getDefaultInstance() |
Metrics.ExceptionData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFirsttime()
required string firsttime = 3; |
com.google.protobuf.ByteString |
getFirsttimeBytes()
required string firsttime = 3; |
java.lang.String |
getLasttime()
required string lasttime = 2; |
com.google.protobuf.ByteString |
getLasttimeBytes()
required string lasttime = 2; |
java.lang.String |
getLogging()
required string logging = 5; |
com.google.protobuf.ByteString |
getLoggingBytes()
required string logging = 5; |
com.google.protobuf.Parser<Metrics.ExceptionData> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStacktrace()
required string stacktrace = 1; |
com.google.protobuf.ByteString |
getStacktraceBytes()
required string stacktrace = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCount()
required int32 count = 4; |
boolean |
hasFirsttime()
required string firsttime = 3; |
boolean |
hasLasttime()
required string lasttime = 2; |
boolean |
hasLogging()
required string logging = 5; |
boolean |
hasStacktrace()
required string stacktrace = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Metrics.ExceptionData.Builder |
newBuilder() |
static Metrics.ExceptionData.Builder |
newBuilder(Metrics.ExceptionData prototype) |
Metrics.ExceptionData.Builder |
newBuilderForType() |
protected Metrics.ExceptionData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Metrics.ExceptionData |
parseDelimitedFrom(java.io.InputStream input) |
static Metrics.ExceptionData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.ExceptionData |
parseFrom(byte[] data) |
static Metrics.ExceptionData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.ExceptionData |
parseFrom(com.google.protobuf.ByteString data) |
static Metrics.ExceptionData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.ExceptionData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Metrics.ExceptionData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.ExceptionData |
parseFrom(java.io.InputStream input) |
static Metrics.ExceptionData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Metrics.ExceptionData.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Metrics.ExceptionData> PARSER
public static final int STACKTRACE_FIELD_NUMBER
public static final int LASTTIME_FIELD_NUMBER
public static final int FIRSTTIME_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
public static final int LOGGING_FIELD_NUMBER
public static Metrics.ExceptionData getDefaultInstance()
public Metrics.ExceptionData 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<Metrics.ExceptionData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasStacktrace()
required string stacktrace = 1;
Stack trace of exception. First two lines of stack trace is used for aggregating exception.
hasStacktrace
in interface Metrics.ExceptionDataOrBuilder
public java.lang.String getStacktrace()
required string stacktrace = 1;
Stack trace of exception. First two lines of stack trace is used for aggregating exception.
getStacktrace
in interface Metrics.ExceptionDataOrBuilder
public com.google.protobuf.ByteString getStacktraceBytes()
required string stacktrace = 1;
Stack trace of exception. First two lines of stack trace is used for aggregating exception.
getStacktraceBytes
in interface Metrics.ExceptionDataOrBuilder
public boolean hasLasttime()
required string lasttime = 2;
Last time the exception occurred in the metrics collection interval
hasLasttime
in interface Metrics.ExceptionDataOrBuilder
public java.lang.String getLasttime()
required string lasttime = 2;
Last time the exception occurred in the metrics collection interval
getLasttime
in interface Metrics.ExceptionDataOrBuilder
public com.google.protobuf.ByteString getLasttimeBytes()
required string lasttime = 2;
Last time the exception occurred in the metrics collection interval
getLasttimeBytes
in interface Metrics.ExceptionDataOrBuilder
public boolean hasFirsttime()
required string firsttime = 3;
First time the exception occurred in the metrics collection interval
hasFirsttime
in interface Metrics.ExceptionDataOrBuilder
public java.lang.String getFirsttime()
required string firsttime = 3;
First time the exception occurred in the metrics collection interval
getFirsttime
in interface Metrics.ExceptionDataOrBuilder
public com.google.protobuf.ByteString getFirsttimeBytes()
required string firsttime = 3;
First time the exception occurred in the metrics collection interval
getFirsttimeBytes
in interface Metrics.ExceptionDataOrBuilder
public boolean hasCount()
required int32 count = 4;
Number of time exception occurred in the metrics collection interval
hasCount
in interface Metrics.ExceptionDataOrBuilder
public int getCount()
required int32 count = 4;
Number of time exception occurred in the metrics collection interval
getCount
in interface Metrics.ExceptionDataOrBuilder
public boolean hasLogging()
required string logging = 5;
Additional text logged.
hasLogging
in interface Metrics.ExceptionDataOrBuilder
public java.lang.String getLogging()
required string logging = 5;
Additional text logged.
getLogging
in interface Metrics.ExceptionDataOrBuilder
public com.google.protobuf.ByteString getLoggingBytes()
required string logging = 5;
Additional text logged.
getLoggingBytes
in interface Metrics.ExceptionDataOrBuilder
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 java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static Metrics.ExceptionData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.ExceptionData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.ExceptionData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.ExceptionData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Metrics.ExceptionData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Metrics.ExceptionData.Builder newBuilder()
public Metrics.ExceptionData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Metrics.ExceptionData.Builder newBuilder(Metrics.ExceptionData prototype)
public Metrics.ExceptionData.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Metrics.ExceptionData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage