Package io.trino.jvm
Class Threads
- java.lang.Object
-
- io.trino.jvm.Threads
-
public final class Threads extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringfullToString(ThreadInfo thread)Returns representation ofThreadInfo.
-
-
-
Method Detail
-
fullToString
public static String fullToString(ThreadInfo thread)
Returns representation ofThreadInfo. Similar toThreadInfo.toString()but without a hard-coded limit on number or returned stack frames.
-
-