| Class | Description |
|---|---|
| JavaBulkInsertInternalPartitionerFactory |
A factory to generate built-in partitioner to repartition input records into at least
expected number of output spark partitions for bulk insert operation.
|
| JavaCustomColumnsSortPartitioner<T> |
A partitioner that does sorting based on specified column values for Java client.
|
| JavaGlobalSortPartitioner<T> |
A built-in partitioner that does global sorting for the input records across partitions
after repartition for bulk insert operation, corresponding to the
BulkInsertSortMode.GLOBAL_SORT mode. |
| JavaNonSortPartitioner<T> |
A built-in partitioner that only does coalesce for input records for bulk insert operation,
corresponding to the
BulkInsertSortMode.NONE mode. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.