IN - Input type parameter.@Public public interface SinkFunction<IN> extends org.apache.flink.api.common.functions.Function, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(IN value)
Function for standard sink behaviour.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.