Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state.OuterJoinRecordAsyncStateView
Packages that use OuterJoinRecordAsyncStateView
-
Uses of OuterJoinRecordAsyncStateView in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state
Methods in org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state that return OuterJoinRecordAsyncStateViewModifier and TypeMethodDescriptionOuterJoinRecordAsyncStateViews.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.