| Modifier and Type | Method and Description |
|---|---|
MongoSourceBuilder<OUT> |
MongoSourceBuilder.setPartitionStrategy(PartitionStrategy partitionStrategy)
Sets the partition strategy.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionStrategy |
MongoReadOptions.getPartitionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MongoReadOptions.MongoReadOptionsBuilder |
MongoReadOptions.MongoReadOptionsBuilder.setPartitionStrategy(PartitionStrategy partitionStrategy)
Sets the partition strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionStrategy |
PartitionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionStrategy[] |
PartitionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<PartitionStrategy> |
MongoConnectorOptions.SCAN_PARTITION_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
PartitionStrategy |
MongoConfiguration.getPartitionStrategy() |
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.