Class ConcurrentBindings

java.lang.Object
javax.script.SimpleBindings
org.apache.tinkerpop.gremlin.jsr223.ConcurrentBindings
All Implemented Interfaces:
Map<String,Object>, Bindings

public class ConcurrentBindings extends SimpleBindings
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)
  • Constructor Details

    • ConcurrentBindings

      public ConcurrentBindings()
    • ConcurrentBindings

      public ConcurrentBindings(Map<String,Object> m)