Uses of Class
org.apache.curator.utils.ZKPaths.PathAndNode
-
Packages that use ZKPaths.PathAndNode Package Description org.apache.curator.utils -
-
Uses of ZKPaths.PathAndNode in org.apache.curator.utils
Methods in org.apache.curator.utils that return ZKPaths.PathAndNode Modifier and Type Method Description static ZKPaths.PathAndNodeZKPaths. getPathAndNode(java.lang.String path)Given a full path, return the node name and its path.
-