static BatchTableOptimizer.Builder |
BatchTableOptimizer.builder() |
|
BatchTableOptimizer.Builder |
BatchTableOptimizer.Builder.catalogId(String catalogId) |
The Catalog ID of the table.
|
BatchTableOptimizer.Builder |
BatchTableOptimizer.Builder.databaseName(String databaseName) |
The name of the database in the catalog in which the table resides.
|
BatchTableOptimizer.Builder |
BatchTableOptimizer.Builder.tableName(String tableName) |
The name of the table.
|
default BatchTableOptimizer.Builder |
BatchTableOptimizer.Builder.tableOptimizer(Consumer<TableOptimizer.Builder> tableOptimizer) |
A TableOptimizer object that contains details on the configuration and last run of a table
optimizer.
|
BatchTableOptimizer.Builder |
BatchTableOptimizer.Builder.tableOptimizer(TableOptimizer tableOptimizer) |
A TableOptimizer object that contains details on the configuration and last run of a table
optimizer.
|
BatchTableOptimizer.Builder |
BatchTableOptimizer.toBuilder() |
|