Interface IcebergCompactionSettings.Builder

  • Method Details

    • targetFileSizeMB

      IcebergCompactionSettings.Builder targetFileSizeMB(Integer targetFileSizeMB)

      The target file size for the table in MB.

      Parameters:
      targetFileSizeMB - The target file size for the table in MB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • strategy

      The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.

      Parameters:
      strategy - The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • strategy

      The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.

      Parameters:
      strategy - The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: