Package org.apache.arrow.memory.util
Class StackTrace
java.lang.Object
org.apache.arrow.memory.util.StackTrace
Convenient way of obtaining and manipulating stack traces for debugging.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
writeToBuilder
(StringBuilder sb, int indent) Write the stack trace to a StringBuilder.
-
Constructor Details
-
StackTrace
public StackTrace()Constructor. Captures the current stack trace.
-
-
Method Details