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