Uses of Interface
org.neo4j.server.configuration.Configurator

Packages that use Configurator
org.neo4j.server   
org.neo4j.server.configuration   
org.neo4j.server.storemigration   
 

Uses of Configurator in org.neo4j.server
 

Methods in org.neo4j.server that return Configurator
 Configurator NeoServer.getConfigurator()
           
protected  Configurator Bootstrapper.getConfigurator()
           
 Configurator NeoServerWithEmbeddedWebServer.getConfigurator()
           
protected  Configurator WrappingNeoServerBootstrapper.getConfigurator()
           
 

Constructors in org.neo4j.server with parameters of type Configurator
NeoServerWithEmbeddedWebServer(Bootstrapper bootstrapper, StartupHealthCheck startupHealthCheck, Configurator configurator, WebServer webServer, Iterable<Class<? extends ServerModule>> moduleClasses)
           
WrappingNeoServerBootstrapper(GraphDatabaseAPI db, Configurator configurator)
          Create an instance with custom documentation.
 

Uses of Configurator in org.neo4j.server.configuration
 

Classes in org.neo4j.server.configuration that implement Configurator
 class EmbeddedServerConfigurator
          Used by the WrappingNeoServerBootstrapper, passing the minimum amount of required configuration on to the neo4j server.
 class PropertyFileConfigurator
           
 

Fields in org.neo4j.server.configuration with type parameters of type Configurator
static DiagnosticsExtractor<Configurator> Configurator.DIAGNOSTICS
           
 

Uses of Configurator in org.neo4j.server.storemigration
 

Methods in org.neo4j.server.storemigration that return Configurator
protected  Configurator PreStartupStoreUpgrader.getConfigurator()
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.