Modifier and Type | Method and Description |
---|---|
static LocalExecutor |
LocalExecutor.createWithFactory(Configuration configuration,
Function<MiniClusterConfiguration,MiniCluster> miniClusterFactory) |
Modifier and Type | Method and Description |
---|---|
static PerJobMiniClusterFactory |
PerJobMiniClusterFactory.createWithFactory(Configuration configuration,
Function<? super MiniClusterConfiguration,? extends MiniCluster> miniClusterFactory) |
Constructor and Description |
---|
MiniClusterClient(Configuration configuration,
MiniCluster miniCluster) |
Constructor and Description |
---|
MiniClusterJobClient(JobID jobID,
MiniCluster miniCluster,
ClassLoader classLoader,
MiniClusterJobClient.JobFinalizationBehavior finalizationBehaviour)
|
Modifier and Type | Method and Description |
---|---|
static void |
TestStreamEnvironment.setAsContext(MiniCluster miniCluster,
int parallelism)
Sets the streaming context environment to a TestStreamEnvironment that runs its programs on
the given cluster with the given default parallelism.
|
static void |
TestStreamEnvironment.setAsContext(MiniCluster miniCluster,
int parallelism,
Collection<Path> jarFiles,
Collection<URL> classpaths)
Sets the streaming context environment to a TestStreamEnvironment that runs its programs on
the given cluster with the given default parallelism and the specified jar files and class
paths.
|
Constructor and Description |
---|
TestStreamEnvironment(MiniCluster miniCluster,
Configuration config,
int parallelism,
Collection<Path> jarFiles,
Collection<URL> classPaths) |
TestStreamEnvironment(MiniCluster miniCluster,
int parallelism) |
Modifier and Type | Method and Description |
---|---|
static void |
TestEnvironment.setAsContext(MiniCluster miniCluster,
int parallelism)
Sets the current
ExecutionEnvironment to be a TestEnvironment . |
static void |
TestEnvironment.setAsContext(MiniCluster miniCluster,
int parallelism,
Collection<Path> jarFiles,
Collection<URL> classPaths)
Sets the current
ExecutionEnvironment to be a TestEnvironment . |
Constructor and Description |
---|
MiniClusterPipelineExecutorServiceLoader(MiniCluster miniCluster) |
TestEnvironment(MiniCluster executor,
int parallelism,
boolean isObjectReuseEnabled) |
TestEnvironment(MiniCluster miniCluster,
int parallelism,
boolean isObjectReuseEnabled,
Collection<Path> jarFiles,
Collection<URL> classPaths) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.