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

Packages that use Configurator
org.neo4j.server   
org.neo4j.server.configuration   
org.neo4j.server.database   
org.neo4j.server.modules   
 

Uses of Configurator in org.neo4j.server
 

Fields in org.neo4j.server declared as Configurator
protected  Configurator AbstractNeoServer.configurator
           
 

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

Constructors in org.neo4j.server with parameters of type Configurator
CommunityNeoServer(Configurator configurator)
           
WrappingNeoServer(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
           
WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db, Configurator configurator)
          Deprecated. Create an instance with custom documentation.
 

Uses of Configurator in org.neo4j.server.configuration
 

Classes in org.neo4j.server.configuration that implement Configurator
static class Configurator.Adapter
           
 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 declared as Configurator
static Configurator Configurator.EMPTY
           
 

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.database
 

Fields in org.neo4j.server.database declared as Configurator
protected  Configurator CommunityDatabase.configurator
           
 

Constructors in org.neo4j.server.database with parameters of type Configurator
CommunityDatabase(Configurator configurator)
           
 

Uses of Configurator in org.neo4j.server.modules
 

Constructors in org.neo4j.server.modules with parameters of type Configurator
ThirdPartyJAXRSModule(WebServer webServer, Configurator configurator, NeoServer neoServer)
           
 



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