Interface PartitionStatisticsCollector
- All Known Implementing Classes:
EncodingStats.Collector,MetadataCollector
public interface PartitionStatisticsCollector
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(DeletionTime deletionTime) voidupdate(LivenessInfo info) voidvoidupdateColumnSetPerRow(long columnSetInRow) voidupdateHasLegacyCounterShards(boolean hasLegacyCounterShards) void
-
Method Details
-
update
-
updatePartitionDeletion
-
update
-
update
-
updateColumnSetPerRow
void updateColumnSetPerRow(long columnSetInRow) -
updateHasLegacyCounterShards
void updateHasLegacyCounterShards(boolean hasLegacyCounterShards)
-