public static final class TopologyMaster.TmasterExceptionLog extends com.google.protobuf.GeneratedMessage implements TopologyMaster.TmasterExceptionLogOrBuilder
heron.proto.tmaster.TmasterExceptionLog
Modifier and Type | Class and Description |
---|---|
static class |
TopologyMaster.TmasterExceptionLog.Builder
Protobuf type
heron.proto.tmaster.TmasterExceptionLog |
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 |
COMPONENT_NAME_FIELD_NUMBER |
static int |
COUNT_FIELD_NUMBER |
static int |
FIRSTTIME_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
INSTANCE_ID_FIELD_NUMBER |
static int |
LASTTIME_FIELD_NUMBER |
static int |
LOGGING_FIELD_NUMBER |
static com.google.protobuf.Parser<TopologyMaster.TmasterExceptionLog> |
PARSER |
static int |
STACKTRACE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentName()
required string component_name = 1; |
com.google.protobuf.ByteString |
getComponentNameBytes()
required string component_name = 1; |
int |
getCount()
required int32 count = 7; |
static TopologyMaster.TmasterExceptionLog |
getDefaultInstance() |
TopologyMaster.TmasterExceptionLog |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFirsttime()
required string firsttime = 6; |
com.google.protobuf.ByteString |
getFirsttimeBytes()
required string firsttime = 6; |
java.lang.String |
getHostname()
required string hostname = 2; |
com.google.protobuf.ByteString |
getHostnameBytes()
required string hostname = 2; |
java.lang.String |
getInstanceId()
required string instance_id = 3; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
required string instance_id = 3; |
java.lang.String |
getLasttime()
required string lasttime = 5; |
com.google.protobuf.ByteString |
getLasttimeBytes()
required string lasttime = 5; |
java.lang.String |
getLogging()
optional string logging = 8; |
com.google.protobuf.ByteString |
getLoggingBytes()
optional string logging = 8; |
com.google.protobuf.Parser<TopologyMaster.TmasterExceptionLog> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStacktrace()
required string stacktrace = 4; |
com.google.protobuf.ByteString |
getStacktraceBytes()
required string stacktrace = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComponentName()
required string component_name = 1; |
boolean |
hasCount()
required int32 count = 7; |
boolean |
hasFirsttime()
required string firsttime = 6; |
boolean |
hasHostname()
required string hostname = 2; |
boolean |
hasInstanceId()
required string instance_id = 3; |
boolean |
hasLasttime()
required string lasttime = 5; |
boolean |
hasLogging()
optional string logging = 8; |
boolean |
hasStacktrace()
required string stacktrace = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TopologyMaster.TmasterExceptionLog.Builder |
newBuilder() |
static TopologyMaster.TmasterExceptionLog.Builder |
newBuilder(TopologyMaster.TmasterExceptionLog prototype) |
TopologyMaster.TmasterExceptionLog.Builder |
newBuilderForType() |
protected TopologyMaster.TmasterExceptionLog.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static TopologyMaster.TmasterExceptionLog |
parseDelimitedFrom(java.io.InputStream input) |
static TopologyMaster.TmasterExceptionLog |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(byte[] data) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(com.google.protobuf.ByteString data) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(java.io.InputStream input) |
static TopologyMaster.TmasterExceptionLog |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TopologyMaster.TmasterExceptionLog.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<TopologyMaster.TmasterExceptionLog> PARSER
public static final int COMPONENT_NAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int INSTANCE_ID_FIELD_NUMBER
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 TopologyMaster.TmasterExceptionLog getDefaultInstance()
public TopologyMaster.TmasterExceptionLog 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<TopologyMaster.TmasterExceptionLog> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasComponentName()
required string component_name = 1;
Source of exception.
hasComponentName
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getComponentName()
required string component_name = 1;
Source of exception.
getComponentName
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 1;
Source of exception.
getComponentNameBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasHostname()
required string hostname = 2;
Current hostname.
hasHostname
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getHostname()
required string hostname = 2;
Current hostname.
getHostname
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 2;
Current hostname.
getHostnameBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasInstanceId()
required string instance_id = 3;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
hasInstanceId
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getInstanceId()
required string instance_id = 3;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
getInstanceId
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getInstanceIdBytes()
required string instance_id = 3;
In case of a regular instance, it is the instance's instance_id. For stmgr it is the stmgr_id
getInstanceIdBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasStacktrace()
required string stacktrace = 4;
TODO: Use heron.proto.system.metrics.ExceptionData isntead of following 5 fields Stack trace of exception. First two lines of stack trace is used for aggregating exception.
hasStacktrace
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getStacktrace()
required string stacktrace = 4;
TODO: Use heron.proto.system.metrics.ExceptionData isntead of following 5 fields Stack trace of exception. First two lines of stack trace is used for aggregating exception.
getStacktrace
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getStacktraceBytes()
required string stacktrace = 4;
TODO: Use heron.proto.system.metrics.ExceptionData isntead of following 5 fields Stack trace of exception. First two lines of stack trace is used for aggregating exception.
getStacktraceBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasLasttime()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
hasLasttime
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getLasttime()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
getLasttime
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getLasttimeBytes()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
getLasttimeBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasFirsttime()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
hasFirsttime
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getFirsttime()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
getFirsttime
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getFirsttimeBytes()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
getFirsttimeBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasCount()
required int32 count = 7;
Number of time exception occurred in the metrics collection interval
hasCount
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public int getCount()
required int32 count = 7;
Number of time exception occurred in the metrics collection interval
getCount
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public boolean hasLogging()
optional string logging = 8;
Additional text logged with the exception.
hasLogging
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public java.lang.String getLogging()
optional string logging = 8;
Additional text logged with the exception.
getLogging
in interface TopologyMaster.TmasterExceptionLogOrBuilder
public com.google.protobuf.ByteString getLoggingBytes()
optional string logging = 8;
Additional text logged with the exception.
getLoggingBytes
in interface TopologyMaster.TmasterExceptionLogOrBuilder
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 TopologyMaster.TmasterExceptionLog parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TopologyMaster.TmasterExceptionLog parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TopologyMaster.TmasterExceptionLog parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TopologyMaster.TmasterExceptionLog parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TopologyMaster.TmasterExceptionLog parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TopologyMaster.TmasterExceptionLog.Builder newBuilder()
public TopologyMaster.TmasterExceptionLog.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TopologyMaster.TmasterExceptionLog.Builder newBuilder(TopologyMaster.TmasterExceptionLog prototype)
public TopologyMaster.TmasterExceptionLog.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TopologyMaster.TmasterExceptionLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage