Interface PartitionStatisticsCollector
-
- All Known Implementing Classes:
EncodingStats.Collector
,MetadataCollector
public interface PartitionStatisticsCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(DeletionTime deletionTime)
void
update(LivenessInfo info)
void
update(Cell<?> cell)
void
updateColumnSetPerRow(long columnSetInRow)
void
updateHasLegacyCounterShards(boolean hasLegacyCounterShards)
void
updatePartitionDeletion(DeletionTime dt)
-
-
-
Method Detail
-
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)
-
-