Class IoTDBDaemonThreadFactory
- java.lang.Object
-
- org.apache.iotdb.commons.concurrent.IoTThreadFactory
-
- org.apache.iotdb.commons.concurrent.IoTDBDaemonThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class IoTDBDaemonThreadFactory extends IoTThreadFactory
-
-
Constructor Summary
Constructors Constructor Description IoTDBDaemonThreadFactory(java.lang.String poolName)IoTDBDaemonThreadFactory(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)
-
-
-
Method Detail
-
newThread
public java.lang.Thread newThread(java.lang.Runnable r)
- Specified by:
newThreadin interfacejava.util.concurrent.ThreadFactory- Overrides:
newThreadin classIoTThreadFactory
-
-