@PublicEvolving public class AsyncSinkWriterConfiguration extends Object
AsyncSinkWriterConfiguration to configure the AsyncSinkWriter.| 限定符和类型 | 方法和说明 |
|---|---|
static AsyncSinkWriterConfiguration.ConfigurationMaxBatchSize |
builder() |
int |
getMaxBatchSize() |
long |
getMaxBatchSizeInBytes() |
int |
getMaxBufferedRequests() |
int |
getMaxInFlightRequests() |
long |
getMaxRecordSizeInBytes() |
long |
getMaxTimeInBufferMS() |
RateLimitingStrategy |
getRateLimitingStrategy() |
public int getMaxBatchSize()
public int getMaxInFlightRequests()
public int getMaxBufferedRequests()
public long getMaxBatchSizeInBytes()
public long getMaxTimeInBufferMS()
public long getMaxRecordSizeInBytes()
public RateLimitingStrategy getRateLimitingStrategy()
@PublicEvolving public static AsyncSinkWriterConfiguration.ConfigurationMaxBatchSize builder()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.