Uses of Class
org.neo4j.tooling.wrap.WrappedIndex.WrappedNodeIndex

Packages that use WrappedIndex.WrappedNodeIndex
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of WrappedIndex.WrappedNodeIndex in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return WrappedIndex.WrappedNodeIndex
protected  WrappedIndex.WrappedNodeIndex HighlyAvailableGraphDatabase.automaticNodeIndex(ReadableIndex<Node> index)
           
protected  WrappedIndex.WrappedNodeIndex HighlyAvailableGraphDatabase.nodeIndex(Index<Node> index, String indexName)
           
 

Uses of WrappedIndex.WrappedNodeIndex in org.neo4j.tooling.wrap
 

Methods in org.neo4j.tooling.wrap that return WrappedIndex.WrappedNodeIndex
protected  WrappedIndex.WrappedNodeIndex WrappedGraphDatabase.automaticNodeIndex(ReadableIndex<Node> index)
           
protected  WrappedIndex.WrappedNodeIndex WrappedGraphDatabase.nodeIndex(Index<Node> index, String indexName)
           
 



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