TableProvider (samza-api 1.9.0-SNAPSHOT API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.samza.table Interface TableProvider @InterfaceStability.Unstable public interface TableProvider A table provider provides the implementation for a table. It ensures a table is properly constructed and also manages its lifecycle. Method Summary All Methods Instance Methods Abstract Methods  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 Method Detail init void init(Context context) Initialize TableProvider with container and task context Parameters: context - context for the task getTable ReadWriteUpdateTable getTable() Get an instance of the ReadWriteUpdateTable Returns: the underlying table close void close() Shutdown the underlying table Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method