| Package | Description |
|---|---|
| org.neo4j.backup | |
| org.neo4j.cluster | |
| 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.kernel.api.index | |
| org.neo4j.kernel.extension | |
| org.neo4j.kernel.lifecycle |
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineBackupKernelExtension |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
OnlineBackupExtensionFactory.newKernelExtension(OnlineBackupExtensionFactory.Dependencies dependencies) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorLifecycleAdapter |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
IndexProviderKernelExtensionFactory.newKernelExtension(IndexProviderKernelExtensionFactory.Dependencies dependencies)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneKernelExtension |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
LuceneKernelExtensionFactory.newKernelExtension(LuceneKernelExtensionFactory.Dependencies dependencies) |
| Modifier and Type | Class and Description |
|---|---|
class |
KernelEventHandlers
Handle the collection of kernel event handlers, and fire events as needed.
|
class |
StoreLockerLifecycleAdapter |
class |
ThreadToStatementContextBridge
This is meant to serve as the bridge that makes the Beans API tie transactions to threads.
|
class |
TransactionEventHandlers
Handle the collection of transaction event handlers, and fire events as needed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaIndexProvider
Contract for implementing an index in Neo4j.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KernelExtensions |
| Modifier and Type | Method and Description |
|---|---|
abstract Lifecycle |
KernelExtensionFactory.newKernelExtension(DEPENDENCIES dependencies)
Create a new instance of this kernel extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleAdapter
Adapter for Lifecycle interface.
|
class |
LifeSupport
Support class for handling collections of Lifecycle instances.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Lifecycle> |
LifeSupport.getLifecycleInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifeSupport.restart(Lifecycle instance)
Restart an individual instance.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.