public static class BootstrapTools.ForkJoinExecutorConfiguration extends Object implements BootstrapTools.ActorSystemExecutorConfiguration
| Constructor and Description |
|---|
ForkJoinExecutorConfiguration(double parallelismFactor,
int minParallelism,
int maxParallelism) |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapTools.ForkJoinExecutorConfiguration |
fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
com.typesafe.config.Config |
getAkkaConfig()
Create the executor
Config for the respective executor. |
int |
getMaxParallelism() |
int |
getMinParallelism() |
double |
getParallelismFactor() |
public ForkJoinExecutorConfiguration(double parallelismFactor,
int minParallelism,
int maxParallelism)
public double getParallelismFactor()
public int getMinParallelism()
public int getMaxParallelism()
public com.typesafe.config.Config getAkkaConfig()
BootstrapTools.ActorSystemExecutorConfigurationConfig for the respective executor.getAkkaConfig in interface BootstrapTools.ActorSystemExecutorConfigurationpublic static BootstrapTools.ForkJoinExecutorConfiguration fromConfiguration(org.apache.flink.configuration.Configuration configuration)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.