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

All Superinterfaces:
Serializable
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>
extends Serializable

Author:
Ludovic Orban

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

Method Detail

getName

String getName()

getValue

V getValue()

getUnit

U getUnit()


Copyright © 2016. All Rights Reserved.