Interface GlobalJobStatisticsRequest

All Superinterfaces:
FinalCommandStep<GlobalJobStatistics>
All Known Implementing Classes:
GlobalJobStatisticsRequestImpl

public interface GlobalJobStatisticsRequest extends FinalCommandStep<GlobalJobStatistics>
Request to query global job statistics. Allows filtering by time range and optionally by job type.
  • Method Details

    • jobType

      Filters statistics to only include jobs of the given type.
      Parameters:
      jobType - the job type to filter by
      Returns:
      this request builder