public static interface ErrorHandlingProtos.StackTraceElementMessageOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeclaringClass()
optional string declaring_class = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getDeclaringClassBytes()
optional string declaring_class = 1; |
String |
getFileName()
optional string file_name = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 3; |
int |
getLineNumber()
optional int32 line_number = 4; |
String |
getMethodName()
optional string method_name = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 2; |
boolean |
hasDeclaringClass()
optional string declaring_class = 1; |
boolean |
hasFileName()
optional string file_name = 3; |
boolean |
hasLineNumber()
optional int32 line_number = 4; |
boolean |
hasMethodName()
optional string method_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeclaringClass()
optional string declaring_class = 1;String getDeclaringClass()
optional string declaring_class = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;boolean hasMethodName()
optional string method_name = 2;String getMethodName()
optional string method_name = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;boolean hasFileName()
optional string file_name = 3;String getFileName()
optional string file_name = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;boolean hasLineNumber()
optional int32 line_number = 4;int getLineNumber()
optional int32 line_number = 4;Copyright © 2007–2019 Cloudera. All rights reserved.