Class ChangelogCollectResult
java.lang.Object
org.apache.flink.table.client.gateway.result.CollectResultBase
org.apache.flink.table.client.gateway.result.ChangelogCollectResult
- All Implemented Interfaces:
ChangelogResult,DynamicResult
Collects results and returns them as a changelog.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.table.client.gateway.result.CollectResultBase
CollectResultBase.ResultRetrievalThread -
Field Summary
FieldsFields inherited from class org.apache.flink.table.client.gateway.result.CollectResultBase
executionException, resultLock, retrievalThread -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessRecord(org.apache.flink.table.data.RowData row) TypedResult<List<org.apache.flink.table.data.RowData>>Retrieves the available result records.Methods inherited from class org.apache.flink.table.client.gateway.result.CollectResultBase
close, handleMissingResult, isRetrievingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.client.gateway.result.DynamicResult
close
-
Field Details
-
CHANGE_RECORD_BUFFER_SIZE
@VisibleForTesting protected static final int CHANGE_RECORD_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
ChangelogCollectResult
-
-
Method Details
-
retrieveChanges
Description copied from interface:ChangelogResultRetrieves the available result records.- Specified by:
retrieveChangesin interfaceChangelogResult
-
processRecord
protected void processRecord(org.apache.flink.table.data.RowData row) - Specified by:
processRecordin classCollectResultBase
-