@Internal
public interface MongoSourceSplitState
MongoSourceSplit.| Modifier and Type | Method and Description |
|---|---|
MongoSourceSplit |
toMongoSourceSplit()
Use the current split state to create a new
MongoSourceSplit. |
void |
updateOffset(org.bson.BsonDocument record)
Update the offset read by the current split for failure recovery.
|
MongoSourceSplit toMongoSourceSplit()
MongoSourceSplit.void updateOffset(org.bson.BsonDocument record)
record - The latest record that was read.Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.