Class AbstractMetricCollector

    • Constructor Detail

      • AbstractMetricCollector

        public AbstractMetricCollector()
    • Method Detail

      • decrementCounter

        public void decrementCounter​(java.lang.String name)
        Description copied from interface: MetricCollector
        Decrement a Counter by one.
        Specified by:
        decrementCounter in interface MetricCollector
        Parameters:
        name - the name of the counter.
      • incrementCounter

        public void incrementCounter​(java.lang.String name)
        Description copied from interface: MetricCollector
        Increment a Counter by one.
        Specified by:
        incrementCounter in interface MetricCollector
        Parameters:
        name - the name of the counter.