Uses of Interface
io.nosqlbench.scenarios.simframe.capture.JournalView
Packages that use JournalView
Package
Description
The types in this package are used to define observable dependent variables,
specify how they are measured, formulate them into a value function, and provide
a view of these over time as frames are executed.
-
Uses of JournalView in io.nosqlbench.scenarios.simframe.capture
Classes in io.nosqlbench.scenarios.simframe.capture that implement JournalViewModifier and TypeClassDescriptionclassAggregate usage patterns around capturing and using simulation frame data.Methods in io.nosqlbench.scenarios.simframe.capture that return JournalView -
Uses of JournalView in io.nosqlbench.scenarios.simframe.optimizers.planners.findmax
Methods in io.nosqlbench.scenarios.simframe.optimizers.planners.findmax with parameters of type JournalViewModifier and TypeMethodDescriptionFindmaxPlanner.nextStep(JournalView<FindmaxFrameParams> 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. -
Uses of JournalView in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet
Methods in io.nosqlbench.scenarios.simframe.optimizers.planners.ratchet with parameters of type JournalViewModifier 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. -
Uses of JournalView in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve
Methods in io.nosqlbench.scenarios.simframe.optimizers.planners.rcurve with parameters of type JournalViewModifier 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. -
Uses of JournalView in io.nosqlbench.scenarios.simframe.planning
Methods in io.nosqlbench.scenarios.simframe.planning with parameters of type JournalViewModifier and TypeMethodDescriptionabstract PSimFramePlanner.nextStep(JournalView<P> 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.