public interface BackPressureStatsTracker
ExecutionJobVertex
.Modifier and Type | Method and Description |
---|---|
void |
cleanUpOperatorStatsCache()
Cleans up the operator stats cache if it contains timed out entries.
|
Optional<OperatorBackPressureStats> |
getOperatorBackPressureStats(ExecutionJobVertex vertex)
Returns back pressure statistics for a operator.
|
void |
shutDown()
Shuts the BackPressureStatsTracker down.
|
Optional<OperatorBackPressureStats> getOperatorBackPressureStats(ExecutionJobVertex vertex)
vertex
- Operator to get the stats for.void cleanUpOperatorStatsCache()
The Guava cache only evicts as maintenance during normal operations. If this handler is inactive, it will never be cleaned.
void shutDown() throws FlinkException
FlinkException
- if the BackPressureStatsTracker could not be shut downCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.