Package | Description |
---|---|
org.apache.flink.client.deployment.executors | |
org.apache.flink.client.program | |
org.apache.flink.runtime.minicluster |
Modifier and Type | Method and Description |
---|---|
static LocalExecutor |
LocalExecutor.createWithFactory(Configuration configuration,
java.util.function.Function<MiniClusterConfiguration,MiniCluster> miniClusterFactory) |
Modifier and Type | Method and Description |
---|---|
static PerJobMiniClusterFactory |
PerJobMiniClusterFactory.createWithFactory(Configuration configuration,
java.util.function.Function<? super MiniClusterConfiguration,? extends MiniCluster> miniClusterFactory) |
Modifier and Type | Method and Description |
---|---|
MiniClusterConfiguration |
MiniClusterConfiguration.Builder.build() |
Constructor and Description |
---|
MiniCluster(MiniClusterConfiguration miniClusterConfiguration)
Creates a new Flink mini cluster based on the given configuration.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.