Uses of Class
com.hazelcast.jet.mongodb.MongoSourceBuilder.Batch
-
Uses of MongoSourceBuilder.Batch in com.hazelcast.jet.mongodb
Modifier and TypeMethodDescriptionstatic MongoSourceBuilder.Batch<org.bson.Document>
MongoSourceBuilder.batch
(SupplierEx<? extends com.mongodb.client.MongoClient> clientSupplier) Returns a builder object that offers a step-by-step fluent API to build a custom MongoDBBatchSource
for the Pipeline API.static MongoSourceBuilder.Batch<org.bson.Document>
MongoSourceBuilder.batch
(DataConnectionRef dataConnectionRef) Returns a builder object that offers a step-by-step fluent API to build a custom MongoDBBatchSource
for the Pipeline API.static MongoSourceBuilder.Batch<org.bson.Document>
MongoSourceBuilder.batch
(String name, SupplierEx<? extends com.mongodb.client.MongoClient> clientSupplier) Returns a builder object that offers a step-by-step fluent API to build a custom MongoDBBatchSource
for the Pipeline API.static MongoSourceBuilder.Batch<org.bson.Document>
MongoSourceBuilder.batch
(String name, DataConnectionRef dataConnectionRef) Returns a builder object that offers a step-by-step fluent API to build a custom MongoDBBatchSource
for the Pipeline API.static MongoSourceBuilder.Batch<org.bson.Document>
MongoSources.batch
(SupplierEx<? extends com.mongodb.client.MongoClient> clientSupplier) Creates as builder for new batch mongo source.static MongoSourceBuilder.Batch<org.bson.Document>
MongoSources.batch
(DataConnectionRef dataConnectionRef) Creates as builder for new batch mongo source.MongoSourceBuilder.Batch<org.bson.Document>
MongoSourceBuilder.Batch.collection
(String collectionName) Specifies from which collection connector will read documents.<T_NEW> MongoSourceBuilder.Batch<T_NEW>
MongoSourceBuilder.Batch.collection
(String collectionName, Class<T_NEW> mongoType) Specifies from which collection connector will read documents.<T_NEW> MongoSourceBuilder.Batch<T_NEW>
MongoSourceBuilder.Batch.mapFn
(FunctionEx<org.bson.Document, T_NEW> mapFn)