public class ThreadUtils extends Object
Constructor and Description |
---|
ThreadUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
currentStackString() |
static void |
errorLogThreadDump(org.slf4j.Logger logger) |
static ThreadFactory |
newDaemonThreadFactory(String prefix) |
static boolean |
stackContains(String name) |
public static String currentStackString()
public static void errorLogThreadDump(org.slf4j.Logger logger)
public static boolean stackContains(String name)
public static ThreadFactory newDaemonThreadFactory(String prefix)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.