Uses of Record Class
io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet.RatchetFrameParams
Packages that use RatchetFrameParams
-
Uses of RatchetFrameParams in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet
Subclasses with type arguments of type RatchetFrameParams in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchetMethods in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet that return RatchetFrameParamsModifier and TypeMethodDescriptionRatchetPlanner.initialStep()RatchetPlanner.nextStep(JournalView<RatchetFrameParams> 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.ratchet with parameters of type RatchetFrameParamsModifier and TypeMethodDescriptionvoidRatchetPlanner.applyParams(RatchetFrameParams params, Activity flywheel) Method parameters in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet with type arguments of type RatchetFrameParamsModifier and TypeMethodDescriptionRatchetPlanner.nextStep(JournalView<RatchetFrameParams> 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.