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 DynamicLoadEstimator
DynamicLoadEstimator. zeroLoad
Instance that always estimates a load of0
.Methods in org.apache.wayang.profiler.log that return DynamicLoadEstimator Modifier and Type Method Description static DynamicLoadEstimator
DynamicLoadEstimator. 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 DynamicLoadEstimator
DynamicLoadProfileEstimators. wrap(LoadEstimator loadEstimator)
Exposes aLoadEstimator
forExecutionOperator
s as aDynamicLoadEstimator
with the caveat that theExecutionOperator
will 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.
-