narendly commented on code in PR #2082:
URL: https://github.com/apache/helix/pull/2082#discussion_r865955715
##########
helix-core/src/main/java/org/apache/helix/BaseDataAccessor.java:
##########
@@ -95,6 +107,17 @@
*/
boolean[] createChildren(List<String> paths, List<T> records, int options);
+ /**
+ * Use it when creating children under a parent node. This will use async
api for better
+ * performance. If the child already exists it will return false.
Review Comment:
the child (single) or children (all of them)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]