public class ConcurrentBindings extends SimpleBindings
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.Constructor and Description |
---|
ConcurrentBindings() |
ConcurrentBindings(Map<String,Object> m) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.