Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state.OuterJoinRecordAsyncStateView
-
Packages that use OuterJoinRecordAsyncStateView Package Description org.apache.flink.table.runtime.operators.join.stream.asyncprocessing.state -
-
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 OuterJoinRecordAsyncStateView Modifier and Type Method Description static OuterJoinRecordAsyncStateViewOuterJoinRecordAsyncStateViews. 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.
-