T - HoodieRecordPayload typepublic class JavaNonSortPartitioner<T> extends Object implements BulkInsertPartitioner<List<org.apache.hudi.common.model.HoodieRecord<T>>>
BulkInsertSortMode.NONE mode.| Constructor and Description |
|---|
JavaNonSortPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
arePartitionRecordsSorted() |
List<org.apache.hudi.common.model.HoodieRecord<T>> |
repartitionRecords(List<org.apache.hudi.common.model.HoodieRecord<T>> records,
int outputPartitions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFileIdPfx, getWriteHandleFactory, tryPrependPartitionPathColumnspublic List<org.apache.hudi.common.model.HoodieRecord<T>> repartitionRecords(List<org.apache.hudi.common.model.HoodieRecord<T>> records, int outputPartitions)
repartitionRecords in interface BulkInsertPartitioner<List<org.apache.hudi.common.model.HoodieRecord<T>>>public boolean arePartitionRecordsSorted()
arePartitionRecordsSorted in interface BulkInsertPartitioner<List<org.apache.hudi.common.model.HoodieRecord<T>>>Copyright © 2023 The Apache Software Foundation. All rights reserved.