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