We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b5d84 commit 601be4cCopy full SHA for 601be4c
src/Common/ZooKeeper/ZooKeeper.h
@@ -380,8 +380,8 @@ class ZooKeeper
380
Coordination::ListRequestType list_request_type = Coordination::ListRequestType::ALL);
381
382
using MultiGetChildrenResponse = MultiReadResponses<Coordination::ListResponse, false>;
383
-
384
using MultiTryGetChildrenResponse = MultiReadResponses<Coordination::ListResponse, true>;
+
385
template <typename TIter>
386
MultiGetChildrenResponse
387
getChildren(TIter start, TIter end, Coordination::ListRequestType list_request_type = Coordination::ListRequestType::ALL)
0 commit comments