biz.hammurapi.metrics
Interface Slice

All Superinterfaces:
Metric
All Known Implementing Classes:
SimpleSlice

public interface Slice
extends Metric

Time sliced metric

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Nested Class Summary
 
Nested classes/interfaces inherited from interface biz.hammurapi.metrics.Metric
Metric.Measurement
 
Method Summary
 long getFrom()
           
 long getTo()
           
 
Methods inherited from interface biz.hammurapi.metrics.Metric
add, add, getAvg, getDeviation, getMax, getMeasurements, getMin, getName, getNumber, getTotal
 

Method Detail

getFrom

long getFrom()
Returns:
Slice start time

getTo

long getTo()
Returns:
Slice end time


Copyright © 2003 Hammurapi Group. All Rights Reserved.