@PublicEvolving public class AsyncSinkWriterConfiguration extends Object
AsyncSinkWriterConfiguration
to configure the AsyncSinkWriter
.Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.