| Package | Description |
|---|---|
| org.neo4j.server | |
| org.neo4j.server.configuration | |
| org.neo4j.server.database | |
| org.neo4j.server.modules |
| Modifier and Type | Method and Description |
|---|---|
Configurator |
AbstractNeoServer.getConfigurator() |
Configurator |
NeoServer.getConfigurator() |
| Constructor and Description |
|---|
CommunityNeoServer(Configurator configurator,
org.neo4j.kernel.logging.Logging logging) |
WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db,
Configurator configurator) |
WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db,
Configurator configurator)
Deprecated.
Create an instance with custom documentation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Configurator.Adapter |
class |
PropertyFileConfigurator |
class |
ServerConfigurator
Used by the
WrappingNeoServerBootstrapper, passing the minimum amount
of required configuration on to the neo4j server. |
| Modifier and Type | Field and Description |
|---|---|
static Configurator |
Configurator.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
static org.neo4j.kernel.info.DiagnosticsExtractor<Configurator> |
Configurator.DIAGNOSTICS |
| Constructor and Description |
|---|
CommunityDatabase(Configurator configurator,
org.neo4j.kernel.logging.Logging logging) |
WrappedDatabase(org.neo4j.kernel.AbstractGraphDatabase db,
Configurator configurator) |
| Constructor and Description |
|---|
ThirdPartyJAXRSModule(WebServer webServer,
Configurator configurator,
org.neo4j.kernel.logging.Logging logging,
NeoServer neoServer) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.