Class KeyCacheMetrics<R extends SSTableReader & KeyCacheSupport<R>>
- java.lang.Object
-
- org.apache.cassandra.io.sstable.AbstractMetricsProviders<R>
-
- org.apache.cassandra.io.sstable.keycache.KeyCacheMetrics<R>
-
- All Implemented Interfaces:
MetricsProviders
public class KeyCacheMetrics<R extends SSTableReader & KeyCacheSupport<R>> extends AbstractMetricsProviders<R>
-
-
Field Summary
Fields Modifier and Type Field Description static KeyCacheMetrics<?>
instance
-
Constructor Summary
Constructors Constructor Description KeyCacheMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GaugeProvider<?>>
getGaugeProviders()
protected R
map(SSTableReader r)
-
Methods inherited from class org.apache.cassandra.io.sstable.AbstractMetricsProviders
newGaugeProvider, newGaugeProvider
-
-
-
-
Field Detail
-
instance
public static final KeyCacheMetrics<?> instance
-
-
Method Detail
-
map
protected R map(SSTableReader r)
- Specified by:
map
in classAbstractMetricsProviders<R extends SSTableReader & KeyCacheSupport<R>>
-
getGaugeProviders
public java.util.List<GaugeProvider<?>> getGaugeProviders()
-
-