Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.index.IndexIterable

Packages that use IndexIterable
org.neo4j.graphdb.factory   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of IndexIterable in org.neo4j.graphdb.factory
 

Methods in org.neo4j.graphdb.factory with parameters of type IndexIterable
 void GraphDatabaseFactory.setIndexProviders(IndexIterable indexIterable)
          Sets an IndexProvider iterable source.
 

Uses of IndexIterable in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement IndexIterable
 class LegacyIndexIterable
          Provides IndexProvider objects based on Service#load() static method.
 class ListIndexIterable
          Provides IndexProvider objects based on a provided list.
 


Neo4j Enterprise

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