Uses of Class
io.nosqlbench.scenarios.simframe.capture.FrameSampleSet
Packages that use FrameSampleSet
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 FrameSampleSet in io.nosqlbench.scenarios.simframe.capture
Subclasses with type arguments of type FrameSampleSet in io.nosqlbench.scenarios.simframe.captureMethods in io.nosqlbench.scenarios.simframe.capture that return FrameSampleSetMethods in io.nosqlbench.scenarios.simframe.capture that return types with arguments of type FrameSampleSetMethods in io.nosqlbench.scenarios.simframe.capture with parameters of type FrameSampleSet -
Uses of FrameSampleSet in io.nosqlbench.scenarios.simframe.planning
Methods in io.nosqlbench.scenarios.simframe.planning that return FrameSampleSetModifier and TypeMethodDescriptionSimFrame.samples()Returns the value of thesamplesrecord component.Constructors in io.nosqlbench.scenarios.simframe.planning with parameters of type FrameSampleSetModifierConstructorDescriptionSimFrame(P params, FrameSampleSet samples) Creates an instance of aSimFramerecord class.