org.neo4j.kernel.impl.core
Class PropertyIndexManager

java.lang.Object
  extended by org.neo4j.kernel.impl.core.PropertyIndexManager

public class PropertyIndexManager
extends Object


Method Summary
 PropertyIndex getIndexFor(int keyId)
           
 boolean hasIndexFor(int keyId)
           
 Iterable<PropertyIndex> index(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

index

public Iterable<PropertyIndex> index(String key)

hasIndexFor

public boolean hasIndexFor(int keyId)

getIndexFor

public PropertyIndex getIndexFor(int keyId)


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