Uses of Interface
org.apache.flink.streaming.api.operators.BoundedOneInput
Packages that use BoundedOneInput
Package
Description
-
Uses of BoundedOneInput in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement BoundedOneInputModifier and TypeClassDescriptionclassMapPartitionOperator<IN,OUT> TheMapPartitionOperatoris used to process all records in each partition on non-keyed stream.classPartitionAggregateOperator<IN,ACC, OUT> ThePartitionAggregateOperatoris used to apply the aggregate transformation on all records of each partition.classThePartitionReduceOperatoris used to apply the reduce transformation on all records of each partition. -
Uses of BoundedOneInput in org.apache.flink.streaming.api.operators.sortpartition
Classes in org.apache.flink.streaming.api.operators.sortpartition that implement BoundedOneInputModifier and TypeClassDescriptionclassKeyedSortPartitionOperator<INPUT,KEY> TheKeyedSortPartitionOperatorsorts records of a partition onKeyedStream.classSortPartitionOperator<INPUT>TheSortPartitionOperatorsorts records of a partition on non-keyed data stream.