| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.rest.handler.legacy.backpressure |
| Modifier and Type | Method and Description |
|---|---|
BackPressureStatsTracker |
JobManagerSharedServices.getBackPressureStatsTracker() |
| Constructor and Description |
|---|
JobManagerSharedServices(ScheduledExecutorService scheduledExecutorService,
LibraryCacheManager libraryCacheManager,
RestartStrategyFactory restartStrategyFactory,
StackTraceSampleCoordinator stackTraceSampleCoordinator,
BackPressureStatsTracker backPressureStatsTracker) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackPressureStatsTrackerImpl
Back pressure statistics tracker.
|
class |
VoidBackPressureStatsTracker
BackPressureStatsTracker implementation which always returns no back pressure statistics. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.