Class WorkLoadManager.WorkerPool.WorkerPoolDevice

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxWorkers()
      Returns the max number of workers for the model and device.
      int getMinWorkers()
      Returns the min number of workers for the model and device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMinWorkers

        public int getMinWorkers()
        Returns the min number of workers for the model and device.
        Returns:
        the min number of workers for the model and device
      • getMaxWorkers

        public int getMaxWorkers()
        Returns the max number of workers for the model and device.
        Returns:
        the max number of workers for the model and device