Interface UpdateStatistics

All Superinterfaces:
PendingUpdate<List<StatisticsFile>>
All Known Implementing Classes:
SetStatistics

public interface UpdateStatistics extends PendingUpdate<List<StatisticsFile>>
API for updating statistics files in a table.
  • Method Details

    • setStatistics

      UpdateStatistics setStatistics(long snapshotId, StatisticsFile statisticsFile)
      Set the table's statistics file for given snapshot, replacing the previous statistics file for the snapshot if any exists.
      Returns:
      this for method chaining
    • removeStatistics

      UpdateStatistics removeStatistics(long snapshotId)
      Remove the table's statistics file for given snapshot.
      Returns:
      this for method chaining