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) |
newThread
public SingleExecutorThreadFactory(ThreadGroup threadGroup, ClassLoader classLoader, String threadName)
public SingleExecutorThreadFactory(HazelcastThreadGroup threadGroup, String threadName)
protected Thread createThread(Runnable r)
createThread
in class AbstractExecutorThreadFactory
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.