netflix.ocelli.util.Average Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ocelli-core Show documentation
Show all versions of ocelli-core Show documentation
ocelli-core developed by Netflix
package netflix.ocelli.util;
public interface Average {
double get();
void addSample(long sample);
void reset();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy