Uses of Class
org.apache.cassandra.metrics.TableMetrics.TableHistogram
Packages that use TableMetrics.TableHistogram
-
Uses of TableMetrics.TableHistogram in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics declared as TableMetrics.TableHistogramModifier and TypeFieldDescriptionTableMetrics.bytesValidatedapproximate number of bytes read while creating merkle treesTableMetrics.colUpdateTimeDeltaHistogramColumn update time delta on this CFTableMetrics.coordinatorReadSizeTableMetrics.liveScannedHistogramLive rows scanned in queries on this CFTableMetrics.localReadSizeTableMetrics.partitionsValidatednumber of partitions read creating merkle treesTableMetrics.repairedDataTrackingOverreadRowsTableMetrics.rowIndexSizeTableMetrics.sstablesPerRangeReadHistogramHistogram of the number of sstable data files accessed per partition range readTableMetrics.sstablesPerReadHistogramHistogram of the number of sstable data files accessed per single partition readTableMetrics.tombstoneScannedHistogramTombstones scanned in queries on this CFMethods in org.apache.cassandra.metrics that return TableMetrics.TableHistogramModifier and TypeMethodDescriptionprotected TableMetrics.TableHistogramTableMetrics.createTableHistogram(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 bothprotected TableMetrics.TableHistogramTableMetrics.createTableHistogram(String name, String alias, com.codahale.metrics.Histogram keyspaceHistogram, boolean considerZeroes)