public static class EncodingStats.Collector extends java.lang.Object implements PartitionStatisticsCollector
Constructor and Description |
---|
Collector() |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
get() |
void |
update(Cell cell) |
void |
update(DeletionTime deletionTime) |
void |
update(LivenessInfo info) |
void |
updateColumnSetPerRow(long columnSetInRow) |
void |
updateColumnSetPerRow(long totalColumnsSet,
long rows) |
void |
updateHasLegacyCounterShards(boolean hasLegacyCounterShards) |
void |
updateLocalDeletionTime(int deletionTime) |
void |
updateTimestamp(long timestamp) |
void |
updateTTL(int ttl) |
public void update(LivenessInfo info)
update
in interface PartitionStatisticsCollector
public void update(Cell cell)
update
in interface PartitionStatisticsCollector
public void update(DeletionTime deletionTime)
update
in interface PartitionStatisticsCollector
public void updateTimestamp(long timestamp)
public void updateLocalDeletionTime(int deletionTime)
public void updateTTL(int ttl)
public void updateColumnSetPerRow(long columnSetInRow)
updateColumnSetPerRow
in interface PartitionStatisticsCollector
public void updateColumnSetPerRow(long totalColumnsSet, long rows)
public void updateHasLegacyCounterShards(boolean hasLegacyCounterShards)
updateHasLegacyCounterShards
in interface PartitionStatisticsCollector
public EncodingStats get()
Copyright © 2015 The Apache Software Foundation