类 NamedThreadFactory
java.lang.Object
com.sh.util.concurrent.expiringmap.internal.NamedThreadFactory
- 所有已实现的接口:
ThreadFactory
Named thread factory.
-
构造器概要
构造器构造器说明NamedThreadFactory(String nameFormat) Creates a thread factory that names threads according to thenameFormatby supplying a single argument to the format representing the thread number. -
方法概要
-
构造器详细资料
-
NamedThreadFactory
Creates a thread factory that names threads according to thenameFormatby supplying a single argument to the format representing the thread number.- 参数:
nameFormat- String
-
-
方法详细资料
-
newThread
- 指定者:
newThread在接口中ThreadFactory
-