All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.marschall.micrometer.jfr.LongStatistics Maven / Gradle / Ivy

package com.github.marschall.micrometer.jfr;

interface LongStatistics {

  long totalAmount();

  long max();

  long count();

  void record(long value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy