org.neo4j.graphdb.index
Class IndexProvider

java.lang.Object
  extended by org.neo4j.helpers.Service
      extended by org.neo4j.graphdb.index.IndexProvider

public abstract class IndexProvider
extends Service


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.helpers.Service
Service.CaseInsensitiveService, Service.Implementation
 
Constructor Summary
IndexProvider(String identifier)
           
 
Method Summary
 String identifier()
           
abstract  IndexImplementation load(KernelData kernel)
           
 
Methods inherited from class org.neo4j.helpers.Service
load, load, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexProvider

public IndexProvider(String identifier)
Method Detail

load

public abstract IndexImplementation load(KernelData kernel)
                                  throws Exception
Throws:
Exception

identifier

public final String identifier()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.