| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.base.sink | |
| org.apache.flink.connector.base.sink.writer |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ElementConverter<InputT,RequestEntryT> |
AsyncSinkBase.getElementConverter() |
| 构造器和说明 |
|---|
AsyncSinkBase(ElementConverter<InputT,RequestEntryT> elementConverter,
int maxBatchSize,
int maxInFlightRequests,
int maxBufferedRequests,
long maxBatchSizeInBytes,
long maxTimeInBufferMS,
long maxRecordSizeInBytes) |
| 构造器和说明 |
|---|
AsyncSinkWriter(ElementConverter<InputT,RequestEntryT> elementConverter,
org.apache.flink.api.connector.sink2.Sink.InitContext context,
AsyncSinkWriterConfiguration configuration,
Collection<BufferedRequestState<RequestEntryT>> states) |
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)
已过时。
|
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)
已过时。
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.