Uses of Interface
org.apache.flink.table.runtime.operators.join.stream.state.MultiJoinStateView
-
Packages that use MultiJoinStateView Package Description org.apache.flink.table.runtime.operators.join.stream.state -
-
Uses of MultiJoinStateView in org.apache.flink.table.runtime.operators.join.stream.state
Methods in org.apache.flink.table.runtime.operators.join.stream.state that return MultiJoinStateView Modifier and Type Method Description static MultiJoinStateViewMultiJoinStateViews. create(org.apache.flink.api.common.functions.RuntimeContext ctx, String stateName, JoinInputSideSpec inputSideSpec, org.apache.flink.table.types.logical.RowType joinKeyType, org.apache.flink.table.types.logical.RowType recordType, long retentionTime)Creates aMultiJoinStateViewdepends onJoinInputSideSpec.
-