Package org.apache.curator.utils
Class ZKPaths.PathAndNode
- java.lang.Object
-
- org.apache.curator.utils.ZKPaths.PathAndNode
-
- Enclosing class:
- ZKPaths
public static class ZKPaths.PathAndNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathAndNode(java.lang.String path, java.lang.String node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNode()
java.lang.String
getPath()
-