org.neo4j.kernel.impl.core
Class NodeManager.IndexLock

java.lang.Object
  extended by org.neo4j.kernel.impl.core.NodeManager.IndexLock
Enclosing class:
NodeManager

public static class NodeManager.IndexLock
extends Object


Constructor Summary
NodeManager.IndexLock(String index, String key)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getIndex()
           
 String getKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeManager.IndexLock

public NodeManager.IndexLock(String index,
                             String key)
Method Detail

getIndex

public String getIndex()

getKey

public String getKey()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.