Package org.apache.cassandra.metrics
Class CompactionMetrics
java.lang.Object
org.apache.cassandra.metrics.CompactionMetrics
Metrics for compaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.codahale.metrics.CounterTotal number of bytes compacted since server [re]startfinal com.codahale.metrics.CounterTotal number of compactions which have outright failed due to lack of disk spacefinal com.codahale.metrics.CounterTotal number of compactions that have had sstables drop out of themfinal com.codahale.metrics.Gauge<Long>Number of completed compactions since server [re]startstatic final MetricNameFactoryfinal com.codahale.metrics.TimerTime spent redistributing index summariesfinal com.codahale.metrics.Gauge<Integer>Estimated number of compactions remaining to performEstimated number of compactions remaining to perform, group by keyspace and then table namefinal com.codahale.metrics.CounterTotal number of sstables that have been dropped outfinal com.codahale.metrics.MeterTotal number of compactions since server [re]start -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
factory
-
pendingTasks
Estimated number of compactions remaining to perform -
pendingTasksByTableName
Estimated number of compactions remaining to perform, group by keyspace and then table name -
completedTasks
Number of completed compactions since server [re]start -
totalCompactionsCompleted
public final com.codahale.metrics.Meter totalCompactionsCompletedTotal number of compactions since server [re]start -
bytesCompacted
public final com.codahale.metrics.Counter bytesCompactedTotal number of bytes compacted since server [re]start -
indexSummaryRedistributionTime
public final com.codahale.metrics.Timer indexSummaryRedistributionTimeTime spent redistributing index summaries -
compactionsReduced
public final com.codahale.metrics.Counter compactionsReducedTotal number of compactions that have had sstables drop out of them -
sstablesDropppedFromCompactions
public final com.codahale.metrics.Counter sstablesDropppedFromCompactionsTotal number of sstables that have been dropped out -
compactionsAborted
public final com.codahale.metrics.Counter compactionsAbortedTotal number of compactions which have outright failed due to lack of disk space
-
-
Constructor Details
-
CompactionMetrics
-