Modifier and Type | Class and Description |
---|---|
class |
PrintSinkOutputWriter<IN>
Print sink output writer for DataStream and DataSet print API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CommittingSinkWriter<InputT,CommittableT>
A
SinkWriter that performs the first part of a two-phase commit protocol. |
static interface |
StatefulSink.StatefulSinkWriter<InputT,WriterStateT>
Deprecated.
A
SinkWriter whose state needs to be checkpointed. |
interface |
StatefulSinkWriter<InputT,WriterStateT>
A
SinkWriter whose state needs to be checkpointed. |
static interface |
TwoPhaseCommittingSink.PrecommittingSinkWriter<InputT,CommT>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SinkWriter<InputT> |
Sink.createWriter(Sink.InitContext context)
Deprecated.
Please implement
Sink.createWriter(WriterInitContext) . For backward
compatibility reasons - to keep Sink a functional interface - Flink did not
provide a default implementation. New Sink implementations should implement this
method, but it will not be used, and it will be removed in 1.20.0 release. Do not use
Override annotation when implementing this method, to prevent compilation errors
when migrating to 1.20.x release. |
default SinkWriter<InputT> |
Sink.createWriter(WriterInitContext context)
Creates a
SinkWriter . |
Modifier and Type | Class and Description |
---|---|
class |
AsyncSinkWriter<InputT,RequestEntryT extends Serializable>
A generic sink writer that handles the general behaviour of a sink such as batching and flushing,
and allows extenders to implement the logic for persisting individual request elements, with
allowance for retries.
|
Modifier and Type | Method and Description |
---|---|
SinkWriter<IN> |
FileSink.createWriter(Sink.InitContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FileWriter<IN>
A
SinkWriter implementation for FileSink . |
Modifier and Type | Method and Description |
---|---|
SinkWriter<IN> |
UpsertTestSink.createWriter(Sink.InitContext context) |
Modifier and Type | Method and Description |
---|---|
SinkWriter<IN> |
PrintSink.createWriter(Sink.InitContext context) |
Modifier and Type | Method and Description |
---|---|
SinkWriter<IN> |
DiscardingSink.createWriter(Sink.InitContext context) |
Modifier and Type | Method and Description |
---|---|
SinkWriter<InputT> |
SinkV1Adapter.createWriter(Sink.InitContext context) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.