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