Interface PartitionStatisticsDrop

All Known Implementing Classes:
PartitionStatisticsDropDTO

public interface PartitionStatisticsDrop
PartitionDropStatistics represents the statistics related to dropping partitions in a data source. It is used to manage and track the statistics that are relevant when partitions are dropped.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the partition for which these statistics are applicable.
    Returns the names of the statistics that are relevant to the partition being dropped.
  • Method Details

    • partitionName

      String partitionName()
      Returns the name of the partition for which these statistics are applicable.
      Returns:
      the name of the partition
    • statisticNames

      List<String> statisticNames()
      Returns the names of the statistics that are relevant to the partition being dropped.
      Returns:
      a list of statistic names