GrantPSpencer commented on code in PR #2607:
URL: https://github.com/apache/helix/pull/2607#discussion_r1303618917
##########
meta-client/src/main/java/org/apache/helix/metaclient/api/MetaClientInterface.java:
##########
@@ -152,6 +152,15 @@ public Stat (EntryMode mode, int version, long ctime, long
mtime, long etime) {
*/
void create(final String key, final T data, final EntryMode mode);
+ /**
+ * Create an entry of given EntryMode with given key and data. If any parent
node in the node
+ * hierarchy does not exist, then the parent node will attempt to be
created. The entry will not be created if
+ * there is an existing entry with the same full key.
+ */
+ void createFullPath(final String key, final T Data, final EntryMode mode);
Review Comment:
Updated naming to match
--
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]