Class DropwizardCounter

    • Method Detail

      • increment

        public void increment​(double amount)
        Description copied from interface: Counter
        Update the counter by amount.
        Specified by:
        increment in interface Counter
        Parameters:
        amount - Amount to add to the counter.
      • count

        public double count()
        Specified by:
        count in interface Counter
        Returns:
        The cumulative count since this counter was created.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object