Interface ServerAdmin.ThreadStatistics

Enclosing interface:
ServerAdmin

public static interface ServerAdmin.ThreadStatistics
Thread statistics
  • Method Details

    • threadCount

      int threadCount()
      Returns:
      the number of threads
    • daemonThreadCount

      int daemonThreadCount()
      Returns:
      the number daemon threads
    • threadStateCount

      Map<Thread.State,Integer> threadStateCount()
      Returns:
      a map containing the number of threads mapped to each thread state