mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make bindings-utilities more useful
This commit is contained in:
@@ -21,10 +21,10 @@ bindings:
|
||||
|
||||
# The TypeOf() function tells you the java class of its input
|
||||
|
||||
typeof: TypeOf();
|
||||
typeof: ToJavaInstant(); TypeOf();
|
||||
|
||||
# The Show() function provides a snapshot of what is in the thread-local
|
||||
# variable map as a String
|
||||
|
||||
show: Show();
|
||||
show: SaveLong('var42'); Show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user