Uses of Record Class
io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve.RCurveFrameParams
Packages that use RCurveFrameParams
-
Uses of RCurveFrameParams in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve
Subclasses with type arguments of type RCurveFrameParams in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurveMethods in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve that return RCurveFrameParamsModifier and TypeMethodDescriptionRCurvePlanner.initialStep()RCurvePlanner.nextStep(JournalView<RCurveFrameParams> journal) Using a stateful history of all control parameters and all results, decide if there is additional search space and return a set of parameters for the next workload simulation frame.Methods in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve with parameters of type RCurveFrameParamsModifier and TypeMethodDescriptionvoidRCurvePlanner.applyParams(RCurveFrameParams params, Activity flywheel) Method parameters in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve with type arguments of type RCurveFrameParamsModifier and TypeMethodDescriptionRCurvePlanner.nextStep(JournalView<RCurveFrameParams> journal) Using a stateful history of all control parameters and all results, decide if there is additional search space and return a set of parameters for the next workload simulation frame.