Package | Description |
---|---|
org.apache.cassandra.metrics |
Modifier and Type | Field and Description |
---|---|
TableMetrics.TableHistogram |
TableMetrics.colUpdateTimeDeltaHistogram
Column update time delta on this CF
|
TableMetrics.TableHistogram |
TableMetrics.liveScannedHistogram
Live cells scanned in queries on this CF
|
TableMetrics.TableHistogram |
TableMetrics.sstablesPerReadHistogram
Histogram of the number of sstable data files accessed per read
|
TableMetrics.TableHistogram |
TableMetrics.tombstoneScannedHistogram
Tombstones scanned in queries on this CF
|
Modifier and Type | Method and Description |
---|---|
protected TableMetrics.TableHistogram |
TableMetrics.createTableHistogram(java.lang.String name,
com.codahale.metrics.Histogram keyspaceHistogram)
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) |
Copyright © 2015 The Apache Software Foundation