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