Interface BatchTableOptimizer.Builder

    • Method Detail

      • catalogId

        BatchTableOptimizer.Builder catalogId​(String catalogId)

        The Catalog ID of the table.

        Parameters:
        catalogId - The Catalog ID of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        BatchTableOptimizer.Builder databaseName​(String databaseName)

        The name of the database in the catalog in which the table resides.

        Parameters:
        databaseName - The name of the database in the catalog in which the table resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        BatchTableOptimizer.Builder tableName​(String tableName)

        The name of the table.

        Parameters:
        tableName - The name of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableOptimizer

        BatchTableOptimizer.Builder tableOptimizer​(TableOptimizer tableOptimizer)

        A TableOptimizer object that contains details on the configuration and last run of a table optimzer.

        Parameters:
        tableOptimizer - A TableOptimizer object that contains details on the configuration and last run of a table optimzer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.