Class Threads

java.lang.Object
org.veupathdb.lib.container.jaxrs.utils.Threads

public class Threads extends Object
Utilities for dealing with 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

      public static Threads getInstance()