Interface TaskLoad
-
- All Known Implementing Classes:
TaskLoadImpl
public interface TaskLoad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEnd()HistogramgetLoad()longgetStart()
-
-
-
Method Detail
-
getStart
long getStart()
-
getEnd
long getEnd()
-
getLoad
Histogram getLoad()
-
-