public interface TaskCountStatsProvider
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getFailedTaskCount()
Return the number of failed tasks for each datasource during emission period.
|
Map<String,Long> |
getPendingTaskCount()
Return the number of current pending tasks for each datasource.
|
Map<String,Long> |
getRunningTaskCount()
Return the number of current running tasks for each datasource.
|
Map<String,Long> |
getSuccessfulTaskCount()
Return the number of successful tasks for each datasource during emission period.
|
Map<String,Long> |
getWaitingTaskCount()
Return the number of current waiting tasks for each datasource.
|
Map<String,Long> getSuccessfulTaskCount()
Map<String,Long> getFailedTaskCount()
Map<String,Long> getRunningTaskCount()
Map<String,Long> getPendingTaskCount()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.