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