public abstract class BaseTableFunction extends java.lang.Object implements TableFunction
| Modifier and Type | Field and Description |
|---|---|
protected AsyncReadWriteUpdateTable |
table |
| Constructor and Description |
|---|
BaseTableFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Context context,
AsyncReadWriteUpdateTable table)
Initializes the function before any operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRetriablecloseprotected transient AsyncReadWriteUpdateTable table
public void init(Context context, AsyncReadWriteUpdateTable table)
TableFunctioninit in interface TableFunctioncontext - the Context for this tasktable - the TableFunction which this table function belongs to