Uses of Class
org.apache.wayang.profiler.log.DynamicLoadEstimator
Packages that use DynamicLoadEstimator
-
Uses of DynamicLoadEstimator in org.apache.wayang.profiler.log
Fields in org.apache.wayang.profiler.log declared as DynamicLoadEstimatorModifier and TypeFieldDescriptionstatic DynamicLoadEstimator
DynamicLoadEstimator.zeroLoad
Instance that always estimates a load of0
.Methods in org.apache.wayang.profiler.log that return DynamicLoadEstimatorModifier and TypeMethodDescriptionstatic DynamicLoadEstimator
DynamicLoadEstimator.createFor
(String templateKey, String resource, 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 DynamicLoadEstimatorModifierConstructorDescriptionDynamicLoadProfileEstimator
(String configKey, int numInputs, int numOutputs, DynamicLoadEstimator cpuEstimator) Creates a new instance.DynamicLoadProfileEstimator
(String configKey, int numInputs, int numOutputs, DynamicLoadEstimator cpuEstimator, DynamicLoadEstimator diskEstimator, DynamicLoadEstimator networkEstimator) Creates a new instance.