org.neo4j.server
Class WrappingNeoServerBootstrapper
java.lang.Object
org.neo4j.server.Bootstrapper
org.neo4j.server.WrappingNeoServerBootstrapper
Deprecated.
@Deprecated
public class WrappingNeoServerBootstrapper
- extends Bootstrapper
A bootstrapper for the Neo4j Server that takes an already instantiated
GraphDatabaseAPI, and optional configuration, and launches a
server using that database.
| Methods inherited from class org.neo4j.server.Bootstrapper |
addShutdownHook, controlEvent, getServer, isMoreDerivedThan, loadMostDerivedBootstrapper, main, removeShutdownHook, start, start, stop, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappingNeoServerBootstrapper
public WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db)
- Deprecated.
- Create an instance with default settings.
- Parameters:
db -
WrappingNeoServerBootstrapper
public WrappingNeoServerBootstrapper(org.neo4j.kernel.GraphDatabaseAPI db,
Configurator configurator)
- Deprecated.
- Create an instance with custom documentation.
ServerConfigurator is written to fit well here, see its'
documentation.
- Parameters:
db - configurator -
createConfigurator
protected Configurator createConfigurator(org.neo4j.kernel.logging.ConsoleLogger log)
- Deprecated.
- Overrides:
createConfigurator in class Bootstrapper
createNeoServer
protected NeoServer createNeoServer()
- Deprecated.
- Specified by:
createNeoServer in class Bootstrapper
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.