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