Interface JobStatisticsAPI
- All Known Implementing Classes:
JobStatisticsAPIImpl
public interface JobStatisticsAPI
Job statistics API.
-
Method Summary
Modifier and TypeMethodDescriptionGet all jobs brief info.getJobBriefInfo(String jobName) Get job brief info.Get jobs brief info.intGet jobs total count.
-
Method Details
-
getJobsTotalCount
int getJobsTotalCount()Get jobs total count.- Returns:
- jobs total count.
-
getAllJobsBriefInfo
Collection<JobBriefInfo> getAllJobsBriefInfo()Get all jobs brief info.- Returns:
- all jobs brief info.
-
getJobBriefInfo
Get job brief info.- Parameters:
jobName- job name- Returns:
- job brief info
-
getJobsBriefInfo
Get jobs brief info.- Parameters:
ip- server IP address- Returns:
- jobs brief info
-