public interface TaskSlotCountStatsProvider
| Modifier and Type | Method and Description |
|---|---|
Long |
getBlacklistedTaskSlotCount()
Return the total number of task slots in blacklisted middlemanagers and indexers during emission period.
|
Long |
getIdleTaskSlotCount()
Return the number of idle task slots during emission period.
|
Long |
getLazyTaskSlotCount()
Return the total number of task slots in lazy marked middlemanagers and indexers during emission period.
|
Long |
getTotalTaskSlotCount()
Return the number of total task slots during emission period.
|
Long |
getUsedTaskSlotCount()
Return the number of used task slots during emission period.
|
@Nullable Long getTotalTaskSlotCount()
@Nullable Long getIdleTaskSlotCount()
@Nullable Long getUsedTaskSlotCount()
@Nullable Long getLazyTaskSlotCount()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.