| Package | Description |
|---|---|
| org.apache.flink.connector.base.sink | |
| org.apache.flink.connector.base.sink.writer |
| Modifier and Type | Method and Description |
|---|---|
protected ElementConverter<InputT,RequestEntryT> |
AsyncSinkBase.getElementConverter() |
| Constructor and Description |
|---|
AsyncSinkBase(ElementConverter<InputT,RequestEntryT> elementConverter,
int maxBatchSize,
int maxInFlightRequests,
int maxBufferedRequests,
long maxBatchSizeInBytes,
long maxTimeInBufferMS,
long maxRecordSizeInBytes) |
| Constructor and Description |
|---|
AsyncSinkWriter(ElementConverter<InputT,RequestEntryT> elementConverter,
org.apache.flink.api.connector.sink2.Sink.InitContext context,
AsyncSinkWriterConfiguration configuration,
Collection<BufferedRequestState<RequestEntryT>> states)
Deprecated.
|
AsyncSinkWriter(ElementConverter<InputT,RequestEntryT> elementConverter,
org.apache.flink.api.connector.sink2.Sink.InitContext context,
int maxBatchSize,
int maxInFlightRequests,
int maxBufferedRequests,
long maxBatchSizeInBytes,
long maxTimeInBufferMS,
long maxRecordSizeInBytes)
Deprecated.
|
AsyncSinkWriter(ElementConverter<InputT,RequestEntryT> elementConverter,
org.apache.flink.api.connector.sink2.Sink.InitContext context,
int maxBatchSize,
int maxInFlightRequests,
int maxBufferedRequests,
long maxBatchSizeInBytes,
long maxTimeInBufferMS,
long maxRecordSizeInBytes,
Collection<BufferedRequestState<RequestEntryT>> states)
Deprecated.
|
AsyncSinkWriter(ElementConverter<InputT,RequestEntryT> elementConverter,
org.apache.flink.api.connector.sink2.WriterInitContext context,
AsyncSinkWriterConfiguration configuration,
Collection<BufferedRequestState<RequestEntryT>> states) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.