@Internal public class CollectStreamSink<T> extends DataStreamSink<T>
DataStreamSink which is used to collect results of a data stream. It completely
overwrites DataStreamSink so that its own transformation is manipulated.| 构造器和说明 |
|---|
CollectStreamSink(DataStream<T> inputStream,
CollectSinkOperatorFactory<T> factory) |
disableChaining, forSink, forSinkV1, getLegacyTransformation, getTransformation, name, setDescription, setParallelism, setUidHash, slotSharingGroup, slotSharingGroup, uidpublic CollectStreamSink(DataStream<T> inputStream, CollectSinkOperatorFactory<T> factory)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.