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