Neo4j

org.neo4j.graphdb.index
Interface IndexProviders


public interface IndexProviders

Registry of currently active index implementations. Indexing extensions should register the implementation here on startup, and unregister it on stop.


Method Summary
 void registerIndexProvider(String name, IndexImplementation indexImplementation)
           
 boolean unregisterIndexProvider(String name)
           
 

Method Detail

registerIndexProvider

void registerIndexProvider(String name,
                           IndexImplementation indexImplementation)

unregisterIndexProvider

boolean unregisterIndexProvider(String name)

Neo4j

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