desaikomal commented on code in PR #2327:
URL: https://github.com/apache/helix/pull/2327#discussion_r1065261536


##########
meta-client/src/main/java/org/apache/helix/metaclient/api/MetaClientInterface.java:
##########
@@ -143,7 +152,7 @@ public int getVersion() {
    * @eturn Return a list of children keys. Return direct child name only for 
hierarchical key
    *        space, return the whole sub key for non-hierarchical key space.
    */
-  List<String> getDirestChildrenKeys(final String key);
+  List<String> getDirectChildrenKeys(final String key);

Review Comment:
   Got it. So interface will still say, getChildren() but Etcd will implement 
using prefix search.. in that case, name is very confusing for real metadata 
client user. For example, kv store, will they use 'getchildren() or should use 
getprefixsearch() or equivalent. 



-- 
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]

Reply via email to