| Package | Description |
|---|---|
| org.apache.flink.test.util |
| Class and Description |
|---|
| AbstractTestBase
Base class for unit tests that run multiple tests and want to reuse the same Flink cluster.
|
| JobSubmission
Programmatic definition of a job-submission.
|
| JobSubmission.JobSubmissionBuilder
Builder for the
JobSubmission. |
| MiniClusterWithClientResource
Starts a Flink mini cluster as a resource and registers the respective ExecutionEnvironment and
StreamExecutionEnvironment.
|
| MultipleProgramsTestBase.TestExecutionMode
Enum that defines which execution environment to run the next test on: An embedded local
flink cluster, or the collection execution backend.
|
| ShellScript.ShellScriptBuilder
Builder to create shell script.
|
| SQLJobClientMode
Use which client to submit job.
|
| SQLJobClientMode.EmbeddedSqlClient
Use the Sql Client embedded mode to submit jobs.
|
| SQLJobClientMode.GatewayClientMode
The base gateway mode to submit jobs.
|
| SQLJobClientMode.GatewaySqlClient
Uses the Sql Client gateway mode to submit jobs.
|
| SQLJobClientMode.HiveJDBC
Uses the Hive JDBC to submit jobs.
|
| SQLJobClientMode.RestClient
Uses a REST Client to submit jobs.
|
| SQLJobSubmission
Programmatic definition of a SQL job-submission.
|
| SQLJobSubmission.SQLJobSubmissionBuilder
Builder for the
SQLJobSubmission. |
| TestEnvironment
A
ExecutionEnvironment implementation which executes its jobs on a MiniCluster. |
| TestProcessBuilder
Utility class wrapping
ProcessBuilder and pre-configuring it with common options. |
TestProcessBuilder.TestProcess
Process with it's processOutput. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.