Class Threads
java.lang.Object
org.veupathdb.lib.container.jaxrs.utils.Threads
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
int
Get the total current active thread count.static Threads
-
Method Details
-
getCurrentThreadCount
public int getCurrentThreadCount()Get the total current active thread count.Note: This method cannot be tested due to the Thread and ThreadGroup methods being marked as final.
-
currentThreadCount
public static int currentThreadCount() -
getInstance
-