static TableOptimizer.Builder |
TableOptimizer.builder() |
|
default TableOptimizer.Builder |
TableOptimizer.Builder.configuration(Consumer<TableOptimizerConfiguration.Builder> configuration) |
A TableOptimizerConfiguration object that was specified when creating or updating a table
optimizer.
|
TableOptimizer.Builder |
TableOptimizer.Builder.configuration(TableOptimizerConfiguration configuration) |
A TableOptimizerConfiguration object that was specified when creating or updating a table
optimizer.
|
TableOptimizer.Builder |
TableOptimizer.Builder.configurationSource(String configurationSource) |
Specifies the source of the optimizer configuration.
|
TableOptimizer.Builder |
TableOptimizer.Builder.configurationSource(ConfigurationSource configurationSource) |
Specifies the source of the optimizer configuration.
|
default TableOptimizer.Builder |
TableOptimizer.Builder.lastRun(Consumer<TableOptimizerRun.Builder> lastRun) |
A TableOptimizerRun object representing the last run of the table optimizer.
|
TableOptimizer.Builder |
TableOptimizer.Builder.lastRun(TableOptimizerRun lastRun) |
A TableOptimizerRun object representing the last run of the table optimizer.
|
TableOptimizer.Builder |
TableOptimizer.toBuilder() |
|
TableOptimizer.Builder |
TableOptimizer.Builder.type(String type) |
The type of table optimizer.
|
TableOptimizer.Builder |
TableOptimizer.Builder.type(TableOptimizerType type) |
The type of table optimizer.
|