Package | Description |
---|---|
org.neo4j.backup | |
org.neo4j.helpers |
Common Java utilities.
|
org.neo4j.index.lucene |
Contains
QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
org.neo4j.kernel.extension |
Modifier and Type | Class and Description |
---|---|
class |
BackupExtensionService
This class provides a basic interface for backup sources to implement their
own resolution algorithms.
|
class |
OnlineBackupExtensionFactory |
Modifier and Type | Class and Description |
---|---|
static class |
Service.CaseInsensitiveService
A base class for services, similar to
Service , that compares keys
using case insensitive comparison instead of exact comparison. |
Modifier and Type | Method and Description |
---|---|
static <T extends Service> |
Service.load(Class<T> type,
String key)
Load the Service implementation with the specified key.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneKernelExtensionFactory |
Modifier and Type | Class and Description |
---|---|
class |
org.neo4j.kernel.extension.KernelExtensionFactory<DEPENDENCIES> |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.