T - The type of elements received by the sink.@Public public class DiscardingSink<T> extends Object implements SinkFunction<T>
| Constructor and Description |
|---|
DiscardingSink() |
public void invoke(T value)
SinkFunctioninvoke in interface SinkFunction<T>value - The input record.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.