public abstract class AbstractExecutorThreadFactory extends Object implements ThreadFactory
Modifier and Type | Field and Description |
---|---|
protected ClassLoader |
classLoader |
Constructor and Description |
---|
AbstractExecutorThreadFactory(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected abstract Thread |
createThread(Runnable r) |
Thread |
newThread(Runnable r) |
protected final ClassLoader classLoader
public AbstractExecutorThreadFactory(ClassLoader classLoader)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.