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
protected  Configurator WrappingNeoServerBootstrapper.getConfigurator()
           
 Configurator NeoServerWithEmbeddedWebServer.getConfigurator()
           
protected  Configurator Bootstrapper.getConfigurator()
           
 Configurator NeoServer.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(org.neo4j.kernel.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 PropertyFileConfigurator
           
 class ServerConfigurator
          Used by the WrappingNeoServerBootstrapper, passing the minimum amount of required configuration on to the neo4j server.
 

Fields in org.neo4j.server.configuration with type parameters of type Configurator
static org.neo4j.kernel.info.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.