C - type of the cluster id to which this result belongs topublic interface DynamicResult<C> extends Result<C>
Note: Make sure to call close() after the result is not needed anymore.
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Closes the retrieval and all involved threads.
|
org.apache.flink.table.sinks.TableSink<?> |
getTableSink()
Returns the table sink required by this result type.
|
boolean |
isMaterialized()
Returns whether this result is materialized such that snapshots can be taken or results
must be retrieved record-wise.
|
void |
startRetrieval(org.apache.flink.core.execution.JobClient jobClient)
Starts retrieving the result using the given
JobClient and monitors it's execution. |
setClusterInformationboolean isMaterialized()
void startRetrieval(org.apache.flink.core.execution.JobClient jobClient)
JobClient and monitors it's execution.org.apache.flink.table.sinks.TableSink<?> getTableSink()
void close()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.