| Modifier and Type | Method and Description |
|---|---|
MongoReadOptions |
MongoReadOptions.MongoReadOptionsBuilder.build()
Build the
MongoReadOptions. |
| Constructor and Description |
|---|
MongoScanSplitAssigner(MongoConnectionOptions connectionOptions,
MongoReadOptions readOptions,
MongoSourceEnumState sourceEnumState) |
| Modifier and Type | Method and Description |
|---|---|
MongoReadOptions |
MongoSplitContext.getReadOptions() |
| Modifier and Type | Method and Description |
|---|---|
static MongoSplitContext |
MongoSplitContext.of(MongoReadOptions readOptions,
com.mongodb.client.MongoClient mongoClient,
com.mongodb.MongoNamespace namespace,
org.bson.BsonDocument collStats) |
static Collection<MongoScanSourceSplit> |
MongoSplitters.split(com.mongodb.client.MongoClient mongoClient,
MongoReadOptions readOptions,
com.mongodb.MongoNamespace namespace) |
| Constructor and Description |
|---|
MongoSplitContext(MongoReadOptions readOptions,
com.mongodb.client.MongoClient mongoClient,
com.mongodb.MongoNamespace namespace,
boolean sharded,
long count,
long size,
long avgObjSize) |
| Constructor and Description |
|---|
MongoScanSourceSplitReader(MongoConnectionOptions connectionOptions,
MongoReadOptions readOptions,
List<String> projectedFields,
org.bson.conversions.Bson filter,
MongoSourceReaderContext readerContext) |
| Constructor and Description |
|---|
MongoDynamicTableSource(MongoConnectionOptions connectionOptions,
MongoReadOptions readOptions,
org.apache.flink.table.connector.source.lookup.cache.LookupCache lookupCache,
int lookupMaxRetries,
long lookupRetryIntervalMs,
FilterHandlingPolicy filterHandlingPolicy,
org.apache.flink.table.types.DataType producedDataType) |
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.