Record Class SimFrame<P>
java.lang.Object
java.lang.Record
io.nosqlbench.scenarios.simframe.planning.SimFrame<P>
- Record Components:
params- The parameters which control the simulated workload during the sample windowsamples- The measured samples, including key metrics and criteria for the sample window
Capture the control inputs as well as the samples of a sample period of a simulated workload.
-
Constructor Summary
ConstructorsConstructorDescriptionSimFrame(P params, FrameSampleSet samples) Creates an instance of aSimFramerecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intindex()params()Returns the value of theparamsrecord component.samples()Returns the value of thesamplesrecord component.toString()Returns a string representation of this record class.doublevalue()
-
Constructor Details
-
Method Details
-
value
public double value() -
index
public int index() -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
params
-
samples
-