| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.sink | |
| org.apache.flink.streaming.api.functions.sink.filesystem | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.experimental |
This package holds classes that are experimental.
|
| 类和说明 |
|---|
| SinkFunction
Interface for implementing user defined sink functionality.
|
| 类和说明 |
|---|
| RichSinkFunction
A
RichFunction version of SinkFunction. |
| SinkFunction
Interface for implementing user defined sink functionality.
|
| SinkFunction.Context
Context that
SinkFunctions can use for getting additional data about
an input record. |
| TwoPhaseCommitSinkFunction
This is a recommended base class for all of the
SinkFunction that intend to implement exactly-once semantic. |
| TwoPhaseCommitSinkFunction.State
State POJO class coupling pendingTransaction, context and pendingCommitTransactions.
|
| TwoPhaseCommitSinkFunction.StateSerializer
Custom
TypeSerializer for the sink state. |
| TwoPhaseCommitSinkFunction.StateSerializerSnapshot
Snapshot for the
TwoPhaseCommitSinkFunction.StateSerializer. |
| TwoPhaseCommitSinkFunction.TransactionHolder
Adds metadata (currently only the start time of the transaction) to the transaction object.
|
| WriteFormat
已过时。
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| WriteSinkFunction
已过时。
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| 类和说明 |
|---|
| RichSinkFunction
A
RichFunction version of SinkFunction. |
| SinkFunction
Interface for implementing user defined sink functionality.
|
| SinkFunction.Context
Context that
SinkFunctions can use for getting additional data about
an input record. |
| 类和说明 |
|---|
| SinkFunction
Interface for implementing user defined sink functionality.
|
| 类和说明 |
|---|
| RichSinkFunction
A
RichFunction version of SinkFunction. |
| SinkFunction
Interface for implementing user defined sink functionality.
|
| SinkFunction.Context
Context that
SinkFunctions can use for getting additional data about
an input record. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.