
org.terracotta.management.stats.Statistic Maven / Gradle / Ivy
The newest version!
package org.terracotta.management.stats;
import java.io.Serializable;
/**
* @author Ludovic Orban
*/
public interface Statistic extends Serializable {
V getValue();
U getUnit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy