Class ReadOnlyBindings
java.lang.Object
io.nosqlbench.engine.core.lifecycle.scenario.script.bindings.ReadOnlyBindings
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.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.script.Bindings
containsKey, getMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
ReadOnlyBindings
public ReadOnlyBindings()
-
-
Method Details
-
put
-
putAll
-
clear
-
remove
-