Interface Statistics
-
- All Known Implementing Classes:
VertexThreadInfoStats
public interface StatisticsRepresents one or more statistics samples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEndTime()Returns the timestamp when the last sample of thisStatisticswas collected.
-
-
-
Method Detail
-
getEndTime
long getEndTime()
Returns the timestamp when the last sample of thisStatisticswas collected.- Returns:
- the timestamp of the last sample.
-
-