Package org.apache.flink.streaming.api.operators.sortpartition
-
Class Summary Class Description FixedLengthByteKeyAndValueComparator<INPUT> TheFixedLengthByteKeyAndValueComparatoris used byKeyedSortPartitionOperatorto compare records according to both the record key and record value.KeyedSortPartitionOperator<INPUT,KEY> TheKeyedSortPartitionOperatorsorts records of a partition onKeyedStream.SortPartitionOperator<INPUT> TheSortPartitionOperatorsorts records of a partition on non-keyed data stream.VariableLengthByteKeyAndValueComparator<INPUT> TheVariableLengthByteKeyAndValueComparatoris used byKeyedSortPartitionOperatorto compare records according to both the record key and record value.