@PublicEvolving public final class MongoWriteOptions extends Object implements Serializable
MongoWriteOptions.MongoWriteOptionsBuilder.| 限定符和类型 | 类和说明 |
|---|---|
static class |
MongoWriteOptions.MongoWriteOptionsBuilder
Builder for
MongoWriteOptions. |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.