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