public interface CommitStatsMXBean
Modifier and Type | Method and Description |
---|---|
void |
clearStats()
Clears the current stats to their defaults.
|
String |
getAverageCommitTime()
Returns a string representing average commit time duration, in the appropriate
scaled units.
|
String |
getLongestCommitTime()
Returns a string representing the time duration of the longest commit, in the appropriate
scaled units, along with the date/time that it occurred.
|
String |
getShortestCommitTime()
Returns a string representing the time duration of the shortest commit, in the appropriate
scaled units, along with the date/time that it occurred.
|
long |
getTotalCommits()
Returns the total number of commits that have occurred.
|
long getTotalCommits()
String getLongestCommitTime()
String getShortestCommitTime()
String getAverageCommitTime()
void clearStats()
Copyright © 2019 OpenDaylight. All rights reserved.