Class JoinRecordStateViews
java.lang.Object
org.apache.flink.table.runtime.operators.join.stream.state.JoinRecordStateViews
Utility to create a
JoinRecordStateView depends on JoinInputSideSpec.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
JoinRecordStateViews
public JoinRecordStateViews()
-
-
Method Details
-
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.
-