org.apache.curator.utils
Class ZKPaths.PathAndNode

java.lang.Object
  extended by org.apache.curator.utils.ZKPaths.PathAndNode
Enclosing class:
ZKPaths

public static class ZKPaths.PathAndNode
extends Object


Constructor Summary
ZKPaths.PathAndNode(String path, String node)
           
 
Method Summary
 String getNode()
           
 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(String path,
                           String node)
Method Detail

getPath

public String getPath()

getNode

public String getNode()


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.