Class StorageMetrics


  • public class StorageMetrics
    extends java.lang.Object
    Metrics related to Storage.
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageMetrics()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • load

        public static final com.codahale.metrics.Counter load
      • uncompressedLoad

        public static final com.codahale.metrics.Counter uncompressedLoad
      • unreplicatedLoad

        public static final com.codahale.metrics.Gauge<java.lang.Long> unreplicatedLoad
      • unreplicatedUncompressedLoad

        public static final com.codahale.metrics.Gauge<java.lang.Long> unreplicatedUncompressedLoad
      • uncaughtExceptions

        public static final com.codahale.metrics.Counter uncaughtExceptions
      • totalHintsInProgress

        public static final com.codahale.metrics.Counter totalHintsInProgress
      • totalHints

        public static final com.codahale.metrics.Counter totalHints
      • repairExceptions

        public static final com.codahale.metrics.Counter repairExceptions
    • Constructor Detail

      • StorageMetrics

        public StorageMetrics()