类 NamedThreadFactory

java.lang.Object
com.sh.util.concurrent.expiringmap.internal.NamedThreadFactory
所有已实现的接口:
ThreadFactory

public class NamedThreadFactory extends Object implements ThreadFactory
Named thread factory.
  • 构造器详细资料

    • NamedThreadFactory

      public NamedThreadFactory(String nameFormat)
      Creates a thread factory that names threads according to the nameFormat by supplying a single argument to the format representing the thread number.
      参数:
      nameFormat - String
  • 方法详细资料