| Package | Description |
|---|---|
| org.neo4j.backup | |
| org.neo4j.graphdb.factory |
Create database instances.
|
| 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.extension | |
| org.neo4j.unsafe.batchinsert |
Tools for high-performance data insertion; make sure to read the instructions before using.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OnlineBackupExtensionFactory |
| Modifier and Type | Method and Description |
|---|---|
Iterable<KernelExtensionFactory<?>> |
GraphDatabaseFactoryState.getKernelExtension() |
Iterable<KernelExtensionFactory<?>> |
GraphDatabaseFactory.getKernelExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDatabaseFactoryState.addKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions) |
GraphDatabaseFactory |
GraphDatabaseFactory.addKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions) |
void |
GraphDatabaseFactoryState.setKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions) |
GraphDatabaseFactory |
GraphDatabaseFactory.setKernelExtensions(Iterable<KernelExtensionFactory<?>> newKernelExtensions) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexProviderKernelExtensionFactory
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneKernelExtensionFactory |
| Constructor and Description |
|---|
EmbeddedGraphDatabase(String storeDir,
Map<String,String> params,
Iterable<IndexProvider> indexProviders,
Iterable<KernelExtensionFactory<?>> kernelExtensions,
Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> txInterceptorProviders)
Internal constructor used by
GraphDatabaseFactory |
EmbeddedReadOnlyGraphDatabase(String storeDir,
Map<String,String> params,
Iterable<IndexProvider> indexProviders,
Iterable<KernelExtensionFactory<?>> kernelExtensions,
Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> transactionInterceptorProviders) |
HighlyAvailableGraphDatabase(String storeDir,
Map<String,String> params,
Iterable<IndexProvider> indexProviders,
Iterable<KernelExtensionFactory<?>> kernelExtensions,
Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> txInterceptorProviders)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KernelExtensions.addKernelExtension(KernelExtensionFactory kernelExtensionFactory) |
void |
UnsatisfiedDependencyStrategy.handle(KernelExtensionFactory kernelExtensionFactory,
org.neo4j.kernel.extension.KernelExtensions.UnsatisfiedDepencyException e) |
void |
KernelExtensions.removeKernelExtension(KernelExtensionFactory kernelExtensionFactory) |
| Constructor and Description |
|---|
KernelExtensions(Iterable<KernelExtensionFactory<?>> kernelExtensionFactories,
org.neo4j.kernel.configuration.Config config,
DependencyResolver dependencyResolver,
UnsatisfiedDependencyStrategy unsatisfiedDepencyStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static GraphDatabaseService |
BatchInserters.batchDatabase(String storeDir,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem,
Map<String,String> config,
Iterable<KernelExtensionFactory<?>> kernelExtensions) |
static BatchInserter |
BatchInserters.inserter(String storeDir,
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystem,
Map<String,String> config,
Iterable<KernelExtensionFactory<?>> kernelExtensions) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.