Uses of Class
org.apache.cassandra.metrics.RestorableMeter
-
Packages that use RestorableMeter Package Description org.apache.cassandra.db org.apache.cassandra.io.sstable.format -
-
Uses of RestorableMeter in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return RestorableMeter Modifier and Type Method Description static RestorableMeter
SystemKeyspace. getSSTableReadMeter(java.lang.String keyspace, java.lang.String table, int generation)
Returns a RestorableMeter tracking the average read rate of a particular SSTable, restoring the last-seen rate from values in system.sstable_activity if present.Methods in org.apache.cassandra.db with parameters of type RestorableMeter Modifier and Type Method Description static void
SystemKeyspace. persistSSTableReadMeter(java.lang.String keyspace, java.lang.String table, int generation, RestorableMeter meter)
Writes the current read rates for a given SSTable to system.sstable_activity -
Uses of RestorableMeter in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return RestorableMeter Modifier and Type Method Description RestorableMeter
SSTableReader. getReadMeter()
Methods in org.apache.cassandra.io.sstable.format with parameters of type RestorableMeter Modifier and Type Method Description void
SSTableReader. overrideReadMeter(RestorableMeter readMeter)
-