Package com.clickhouse.client
Class ClickHouseThreadFactory
- java.lang.Object
-
- com.clickhouse.client.ClickHouseThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class ClickHouseThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description ClickHouseThreadFactory(Object owner)ClickHouseThreadFactory(Object owner, boolean daemon, int priority)
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThreadin interfaceThreadFactory
-
-