Package | Description |
---|---|
org.apache.cassandra.metrics |
Modifier and Type | Method and Description |
---|---|
protected TableMetrics.TableHistogram |
TableMetrics.createTableHistogram(java.lang.String name,
com.codahale.metrics.Histogram keyspaceHistogram,
boolean considerZeroes)
Create a histogram-like interface that will register both a CF, keyspace and global level
histogram and forward any updates to both
|
protected TableMetrics.TableHistogram |
TableMetrics.createTableHistogram(java.lang.String name,
java.lang.String alias,
com.codahale.metrics.Histogram keyspaceHistogram,
boolean considerZeroes) |
Copyright © 2009-2022 The Apache Software Foundation