public static class BootstrapTools.FixedThreadPoolExecutorConfiguration extends Object
| Constructor and Description |
|---|
FixedThreadPoolExecutorConfiguration(int minNumThreads,
int maxNumThreads,
int threadPriority) |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getAkkaConfig()
Create the executor
Config for the respective executor. |
int |
getMaxNumThreads() |
int |
getMinNumThreads() |
int |
getThreadPriority() |
public FixedThreadPoolExecutorConfiguration(int minNumThreads,
int maxNumThreads,
int threadPriority)
public int getMinNumThreads()
public int getMaxNumThreads()
public int getThreadPriority()
public com.typesafe.config.Config getAkkaConfig()
Config for the respective executor.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.