T
- data typepublic interface SinkFunc<T> extends TFunction<T,T>
SinkFunc
would receive data from an edge of
the data flow graph.Modifier and Type | Method and Description |
---|---|
boolean |
add(T value)
Every time an edge produces a value, this method is called.
|
default DataPartition<?> |
get()
Return the data partition associated with this task instance.
|
boolean add(T value)
value
- the value to adddefault DataPartition<?> get()