| Package | Description |
|---|---|
| org.apache.flink.connector.mongodb.table | |
| org.apache.flink.connector.mongodb.table.config |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<FilterHandlingPolicy> |
MongoConnectorOptions.FILTER_HANDLING_POLICY |
| Modifier and Type | Method and Description |
|---|---|
static FilterHandlingPolicy |
FilterHandlingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterHandlingPolicy[] |
FilterHandlingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
FilterHandlingPolicy |
MongoConfiguration.getFilterHandlingPolicy() |
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.