Interface TaskCountStatsProvider


  • public interface TaskCountStatsProvider
    • Method Detail

      • getSuccessfulTaskCount

        @Deprecated
        Map<String,​Long> getSuccessfulTaskCount()
        Deprecated.
        Return the number of successful tasks for each datasource during emission period.
      • getFailedTaskCount

        @Deprecated
        Map<String,​Long> getFailedTaskCount()
        Deprecated.
        Return the number of failed tasks for each datasource during emission period.
      • getRunningTaskCount

        @Deprecated
        Map<String,​Long> getRunningTaskCount()
        Deprecated.
        Return the number of current running tasks for each datasource.
      • getPendingTaskCount

        @Deprecated
        Map<String,​Long> getPendingTaskCount()
        Deprecated.
        Return the number of current pending tasks for each datasource.
      • getWaitingTaskCount

        @Deprecated
        Map<String,​Long> getWaitingTaskCount()
        Deprecated.
        Return the number of current waiting tasks for each datasource.