Uses of Class
org.apache.cassandra.metrics.TopPartitionTracker.TopPartition
-
Packages that use TopPartitionTracker.TopPartition Package Description org.apache.cassandra.db org.apache.cassandra.metrics -
-
Uses of TopPartitionTracker.TopPartition in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type TopPartitionTracker.TopPartition Modifier and Type Method Description static voidSystemKeyspace. saveTopPartitions(TableMetadata metadata, java.lang.String topType, java.util.Collection<TopPartitionTracker.TopPartition> topPartitions, long lastUpdate) -
Uses of TopPartitionTracker.TopPartition in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics with type parameters of type TopPartitionTracker.TopPartition Modifier and Type Field Description java.util.NavigableSet<TopPartitionTracker.TopPartition>TopPartitionTracker.TopHolder. topjava.util.List<TopPartitionTracker.TopPartition>TopPartitionTracker.StoredTopPartitions. topPartitionsMethods in org.apache.cassandra.metrics with parameters of type TopPartitionTracker.TopPartition Modifier and Type Method Description intTopPartitionTracker.TopPartition. compareTo(TopPartitionTracker.TopPartition o)Constructor parameters in org.apache.cassandra.metrics with type arguments of type TopPartitionTracker.TopPartition Constructor Description StoredTopPartitions(java.util.List<TopPartitionTracker.TopPartition> topPartitions, long lastUpdated)
-