Package org.apache.flink.runtime.rpc
Class RpcSystem.FixedThreadPoolExecutorConfiguration
- java.lang.Object
-
- org.apache.flink.runtime.rpc.RpcSystem.FixedThreadPoolExecutorConfiguration
-
-
Constructor Summary
Constructors Constructor Description FixedThreadPoolExecutorConfiguration(int minNumThreads, int maxNumThreads, int threadPriority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxNumThreads()intgetMinNumThreads()intgetThreadPriority()
-