public interface WorkerTaskCountStatsProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getWorkerCategory()
The worker category.
|
Long |
getWorkerFailedTaskCount()
The number of failed tasks run on worker during emission period.
|
Long |
getWorkerIdleTaskSlotCount()
The number of idle task slots on worker.
|
Long |
getWorkerSuccessfulTaskCount()
The number of successful tasks run on worker during emission period.
|
Long |
getWorkerTotalTaskSlotCount()
The number of total task slots on worker.
|
Long |
getWorkerUsedTaskSlotCount()
The number of used task slots on worker.
|
String |
getWorkerVersion()
The worker version.
|
Long getWorkerFailedTaskCount()
Long getWorkerSuccessfulTaskCount()
Long getWorkerIdleTaskSlotCount()
Long getWorkerTotalTaskSlotCount()
Long getWorkerUsedTaskSlotCount()
String getWorkerCategory()
String getWorkerVersion()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.