Uses of Class
org.apache.flink.table.runtime.sequencedmultisetstate.SequencedMultiSetStateContext
-
-
Uses of SequencedMultiSetStateContext in org.apache.flink.table.runtime.operators.sink
Constructors in org.apache.flink.table.runtime.operators.sink with parameters of type SequencedMultiSetStateContext Constructor Description SinkUpsertMaterializerV2(boolean hasUpsertKey, SequencedMultiSetStateContext stateParameters) -
Uses of SequencedMultiSetStateContext in org.apache.flink.table.runtime.sequencedmultisetstate
Methods in org.apache.flink.table.runtime.sequencedmultisetstate with parameters of type SequencedMultiSetStateContext Modifier and Type Method Description static SequencedMultiSetState<org.apache.flink.table.data.RowData>SequencedMultiSetState. create(SequencedMultiSetStateContext parameters, org.apache.flink.api.common.functions.RuntimeContext ctx, String backendTypeIdentifier) -
Uses of SequencedMultiSetStateContext in org.apache.flink.table.runtime.sequencedmultisetstate.linked
Methods in org.apache.flink.table.runtime.sequencedmultisetstate.linked with parameters of type SequencedMultiSetStateContext Modifier and Type Method Description static LinkedMultiSetStateLinkedMultiSetState. create(SequencedMultiSetStateContext p, org.apache.flink.api.common.functions.RuntimeContext ctx)
-