Package org.apache.drill.exec.proto
Interface UserBitShared.StackTraceElementWrapperOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.StackTraceElementWrapper,UserBitShared.StackTraceElementWrapper.Builder
- Enclosing class:
UserBitShared
public static interface UserBitShared.StackTraceElementWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string class_name = 1;com.google.protobuf.ByteStringoptional string class_name = 1;optional string file_name = 2;com.google.protobuf.ByteStringoptional string file_name = 2;booleanoptional bool is_native_method = 5;intoptional int32 line_number = 3;optional string method_name = 4;com.google.protobuf.ByteStringoptional string method_name = 4;booleanoptional string class_name = 1;booleanoptional string file_name = 2;booleanoptional bool is_native_method = 5;booleanoptional int32 line_number = 3;booleanoptional string method_name = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasClassName
boolean hasClassName()optional string class_name = 1;- Returns:
- Whether the className field is set.
-
getClassName
String getClassName()optional string class_name = 1;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()optional string class_name = 1;- Returns:
- The bytes for className.
-
hasFileName
boolean hasFileName()optional string file_name = 2;- Returns:
- Whether the fileName field is set.
-
getFileName
String getFileName()optional string file_name = 2;- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()optional string file_name = 2;- Returns:
- The bytes for fileName.
-
hasLineNumber
boolean hasLineNumber()optional int32 line_number = 3;- Returns:
- Whether the lineNumber field is set.
-
getLineNumber
int getLineNumber()optional int32 line_number = 3;- Returns:
- The lineNumber.
-
hasMethodName
boolean hasMethodName()optional string method_name = 4;- Returns:
- Whether the methodName field is set.
-
getMethodName
String getMethodName()optional string method_name = 4;- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()optional string method_name = 4;- Returns:
- The bytes for methodName.
-
hasIsNativeMethod
boolean hasIsNativeMethod()optional bool is_native_method = 5;- Returns:
- Whether the isNativeMethod field is set.
-
getIsNativeMethod
boolean getIsNativeMethod()optional bool is_native_method = 5;- Returns:
- The isNativeMethod.
-