io.nosqlbench.engine.extensions.globalvars.globalvars.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of engine-extensions Show documentation
Show all versions of engine-extensions Show documentation
Scripting extensions for nosqlbench.
globalvars extension
===================
Allows access to the global object map from SharedState.gl_ObjectMap, which allows
for cross-binding and cross-thread data sharing.
```
var result = globalvars.get("result");
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy