org.terracotta.management.stats
Interface Statistic<V,U>

All Known Subinterfaces:
StatisticHistory<V,U>
All Known Implementing Classes:
AbstractStatistic, AbstractStatisticHistory, Average, AverageHistory, Counter, CounterHistory, Duration, DurationHistory, Rate, RateHistory, Ratio, RatioHistory, Size, SizeHistory

public interface Statistic<V,U>

Author:
Ludovic Orban

Method Summary
 String getName()
           
 U getUnit()
           
 V getValue()
           
 

Method Detail

getName

String getName()

getValue

V getValue()

getUnit

U getUnit()


Copyright © 2015. All Rights Reserved.