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

org.terracotta.management.model.stats.Statistic Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.terracotta.management.model.stats;

import java.io.Serializable;

/**
 * @author Ludovic Orban
 */
public interface Statistic extends Serializable {

  V getValue();

  U getUnit();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy