Class ThreadDumpInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.ThreadDumpInfo
- All Implemented Interfaces:
Serializable,ResponseBody
Class containing thread dump information.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classClass containing information about a thread. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadDumpInfocreate(Collection<ThreadDumpInfo.ThreadInfo> threadInfos) static ThreadDumpInfodumpAndCreate(int stacktraceMaxDepth) protected static StringstringifyThreadInfo(ThreadInfo threadInfo, int maxDepth) Custom stringify format of JVM thread info to bypass the MAX_FRAMES = 8 limitation.
-
Field Details
-
FIELD_NAME_THREAD_INFOS
- See Also:
-
-
Method Details
-
getThreadInfos
-
create
-
dumpAndCreate
-
stringifyThreadInfo
Custom stringify format of JVM thread info to bypass the MAX_FRAMES = 8 limitation.This method is based on https://github.com/openjdk/jdk/blob/master/src/java.management/share/classes/java/lang/management/ThreadInfo.java#L597
-