@InterfaceStability.Unstable public interface TableProvider
Modifier and Type | Method and Description |
---|---|
void |
close()
Shutdown the underlying table
|
ReadWriteUpdateTable |
getTable()
Get an instance of the
ReadWriteUpdateTable |
void |
init(Context context)
Initialize TableProvider with container and task context
|
void init(Context context)
context
- context for the taskReadWriteUpdateTable getTable()
ReadWriteUpdateTable
void close()