Uses of Class
org.neo4j.kernel.impl.nioneo.store.PropertyIndexData

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

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

Methods in org.neo4j.kernel.impl.core with parameters of type PropertyIndexData
 void LockReleaser.addPropertyIndex(PropertyIndexData index)
           
 

Uses of PropertyIndexData in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return PropertyIndexData
 PropertyIndexData PropertyIndexStore.getPropertyIndex(int id)
           
 PropertyIndexData PropertyIndexStore.getPropertyIndex(int id, boolean recovered)
           
 PropertyIndexData[] PropertyIndexStore.getPropertyIndexes(int count)
           
 

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

Methods in org.neo4j.kernel.impl.nioneo.xa that return PropertyIndexData
 PropertyIndexData[] WriteTransaction.loadPropertyIndexes(int count)
           
 

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

Methods in org.neo4j.kernel.impl.persistence that return PropertyIndexData
 PropertyIndexData[] PersistenceManager.loadPropertyIndexes(int maxCount)
           
 PropertyIndexData[] NeoStoreTransaction.loadPropertyIndexes(int maxCount)
          Tries to load as heavy records as many property index records as specified in the argument.
 



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