com.netflix.curator.utils
Class ZKPaths.PathAndNode

java.lang.Object
  extended by com.netflix.curator.utils.ZKPaths.PathAndNode
Enclosing class:
ZKPaths

public static class ZKPaths.PathAndNode
extends java.lang.Object


Constructor Summary
ZKPaths.PathAndNode(java.lang.String path, java.lang.String node)
           
 
Method Summary
 java.lang.String getNode()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKPaths.PathAndNode

public ZKPaths.PathAndNode(java.lang.String path,
                           java.lang.String node)
Method Detail

getPath

public java.lang.String getPath()

getNode

public java.lang.String getNode()