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