Uses of Class
org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
-
Packages that use BufferBundle Package Description org.apache.flink.table.runtime.operators.join.stream org.apache.flink.table.runtime.operators.join.stream.bundle -
-
Uses of BufferBundle in org.apache.flink.table.runtime.operators.join.stream
Methods in org.apache.flink.table.runtime.operators.join.stream with parameters of type BufferBundle Modifier and Type Method Description protected abstract voidMiniBatchStreamingJoinOperator. processBundles(BufferBundle<?> leftBuffer, BufferBundle<?> rightBuffer)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 BufferBundle in org.apache.flink.table.runtime.operators.join.stream.bundle
Subclasses of BufferBundle in org.apache.flink.table.runtime.operators.join.stream.bundle Modifier and Type Class Description classInputSideHasNoUniqueKeyBundleFor the case that input has no uniqueKey.classInputSideHasUniqueKeyBundleFor the case that input has uniqueKey which is not contained by joinKey.classJoinKeyContainsUniqueKeyBundleFor the case that input has joinKey contains uniqueKey.
-