Uses of Class
org.apache.flink.table.runtime.operators.join.stream.bundle.BufferBundle
Packages that use BufferBundle
Package
Description
-
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 BufferBundleModifier and TypeMethodDescriptionprotected 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.bundleModifier and TypeClassDescriptionclassFor the case that input has no uniqueKey.classFor the case that input has uniqueKey which is not contained by joinKey.classFor the case that input has joinKey contains uniqueKey.