Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateView
Packages that use JoinRecordStateView
Package
Description
-
Uses of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream
Fields in org.apache.flink.table.runtime.operators.join.stream declared as JoinRecordStateViewModifier and TypeFieldDescriptionprotected JoinRecordStateViewStreamingJoinOperator.leftRecordStateViewprotected JoinRecordStateViewStreamingJoinOperator.rightRecordStateViewMethods in org.apache.flink.table.runtime.operators.join.stream with parameters of type JoinRecordStateViewModifier and TypeMethodDescriptionprotected voidStreamingJoinOperator.processElement(org.apache.flink.table.data.RowData input, JoinRecordStateView inputSideStateView, JoinRecordStateView otherSideStateView, boolean inputIsLeft, boolean isSuppress) protected voidMiniBatchStreamingJoinOperator.processSingleSideBundles(BufferBundle<?> inputBuffer, JoinRecordStateView inputSideStateView, JoinRecordStateView otherSideStateView, boolean inputIsLeft) RetractMsg+accumulatingMsg would be optimized which would keep sending retractMsg but do not deal with state. -
Uses of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.state
Subinterfaces of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.stateModifier and TypeInterfaceDescriptioninterfaceAOuterJoinRecordStateViewis an extension toJoinRecordStateView.Methods in org.apache.flink.table.runtime.operators.join.stream.state that return JoinRecordStateViewModifier and TypeMethodDescriptionstatic JoinRecordStateViewJoinRecordStateViews.create(org.apache.flink.api.common.functions.RuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime) Creates aJoinRecordStateViewdepends onJoinInputSideSpec. -
Uses of JoinRecordStateView in org.apache.flink.table.runtime.operators.join.stream.utils
Methods in org.apache.flink.table.runtime.operators.join.stream.utils with parameters of type JoinRecordStateViewModifier and TypeMethodDescriptionstatic AssociatedRecordsAssociatedRecords.fromSyncStateView(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordStateView otherSideStateView, JoinCondition condition) Creates anAssociatedRecordswhich represents the records associated to the input row.