Class StringBindingsTemplate
java.lang.Object
io.nosqlbench.virtdata.core.templates.StringBindingsTemplate
Uses a string template and a bindings template to create instances of
StringBindings.-
Constructor Summary
ConstructorsConstructorDescriptionStringBindingsTemplate(String stringTemplate, BindingsTemplate bindingsTemplate) -
Method Summary
Modifier and TypeMethodDescriptionresolve()Create a new instance ofStringBindings, preferably in the thread context that will use it.toString()
-
Constructor Details
-
StringBindingsTemplate
-
-
Method Details
-
resolve
Create a new instance ofStringBindings, preferably in the thread context that will use it.- Returns:
- a new StringBindings
-
toString
-