org.apache.accumulo.core.zookeeper
Class ZooUtil.LockID

java.lang.Object
  extended by org.apache.accumulo.core.zookeeper.ZooUtil.LockID
Enclosing class:
ZooUtil

public static class ZooUtil.LockID
extends Object


Field Summary
 long eid
           
 String node
           
 String path
           
 
Constructor Summary
ZooUtil.LockID(String root, String serializedLID)
           
ZooUtil.LockID(String path, String node, long eid)
           
 
Method Summary
 String serialize(String root)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eid

public long eid

path

public String path

node

public String node
Constructor Detail

ZooUtil.LockID

public ZooUtil.LockID(String root,
                      String serializedLID)

ZooUtil.LockID

public ZooUtil.LockID(String path,
                      String node,
                      long eid)
Method Detail

serialize

public String serialize(String root)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.