protected static class ComputationPool.NamedThreadFactory extends Object implements ThreadFactory
| Modifier and Type | Field and Description | 
|---|---|
protected AtomicInteger | 
count  | 
protected String | 
prefix  | 
| Constructor and Description | 
|---|
NamedThreadFactory(String prefix)  | 
protected final AtomicInteger count
public NamedThreadFactory(String prefix)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2019 Nuxeo. All rights reserved.