Class PrioritySettingThreadFactory
java.lang.Object
org.apache.flink.runtime.rpc.pekko.PrioritySettingThreadFactory
- All Implemented Interfaces:
ThreadFactory
Wrapper around a
ThreadFactory that configures the thread priority.-
Constructor Summary
ConstructorsConstructorDescriptionPrioritySettingThreadFactory(ThreadFactory backingThreadFactory, int newThreadPriority) -
Method Summary
-
Constructor Details
-
PrioritySettingThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-