Class 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 Detail

      • ConcurrentBindings

        public ConcurrentBindings()
      • ConcurrentBindings

        public ConcurrentBindings​(Map<String,​Object> m)