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.
策展人的背景
在后台运行是什么意思?它是否在不同的线程中运行?JavaDoc 什么也没说。我不确定:(
It means asynchronous. ZooKeeper APIs are either synchronous or asynchronous. The synchronous versions wait for completion before returning. The asynchronous versions return immediately and report success/failure via a callback method.