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 DynamicLoadEstimatorDynamicLoadEstimator.zeroLoadInstance that always estimates a load of0.Methods in org.apache.wayang.profiler.log that return DynamicLoadEstimatorModifier and TypeMethodDescriptionstatic DynamicLoadEstimatorDynamicLoadEstimator.createFor(String templateKey, String resource, 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 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.