| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.base.sink | |
| org.apache.flink.connector.base.sink.writer |
| 类和说明 |
|---|
| ElementConverter
This interface specifies the mapping between elements of a stream to request entries that can be
sent to the destination.
|
| 类和说明 |
|---|
| BufferedRequestState
Class holding state of
AsyncSinkWriter needed at taking a snapshot. |
| ElementConverter
This interface specifies the mapping between elements of a stream to request entries that can be
sent to the destination.
|
| RequestEntryWrapper
A wrapper that contains a
RequestEntryT ready to be written by the Sink Writer class,
along with the size of that entry as defined by the method getSizeInBytes(RequestEntryT)
of the AsyncSinkWriter. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.