| Class | Description |
|---|---|
| MongoSink<IN> |
Mongo sink converts each incoming element into MongoDB
WriteModel (bulk write action) and
bulk writes to mongodb when the number of actions is greater than batchSize or the flush interval
is greater than batchIntervalMs. |
| MongoSinkBuilder<IN> |
Base builder to construct a
MongoSink. |
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.