Class JoinRecordAsyncStateViews
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state.JoinRecordAsyncStateViews
-
public final class JoinRecordAsyncStateViews extends Object
Utility to create aJoinRecordAsyncStateViewdepends onJoinInputSideSpec.
-
-
Constructor Summary
Constructors Constructor Description JoinRecordAsyncStateViews()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JoinRecordAsyncStateViewcreate(org.apache.flink.streaming.api.operators.StreamingRuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime)Creates aJoinRecordAsyncStateViewdepends onJoinInputSideSpec.
-
-
-
Method Detail
-
create
public static JoinRecordAsyncStateView create(org.apache.flink.streaming.api.operators.StreamingRuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, InternalTypeInfo<org.apache.flink.table.data.RowData> recordType, long retentionTime)
Creates aJoinRecordAsyncStateViewdepends onJoinInputSideSpec.
-
-