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