Uses of Class
org.neo4j.kernel.impl.core.PropertyIndex

Packages that use PropertyIndex
org.neo4j.kernel.impl.core   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
 

Uses of PropertyIndex in org.neo4j.kernel.impl.core
 

Methods in org.neo4j.kernel.impl.core that return PropertyIndex
 PropertyIndex PropertyIndexManager.getIndexFor(int keyId)
           
 

Methods in org.neo4j.kernel.impl.core that return types with arguments of type PropertyIndex
 Iterable<PropertyIndex> PropertyIndexManager.index(String key)
           
 

Uses of PropertyIndex in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type PropertyIndex
 PropertyData WriteTransaction.nodeAddProperty(long nodeId, PropertyIndex index, Object value)
           
 PropertyData WriteTransaction.relAddProperty(long relId, PropertyIndex index, Object value)
           
 

Uses of PropertyIndex in org.neo4j.kernel.impl.persistence
 

Methods in org.neo4j.kernel.impl.persistence with parameters of type PropertyIndex
 PropertyData PersistenceManager.nodeAddProperty(long nodeId, PropertyIndex index, Object value)
           
 PropertyData NeoStoreTransaction.nodeAddProperty(long nodeId, PropertyIndex index, Object value)
          Adds a property to the given node, with the given index and value.
 PropertyData PersistenceManager.relAddProperty(long relId, PropertyIndex index, Object value)
           
 PropertyData NeoStoreTransaction.relAddProperty(long relId, PropertyIndex index, Object value)
          Adds a property to the given relationship, with the given index and value.
 



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