Class ConcurrentBindings
java.lang.Object
javax.script.SimpleBindings
org.apache.tinkerpop.gremlin.jsr223.ConcurrentBindings
A
Bindings that can be accessed concurrently by multiple threads. It is needed in cases where "global"
bindings are required for the GremlinScriptEngine and need to be shared across threads.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.script.SimpleBindings
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ConcurrentBindings
public ConcurrentBindings() -
ConcurrentBindings
-