Interface ExecutorMonitor

All Known Implementing Classes:
CodeGenThreadPoolExecutor

public interface ExecutorMonitor
  • Method Details

    • getActiveCount

      int getActiveCount()
    • getCompletedTaskCount

      long getCompletedTaskCount()
    • getCorePoolSize

      int getCorePoolSize()
    • getKeepAliveTime

      long getKeepAliveTime(TimeUnit unit)
    • getLargestPoolSize

      int getLargestPoolSize()
    • getMaximumPoolSize

      int getMaximumPoolSize()
    • getPoolSize

      int getPoolSize()
    • getTaskCount

      long getTaskCount()
    • getQueueSize

      long getQueueSize()