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.
Index<Node>org.neo4j.graphdb.index パッケージの実装がスレッド セーフであるかどうか、つまり、2 つの異なるスレッドから同じオブジェクトに安全にアクセスできるかどうか、Neo4j のドキュメントからはわかりませんでした。
Index<Node>
古い投稿をいくつか見つけましたが、はい、スレッドセーフです。そのインスタンスを 1 つ取得し、スレッドで渡すことができるはずです。