public class PooledThreadFactory extends Object implements ThreadFactory
| 构造器和说明 |
|---|
PooledThreadFactory() |
PooledThreadFactory(String prefix) |
| 限定符和类型 | 方法和说明 |
|---|---|
Thread |
newThread(Runnable r) |
PooledThreadFactory |
withDaemon(boolean daemon) |
PooledThreadFactory |
withPoolNumber() |
PooledThreadFactory |
withPoolNumber(boolean withPoolNumber) |
PooledThreadFactory |
withPrefix(String prefix) |
public PooledThreadFactory()
public PooledThreadFactory(String prefix)
public PooledThreadFactory withPrefix(String prefix)
public PooledThreadFactory withPoolNumber()
public PooledThreadFactory withPoolNumber(boolean withPoolNumber)
public PooledThreadFactory withDaemon(boolean daemon)
public Thread newThread(Runnable r)
newThread 在接口中 ThreadFactoryCopyright © 2025 fossc. All rights reserved.