Class RangePartitioner
java.lang.Object
org.apache.iceberg.flink.sink.shuffle.RangePartitioner
- All Implemented Interfaces:
Serializable
,org.apache.flink.api.common.functions.Function
,org.apache.flink.api.common.functions.Partitioner<StatisticsOrRecord>
@Internal
public class RangePartitioner
extends Object
implements org.apache.flink.api.common.functions.Partitioner<StatisticsOrRecord>
This custom partitioner implements the
DistributionMode.RANGE
for Flink sink.- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RangePartitioner
-
-
Method Details
-
partition
- Specified by:
partition
in interfaceorg.apache.flink.api.common.functions.Partitioner<StatisticsOrRecord>
-