Class ReadRepairMetrics


  • public class ReadRepairMetrics
    extends java.lang.Object
    Metrics related to Read Repair.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.codahale.metrics.Meter attempted
      Deprecated.
      See CASSANDRA-13910
      static com.codahale.metrics.Meter reconcileRead  
      static com.codahale.metrics.Meter repairedBackground
      Deprecated.
      See CASSANDRA-13910
      static com.codahale.metrics.Meter repairedBlocking  
      static com.codahale.metrics.Meter speculatedRead  
      static com.codahale.metrics.Meter speculatedWrite  
      static com.codahale.metrics.Meter timedOut  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • repairedBlocking

        public static final com.codahale.metrics.Meter repairedBlocking
      • reconcileRead

        public static final com.codahale.metrics.Meter reconcileRead
      • repairedBackground

        @Deprecated(since="4.0")
        public static final com.codahale.metrics.Meter repairedBackground
        Deprecated.
        See CASSANDRA-13910
      • attempted

        @Deprecated(since="4.0")
        public static final com.codahale.metrics.Meter attempted
        Deprecated.
        See CASSANDRA-13910
      • timedOut

        public static final com.codahale.metrics.Meter timedOut
      • speculatedRead

        public static final com.codahale.metrics.Meter speculatedRead
      • speculatedWrite

        public static final com.codahale.metrics.Meter speculatedWrite
    • Constructor Detail

      • ReadRepairMetrics

        public ReadRepairMetrics()
    • Method Detail

      • init

        public static void init()