@PublicEvolving public final class MongoWriteOptions extends Object implements Serializable
MongoWriteOptions.MongoWriteOptionsBuilder.| Modifier and Type | Class and Description |
|---|---|
static class |
MongoWriteOptions.MongoWriteOptionsBuilder
Builder for
MongoWriteOptions. |
| Modifier and Type | Method and Description |
|---|---|
static MongoWriteOptions.MongoWriteOptionsBuilder |
builder() |
boolean |
equals(Object o) |
long |
getBatchIntervalMs() |
int |
getBatchSize() |
org.apache.flink.connector.base.DeliveryGuarantee |
getDeliveryGuarantee() |
int |
getMaxRetries() |
long |
getRetryIntervalMs() |
int |
hashCode() |
public int getBatchSize()
public long getBatchIntervalMs()
public int getMaxRetries()
public long getRetryIntervalMs()
public org.apache.flink.connector.base.DeliveryGuarantee getDeliveryGuarantee()
public static MongoWriteOptions.MongoWriteOptionsBuilder builder()
Copyright © 2022–2025 The Apache Software Foundation. All rights reserved.