Class ThreadPoolStats.Stats

    • Constructor Detail

      • Stats

        public Stats​(java.lang.String name,
                     int threads,
                     int queue,
                     int active,
                     long rejected,
                     int largest,
                     long completed)
      • Stats

        public Stats​(StreamInput in)
              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getName

        public java.lang.String getName()
      • getThreads

        public int getThreads()
      • getQueue

        public int getQueue()
      • getActive

        public int getActive()
      • getRejected

        public long getRejected()
      • getLargest

        public int getLargest()
      • getCompleted

        public long getCompleted()