Interface OutputDataSizeEstimator
- All Known Implementing Classes:
ByEagerParentOutputDataSizeEstimator,BySmallStageOutputDataSizeEstimator,ByTaskProgressOutputDataSizeEstimator,CompositeOutputDataSizeEstimator
public interface OutputDataSizeEstimator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic enum -
Method Summary
Modifier and TypeMethodDescriptiongetEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager)
-
Method Details
-
getEstimatedOutputDataSize
Optional<OutputDataSizeEstimator.OutputDataSizeEstimateResult> getEstimatedOutputDataSize(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager)
-