public interface CurrentMonitorStatistics
CurrentStatistics
contains information of current Statistics in
the report server.Modifier and Type | Method and Description |
---|---|
java.lang.String |
displayBeginTime()
Displays statistics beginning time to string.
|
java.lang.String |
displayEndTime()
Displays statistics end time with string format.
|
int |
getAmountOfReportPagesEveryMinute()
Gets the amount of report pages number every minute.
|
long |
getAmountOfReports()
Gets the amount of reports.
|
int |
getAmountOfReportsEveryMinute()
Gets the amount of reports number every minute.
|
long |
getAmountOfSucceedReports()
Gets the amount of succeeded reports.
|
int |
getAverageNeedTimeEveryReport()
Gets the average time since submitting report to finishing running report.
|
int |
getAverageRunTimeEveryReport()
Gets the average running time since starting to run to finishing running report.
|
long |
getAverageWaitTimeInRun()
Gets the average waiting time for when the report has been in the running queue.
|
int |
getAverageWaitTimeToRun()
Gets the average waiting time since submitting report to running report.
|
long |
getBeginTimeToStatistics()
Gets statistics beginning time.
|
long |
getEndTimeToStatistics()
Gets statistics end time.
|
void |
setBeginTimeToStatistics(long startTime)
Sets statistics beginning time.
|
void |
setEndTimeToStatistics(long endTime)
Sets statistics end time.
|
int getAmountOfReportPagesEveryMinute()
int getAmountOfReportsEveryMinute()
long getAverageWaitTimeInRun()
int getAverageWaitTimeToRun()
int getAverageNeedTimeEveryReport()
int getAverageRunTimeEveryReport()
long getAmountOfSucceedReports()
long getAmountOfReports()
void setBeginTimeToStatistics(long startTime)
startTime
- the beginning time for statistics.void setEndTimeToStatistics(long endTime)
endTime
- the end time for statistics.long getBeginTimeToStatistics()
long getEndTimeToStatistics()
java.lang.String displayEndTime()
java.lang.String displayBeginTime()