Uses of Class
org.neo4j.kernel.KernelData

Packages that use KernelData
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of KernelData in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index with parameters of type KernelData
abstract  IndexImplementation IndexProvider.load(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return KernelData
abstract  KernelData AbstractGraphDatabase.getKernelData()
           
 KernelData EmbeddedGraphDatabase.getKernelData()
           
 KernelData EmbeddedReadOnlyGraphDatabase.getKernelData()
           
 

Methods in org.neo4j.kernel with parameters of type KernelData
protected  S KernelExtension.agentLoad(KernelData kernel, Object param)
           
protected  void KernelExtension.agentVisit(KernelData kernel, S state, Object param)
           
protected  S KernelExtension.getState(KernelData kernel)
           
protected  boolean KernelExtension.isLoaded(KernelData kernel)
           
protected abstract  S KernelExtension.load(KernelData kernel)
          Load this extension for a particular Neo4j Kernel.
protected  void KernelExtension.loadAgent(KernelData kernel, Object param)
           
protected  void KernelExtension.loadConfiguration(KernelData kernel)
          Takes place before any data sources has been registered and is there to let extensions affect the configuration of other things starting up.
 

Uses of KernelData in org.neo4j.tooling.wrap
 

Methods in org.neo4j.tooling.wrap that return KernelData
 KernelData WrappedGraphDatabase.getKernelData()
           
 



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