|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KernelData | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| org.neo4j.index.lucene | Contains QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
| 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.index.lucene |
|---|
| Methods in org.neo4j.index.lucene with parameters of type KernelData | |
|---|---|
IndexImplementation |
LuceneIndexProvider.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()
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||