| Class | Description |
|---|---|
| FixedLengthByteKeyAndValueComparator<INPUT> |
The
FixedLengthByteKeyAndValueComparator is used by KeyedSortPartitionOperator to
compare records according to both the record key and record value. |
| KeyedSortPartitionOperator<INPUT,KEY> |
The
KeyedSortPartitionOperator sorts records of a partition on KeyedStream. |
| SortPartitionOperator<INPUT> |
The
SortPartitionOperator sorts records of a partition on non-keyed data stream. |
| VariableLengthByteKeyAndValueComparator<INPUT> |
The
VariableLengthByteKeyAndValueComparator is used by KeyedSortPartitionOperator
to compare records according to both the record key and record value. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.