org.terracotta.statistics.extended
Interface Result


public interface Result

Author:
Ludovic Orban

Method Summary
 SampledStatistic<Long> count()
          Count.
 Latency latency()
          Latency.
 SampledStatistic<Double> rate()
          Rate.
 

Method Detail

count

SampledStatistic<Long> count()
Count.

Returns:
the statistic

rate

SampledStatistic<Double> rate()
Rate.

Returns:
the statistic

latency

Latency latency()
Latency.

Returns:
the latency


Copyright © 2015. All Rights Reserved.