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

com.emc.mongoose.base.metrics.util.LongReservoir Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
package com.emc.mongoose.base.metrics.util;

/** @author veronika K. on 03.10.18 */
public interface LongReservoir {

	int size();

	void update(final long value);

	long[] snapshot();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy