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, wait
isRetriable
close
protected transient AsyncReadWriteUpdateTable table
public void init(Context context, AsyncReadWriteUpdateTable table)
TableFunction
init
in interface TableFunction
context
- the Context
for this tasktable
- the TableFunction
which this table function belongs to