public class SideInputSinkFunction<T,VT> extends java.lang.Object implements SinkFunc<T>
| Constructor and Description | 
|---|
SideInputSinkFunction(<any> key)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(T value)
Every time an edge produces a value, this method is called. 
 | 
void | 
close()  | 
DataPartition<?> | 
get()
Return the data partition associated with this task instance. 
 | 
void | 
prepare(TSetContext context)
Prepare the function. 
 | 
public boolean add(T value)
SinkFuncpublic DataPartition<?> get()
SinkFunc