Uses of Interface
io.nosqlbench.virtdata.core.bindings.Bindings.FieldSetter
Packages that use Bindings.FieldSetter
-
Uses of Bindings.FieldSetter in io.nosqlbench.virtdata.core.bindings
Methods in io.nosqlbench.virtdata.core.bindings with parameters of type Bindings.FieldSetterModifier and TypeMethodDescriptionvoidBindings.setAllFields(Bindings.FieldSetter fieldSetter, long input) Generate all the values named in the bind point names, then call the user-provided field setter for each name and object generated.voidBindings.setAllFieldsIterated(Bindings.FieldSetter fieldSetter, long input, int count) Generate all the values named in the bindings for a number of iterations, calling a user-provided field setter for each name and object generated, with the iteration number appended to the fieldName.voidBindings.setNamedFields(Bindings.FieldSetter fieldSetter, long input, String... fieldName) Generate only the values named in fieldNames, and then call the user-provided field setter for each name and object generated.voidBindings.setNamedFieldsIterated(Bindings.FieldSetter fieldSetter, long input, int count, String... fieldName) Generate all the values named in the bindings for a number of iterations, calling a user-provided field setter for each name and object generated, with the iteration number appended to the fieldName, but only for the named bindings.