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