public static interface TopologyMaster.TmasterExceptionLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
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; |
java.lang.String |
getStacktrace()
required string stacktrace = 4; |
com.google.protobuf.ByteString |
getStacktraceBytes()
required string stacktrace = 4; |
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; |
boolean hasComponentName()
required string component_name = 1;
Source of exception.
java.lang.String getComponentName()
required string component_name = 1;
Source of exception.
com.google.protobuf.ByteString getComponentNameBytes()
required string component_name = 1;
Source of exception.
boolean hasHostname()
required string hostname = 2;
Current hostname.
java.lang.String getHostname()
required string hostname = 2;
Current hostname.
com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 2;
Current hostname.
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
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
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
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.
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.
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.
boolean hasLasttime()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
java.lang.String getLasttime()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
com.google.protobuf.ByteString getLasttimeBytes()
required string lasttime = 5;
Last time the exception occurred in the metrics collection interval
boolean hasFirsttime()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
java.lang.String getFirsttime()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
com.google.protobuf.ByteString getFirsttimeBytes()
required string firsttime = 6;
First time the exception occurred in the metrics collection interval
boolean hasCount()
required int32 count = 7;
Number of time exception occurred in the metrics collection interval
int getCount()
required int32 count = 7;
Number of time exception occurred in the metrics collection interval
boolean hasLogging()
optional string logging = 8;
Additional text logged with the exception.
java.lang.String getLogging()
optional string logging = 8;
Additional text logged with the exception.
com.google.protobuf.ByteString getLoggingBytes()
optional string logging = 8;
Additional text logged with the exception.