public interface SplitStrategy
| 限定符和类型 | 方法和说明 |
|---|---|
default SeaTunnelRowType |
shardKeysToRowType(org.bson.BsonDocument shardKeys) |
default SeaTunnelRowType |
shardKeysToRowType(Collection<String> shardKeys) |
Collection<SnapshotSplit> |
split(SplitContext splitContext) |
default String |
splitId(TableId collectionId,
int chunkId) |
Collection<SnapshotSplit> split(SplitContext splitContext)
default SeaTunnelRowType shardKeysToRowType(@Nonnull org.bson.BsonDocument shardKeys)
default SeaTunnelRowType shardKeysToRowType(@Nonnull Collection<String> shardKeys)
Copyright © 2024 The Apache Software Foundation. All rights reserved.