Package org.apache.flink.streaming.api.operators.sortpartition
package org.apache.flink.streaming.api.operators.sortpartition
-
ClassesClassDescriptionThe
FixedLengthByteKeyAndValueComparatoris 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.TheVariableLengthByteKeyAndValueComparatoris used byKeyedSortPartitionOperatorto compare records according to both the record key and record value.