Package | Description |
---|---|
org.apache.cassandra.metrics |
Modifier and Type | Field and Description |
---|---|
TableMetrics.TableHistogram |
TableMetrics.bytesValidated
approximate number of bytes read while creating merkle trees
|
TableMetrics.TableHistogram |
TableMetrics.colUpdateTimeDeltaHistogram
Column update time delta on this CF
|
TableMetrics.TableHistogram |
TableMetrics.liveScannedHistogram
Live rows scanned in queries on this CF
|
TableMetrics.TableHistogram |
TableMetrics.partitionsValidated
number of partitions read creating merkle trees
|
TableMetrics.TableHistogram |
TableMetrics.repairedDataTrackingOverreadRows |
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,
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-2021 The Apache Software Foundation