IN - type of records written to the file@PublicEvolving public class UpsertTestSink<IN> extends Object implements org.apache.flink.api.connector.sink2.Sink<IN>
Please note that the UpsertTestSink needs to run with a parallelism of 1 to function correctly. There is currently no support for using multiple writers at once.
| Modifier and Type | Method and Description |
|---|---|
static <IN> UpsertTestSinkBuilder<IN> |
builder()
Create a
UpsertTestSinkBuilder to construct a new UpsertTestSink. |
org.apache.flink.api.connector.sink2.SinkWriter<IN> |
createWriter(org.apache.flink.api.connector.sink2.Sink.InitContext context) |
public static <IN> UpsertTestSinkBuilder<IN> builder()
UpsertTestSinkBuilder to construct a new UpsertTestSink.IN - type of incoming recordsUpsertTestSinkBuilderCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.