@Experimental public interface WithPreWriteTopology<InputT> extends Sink<InputT>
SinkWriter
.Sink.InitContext
Modifier and Type | Method and Description |
---|---|
DataStream<InputT> |
addPreWriteTopology(DataStream<InputT> inputDataStream)
Adds an arbitrary topology before the writer.
|
createWriter
DataStream<InputT> addPreWriteTopology(DataStream<InputT> inputDataStream)
inputDataStream
- the stream of input records.SinkWriter
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.