| 类 | 说明 |
|---|---|
| MongoSampleSplitter |
Sample Partitioner
Samples the collection to generate partitions.
|
| MongoShardedSplitter |
Sharded Partitioner
Uses the chunks collection and partitions the collection based on the sharded collections
chunk ranges.
|
| MongoSingleSplitter |
Mongo Splitter that splits MongoDB collection as a single split.
|
| MongoSplitContext |
The split context used by
MongoSplitters to split collection into a set of chunks for
MongoDB data source. |
| MongoSplitters |
To split collections of MongoDB to
MongoSourceSplits. |
| MongoSplitVectorSplitter |
SplitVector Partitioner
Uses the SplitVector command to generate chunks for a collection. eg.
|
| 枚举 | 说明 |
|---|---|
| PartitionStrategy |
Partition strategies that can be chosen.
|
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.