public abstract class BaseTFunction<O,I> extends java.lang.Object implements TFunction<O,I>
Constructor and Description |
---|
BaseTFunction() |
Modifier and Type | Method and Description |
---|---|
DataPartition<?> |
getInput(java.lang.String key) |
TSetContext |
getTSetContext() |
void |
prepare(TSetContext ctx)
Prepare the function.
|
public void prepare(TSetContext ctx)
TFunction
public TSetContext getTSetContext()
public DataPartition<?> getInput(java.lang.String key)