Interface PartitionStatistics

All Known Implementing Classes:
PartitionStatisticsDTO

public interface PartitionStatistics
PartitionStatistics represents statistics for a specific partition in a data source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the partition for which these statistics are applicable.
    Returns the statistics for the partition.
  • Method Details

    • partitionName

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

      Statistic[] statistics()
      Returns the statistics for the partition.
      Returns:
      a array of statistics applicable to the partition