Uses of Interface
org.apache.logging.log4j.message.ThreadInformation
-
Packages that use ThreadInformation Package Description org.apache.logging.log4j.core.message org.apache.logging.log4j.message Public Message Types used for Log4j 2. -
-
Uses of ThreadInformation in org.apache.logging.log4j.core.message
Classes in org.apache.logging.log4j.core.message that implement ThreadInformation Modifier and Type Class Description (package private) classExtendedThreadInformationProvides information on locks and monitors in the thread dump.Methods in org.apache.logging.log4j.core.message that return types with arguments of type ThreadInformation Modifier and Type Method Description java.util.Map<ThreadInformation,java.lang.StackTraceElement[]>ExtendedThreadInfoFactory. createThreadInfo() -
Uses of ThreadInformation in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message that implement ThreadInformation Modifier and Type Class Description (package private) classBasicThreadInformationGenerates information about the current Thread.Fields in org.apache.logging.log4j.message with type parameters of type ThreadInformation Modifier and Type Field Description private java.util.Map<ThreadInformation,java.lang.StackTraceElement[]>ThreadDumpMessage. threadsMethods in org.apache.logging.log4j.message that return types with arguments of type ThreadInformation Modifier and Type Method Description java.util.Map<ThreadInformation,java.lang.StackTraceElement[]>ThreadDumpMessage.BasicThreadInfoFactory. createThreadInfo()java.util.Map<ThreadInformation,java.lang.StackTraceElement[]>ThreadDumpMessage.ThreadInfoFactory. createThreadInfo()
-