Class IoTThreadFactory
- java.lang.Object
-
- org.apache.iotdb.commons.concurrent.IoTThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Direct Known Subclasses:
IoTDBDaemonThreadFactory
public class IoTThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description IoTThreadFactory(java.lang.String poolName)Constructor of IoTThreadFactory.IoTThreadFactory(java.lang.String poolName, java.lang.Thread.UncaughtExceptionHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable r)
-