Interface PartitionStatisticsCollector

All Known Implementing Classes:
EncodingStats.Collector, MetadataCollector

public interface PartitionStatisticsCollector
  • Method Details

    • update

      void update(LivenessInfo info)
    • updatePartitionDeletion

      void updatePartitionDeletion(DeletionTime dt)
    • update

      void update(DeletionTime deletionTime)
    • update

      void update(Cell<?> cell)
    • updateColumnSetPerRow

      void updateColumnSetPerRow(long columnSetInRow)
    • updateHasLegacyCounterShards

      void updateHasLegacyCounterShards(boolean hasLegacyCounterShards)