Uses of Class
org.apache.flink.table.runtime.operators.join.stream.utils.JoinInputSideSpec
Packages that use JoinInputSideSpec
Package
Description
-
Uses of JoinInputSideSpec in org.apache.flink.table.runtime.operators.join.stream
Fields in org.apache.flink.table.runtime.operators.join.stream declared as JoinInputSideSpecModifier and TypeFieldDescriptionprotected final JoinInputSideSpecAbstractStreamingJoinOperator.leftInputSideSpecprotected final JoinInputSideSpecAbstractStreamingJoinOperator.rightInputSideSpecMethods in org.apache.flink.table.runtime.operators.join.stream with parameters of type JoinInputSideSpecModifier and TypeMethodDescriptionMiniBatchStreamingJoinOperator.newMiniBatchStreamJoinOperator(FlinkJoinType joinType, InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean leftIsOuter, boolean rightIsOuter, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime, CoBundleTrigger<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData> coBundleTrigger) Constructors in org.apache.flink.table.runtime.operators.join.stream with parameters of type JoinInputSideSpecModifierConstructorDescriptionAbstractStreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime) StreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean leftIsOuter, boolean rightIsOuter, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime) StreamingSemiAntiJoinOperator(boolean isAntiJoin, InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTIme) -
Uses of JoinInputSideSpec in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing
Fields in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing declared as JoinInputSideSpecModifier and TypeFieldDescriptionprotected final JoinInputSideSpecAbstractAsyncStateStreamingJoinOperator.leftInputSideSpecprotected final JoinInputSideSpecAbstractAsyncStateStreamingJoinOperator.rightInputSideSpecConstructors in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing with parameters of type JoinInputSideSpecModifierConstructorDescriptionAbstractAsyncStateStreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime) AsyncStateStreamingJoinOperator(InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean leftIsOuter, boolean rightIsOuter, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime) -
Uses of JoinInputSideSpec in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state
Methods in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state with parameters of type JoinInputSideSpecModifier and TypeMethodDescriptionstatic JoinRecordAsyncStateViewJoinRecordAsyncStateViews.create(org.apache.flink.streaming.api.operators.StreamingRuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime) Creates aJoinRecordAsyncStateViewdepends onJoinInputSideSpec.OuterJoinRecordAsyncStateViews.create(org.apache.flink.streaming.api.operators.StreamingRuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime) Creates aOuterJoinRecordAsyncStateViewdepends onJoinInputSideSpec. -
Uses of JoinInputSideSpec in org.apache.flink.table.runtime.operators.join.stream.state
Methods in org.apache.flink.table.runtime.operators.join.stream.state with parameters of type JoinInputSideSpecModifier 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.static OuterJoinRecordStateViewOuterJoinRecordStateViews.create(org.apache.flink.api.common.functions.RuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime) Creates aOuterJoinRecordStateViewdepends onJoinInputSideSpec. -
Uses of JoinInputSideSpec in org.apache.flink.table.runtime.operators.join.stream.utils
Methods in org.apache.flink.table.runtime.operators.join.stream.utils that return JoinInputSideSpecModifier and TypeMethodDescriptionstatic JoinInputSideSpecJoinInputSideSpec.withoutUniqueKey()Creates aJoinInputSideSpecthat input hasn't any unique keys.static JoinInputSideSpecJoinInputSideSpec.withUniqueKey(InternalTypeInfo<org.apache.flink.table.data.RowData> uniqueKeyType, org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData> uniqueKeySelector) Creates aJoinInputSideSpecthat the input has an unique key.static JoinInputSideSpecJoinInputSideSpec.withUniqueKeyContainedByJoinKey(InternalTypeInfo<org.apache.flink.table.data.RowData> uniqueKeyType, org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData> uniqueKeySelector) Creates aJoinInputSideSpecthat input has an unique key and the unique key is contained by the join key.