Class ReadOnlyBindings

java.lang.Object
io.nosqlbench.engine.core.lifecycle.scenario.script.bindings.ReadOnlyBindings
All Implemented Interfaces:
Map<String,Object>, Bindings

public abstract class ReadOnlyBindings extends Object implements Bindings
A convenience class to make read-only Bindings easier to write. This will not make access to the context efficient, but it will make it easier to do correctly. More advanced implementations are recommended when the cost of indirecting through a map on access is too high.