TableEngine
A class that implements this interface can create custom table
implementations.
| Methods |
| Table |
createTable(CreateTableData data)
Create new table.
|
| Table |
createTable(CreateTableData data)
Create new table.
Parameters:
data - the data to construct the table
Returns:
the created table
|