Uses of Class
org.apache.cassandra.metrics.TopPartitionTracker.TopHolder
-
Packages that use TopPartitionTracker.TopHolder Package Description org.apache.cassandra.metrics -
-
Uses of TopPartitionTracker.TopHolder in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return TopPartitionTracker.TopHolder Modifier and Type Method Description TopPartitionTracker.TopHolderTopPartitionTracker.TopHolder. merge(TopPartitionTracker.TopHolder holder, java.util.Collection<Range<Token>> ownedRanges)we merge any pre-existing top partitions on to the ones we just collected if they are outside of the range collected.TopPartitionTracker.TopHolderTopPartitionTracker. topSizes()TopPartitionTracker.TopHolderTopPartitionTracker. topTombstones()Methods in org.apache.cassandra.metrics with parameters of type TopPartitionTracker.TopHolder Modifier and Type Method Description TopPartitionTracker.TopHolderTopPartitionTracker.TopHolder. merge(TopPartitionTracker.TopHolder holder, java.util.Collection<Range<Token>> ownedRanges)we merge any pre-existing top partitions on to the ones we just collected if they are outside of the range collected.
-