Class ThreadPool


  • public class ThreadPool
    extends java.lang.Object
    • Constructor Detail

      • ThreadPool

        public ThreadPool​(long cPtr,
                          boolean cMemoryOwn)
      • ThreadPool

        public ThreadPool​(int threads)
      • ThreadPool

        public ThreadPool()
    • Method Detail

      • getCPtr

        public static long getCPtr​(ThreadPool obj)
      • delete

        public void delete()
      • getNumberOfThreads

        public long getNumberOfThreads()
      • stop

        public void stop()
      • isStopping

        public boolean isStopping()
      • getQueueSize

        public long getQueueSize()
      • waitForEmptyQueue

        public void waitForEmptyQueue()