Interface Statistics
- All Known Implementing Classes:
VertexThreadInfoStats
public interface Statistics
Represents one or more statistics samples.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the timestamp when the last sample of thisStatisticswas collected.
-
Method Details
-
getEndTime
long getEndTime()Returns the timestamp when the last sample of thisStatisticswas collected.- Returns:
- the timestamp of the last sample.
-