Package org.apache.druid.server.metrics
Interface TaskSlotCountStatsProvider
Deprecated.
This is deprecated and will be merged into
TaskCountStatsProvider in
a future release.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the total number of task slots in blacklisted middlemanagers and indexers during emission period.Deprecated.Return the number of idle task slots during emission period.Deprecated.Return the total number of task slots in lazy marked middlemanagers and indexers during emission period.Deprecated.Return the number of total task slots during emission period.Deprecated.Return the number of used task slots during emission period.
-
Method Details
-
getTotalTaskSlotCount
Deprecated.Return the number of total task slots during emission period. -
getIdleTaskSlotCount
Deprecated.Return the number of idle task slots during emission period. -
getUsedTaskSlotCount
Deprecated.Return the number of used task slots during emission period. -
getLazyTaskSlotCount
Deprecated.Return the total number of task slots in lazy marked middlemanagers and indexers during emission period. -
getBlacklistedTaskSlotCount
Deprecated.Return the total number of task slots in blacklisted middlemanagers and indexers during emission period.
-