Uses of Class
org.apache.iotdb.commons.concurrent.IoTThreadFactory
-
Packages that use IoTThreadFactory Package Description org.apache.iotdb.commons.concurrent org.apache.iotdb.commons.concurrent.threadpool -
-
Uses of IoTThreadFactory in org.apache.iotdb.commons.concurrent
Subclasses of IoTThreadFactory in org.apache.iotdb.commons.concurrent Modifier and Type Class Description classIoTDBDaemonThreadFactoryMethods in org.apache.iotdb.commons.concurrent with parameters of type IoTThreadFactory Modifier and Type Method Description static java.util.concurrent.ExecutorServiceIoTDBThreadPoolFactory. newThreadPool(int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, IoTThreadFactory ioTThreadFactory, java.lang.String poolName) -
Uses of IoTThreadFactory in org.apache.iotdb.commons.concurrent.threadpool
Constructors in org.apache.iotdb.commons.concurrent.threadpool with parameters of type IoTThreadFactory Constructor Description WrappedThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue, IoTThreadFactory ioTThreadFactory, java.lang.String mbeanName)
-