@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.Constructor and Description |
---|
CollectStreamSink(DataStream<T> inputStream,
CollectSinkOperatorFactory<T> factory) |
disableChaining, forSink, forSinkV1, getLegacyTransformation, getTransformation, name, setDescription, setMaxParallelism, setParallelism, setUidHash, slotSharingGroup, slotSharingGroup, uid
public CollectStreamSink(DataStream<T> inputStream, CollectSinkOperatorFactory<T> factory)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.