Class BindPoint

java.lang.Object
io.nosqlbench.virtdata.core.templates.BindPoint

public class BindPoint extends Object

A bind point is a named injection point in a field value or statement needed for an operation of some type. A bind point can be specified as either a named reference to a binding recipe specified elsewhere (a binding reference), or it can contain its own binding recipe (a binding definition).

BindPoint references take the form of

{name}
and only allow a simple binding name with no spaces, whereas BindPoint definitions take the form of
{{NumberNameToString()}}
and allow any characters which do not match the closing double braces.