public final class SingleExecutorThreadFactory extends AbstractExecutorThreadFactory
classLoader, threadGroup| Constructor and Description | 
|---|
SingleExecutorThreadFactory(HazelcastThreadGroup threadGroup,
                           String threadName)  | 
SingleExecutorThreadFactory(ThreadGroup threadGroup,
                           ClassLoader classLoader,
                           String threadName)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Thread | 
createThread(Runnable r)  | 
newThreadpublic SingleExecutorThreadFactory(ThreadGroup threadGroup, ClassLoader classLoader, String threadName)
public SingleExecutorThreadFactory(HazelcastThreadGroup threadGroup, String threadName)
protected Thread createThread(Runnable r)
createThread in class AbstractExecutorThreadFactoryCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.