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 © 2020 Hazelcast, Inc.. All Rights Reserved.