Class DiscardingSink<T>
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.sink.legacy.DiscardingSink<T>
-
- Type Parameters:
T- The type of elements received by the sink.
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.SupportsConcurrentExecutionAttempts,org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<T>
@Internal public class DiscardingSink<T> extends Object implements org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<T>, org.apache.flink.api.common.SupportsConcurrentExecutionAttempts
Deprecated.This interface will be removed in future versions. Use the newDiscardingSinkinterface instead.A stream sink that ignores all elements.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscardingSink()Deprecated.
-