| Package | Description |
|---|---|
| org.apache.flink.table.client.gateway.local | |
| org.apache.flink.table.client.gateway.local.result |
| Constructor and Description |
|---|
ProgramDeployer(ExecutionContext<C> context,
String jobName,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
Result<C> result,
boolean awaitJobResult)
Deploys a table program on the cluster.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangelogResult<C>
A result that is represented as a changelog consisting of insert and delete records.
|
interface |
DynamicResult<C>
A result of a dynamic table program.
|
interface |
MaterializedResult<C>
A result that is materialized and can be viewed by navigating through a snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicResult<C>
Basic result of a table program that has been submitted to a cluster.
|
class |
ChangelogCollectStreamResult<C>
Collects results and returns them as a changelog.
|
class |
CollectStreamResult<C>
A result that works similarly to
DataStreamUtils.collect(DataStream). |
class |
MaterializedCollectBatchResult<C>
Collects results using accumulators and returns them as table snapshots.
|
class |
MaterializedCollectStreamResult<C>
Collects results and returns them as table snapshots.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.