Class OuterJoinRecordStateViews
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.stream.state.OuterJoinRecordStateViews
-
public final class OuterJoinRecordStateViews extends Object
Utility to create aOuterJoinRecordStateViewsdepends onJoinInputSideSpec.
-
-
Constructor Summary
Constructors Constructor Description OuterJoinRecordStateViews()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OuterJoinRecordStateViewcreate(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.
-
-
-
Method Detail
-
create
public static OuterJoinRecordStateView 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.
-
-