Class ExecutorThreadFactoryBuilder
java.lang.Object
org.apache.shardingsphere.infra.executor.kernel.thread.ExecutorThreadFactoryBuilder
Executor thread factory builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadFactorybuild()Build default thread factory.static ThreadFactoryBuild thread factory with thread name format.
-
Constructor Details
-
ExecutorThreadFactoryBuilder
public ExecutorThreadFactoryBuilder()
-
-
Method Details
-
build
Build default thread factory.- Returns:
- default thread factory
-
build
Build thread factory with thread name format.- Parameters:
nameFormat- thread name format- Returns:
- thread factory
-