Uses of Interface
org.apache.flink.streaming.api.operators.BoundedOneInput
-
Packages that use BoundedOneInput Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.sortpartition -
-
Uses of BoundedOneInput in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement BoundedOneInput Modifier and Type Class Description classMapPartitionOperator<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.classPartitionReduceOperator<IN>ThePartitionReduceOperatoris 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 BoundedOneInput Modifier and Type Class Description classKeyedSortPartitionOperator<INPUT,KEY>TheKeyedSortPartitionOperatorsorts records of a partition onKeyedStream.classSortPartitionOperator<INPUT>TheSortPartitionOperatorsorts records of a partition on non-keyed data stream.
-