Uses of Class
org.apache.wayang.profiler.log.DynamicLoadEstimator
-
Packages that use DynamicLoadEstimator Package Description org.apache.wayang.profiler.log -
-
Uses of DynamicLoadEstimator in org.apache.wayang.profiler.log
Fields in org.apache.wayang.profiler.log declared as DynamicLoadEstimator Modifier and Type Field Description static DynamicLoadEstimatorDynamicLoadEstimator. zeroLoadInstance that always estimates a load of0.Methods in org.apache.wayang.profiler.log that return DynamicLoadEstimator Modifier and Type Method Description static DynamicLoadEstimatorDynamicLoadEstimator. createFor(java.lang.String templateKey, java.lang.String resource, java.lang.String expression, OptimizationSpace optimizationSpace)Parses a mathematical expression and provides it as aLoadEstimator.SinglePointEstimationFunction.static DynamicLoadEstimatorDynamicLoadProfileEstimators. wrap(LoadEstimator loadEstimator)Exposes aLoadEstimatorforExecutionOperators as aDynamicLoadEstimatorwith the caveat that theExecutionOperatorwill not be available in the estimation process.Constructors in org.apache.wayang.profiler.log with parameters of type DynamicLoadEstimator Constructor Description DynamicLoadProfileEstimator(java.lang.String configKey, int numInputs, int numOutputs, DynamicLoadEstimator cpuEstimator)Creates a new instance.DynamicLoadProfileEstimator(java.lang.String configKey, int numInputs, int numOutputs, DynamicLoadEstimator cpuEstimator, DynamicLoadEstimator diskEstimator, DynamicLoadEstimator networkEstimator)Creates a new instance.
-