Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Neo4j 文档中我无法理解 org.neo4j.graphdb.index 包实现是否是线程安全的,也就是说,我可以Index<Node>从两个不同的线程安全地访问同一个对象吗?
Index<Node>
找到了一些较旧的帖子,但是是的,它是线程安全的。您应该能够获得它的一个实例并在线程上传递。