public class DatabaseHosting extends Object implements org.neo4j.kernel.lifecycle.Lifecycle
| Modifier and Type | Class and Description |
|---|---|
static class |
DatabaseHosting.Mode |
| Constructor and Description |
|---|
DatabaseHosting(DatabaseRegistry registry,
ConfigDatabase configDb,
org.neo4j.kernel.impl.util.StringLogger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeDatabaseProvider(String dbKey,
String provider) |
void |
dropDatabase(String dbKey) |
void |
init() |
void |
newDatabase(String dbKey,
String provider,
DatabaseHosting.Mode mode,
org.neo4j.kernel.configuration.Config dbConfig) |
void |
reconfigureDatabase(String dbKey,
org.neo4j.kernel.configuration.Config newConfig) |
void |
shutdown() |
void |
start() |
void |
stop() |
public DatabaseHosting(DatabaseRegistry registry, ConfigDatabase configDb, org.neo4j.kernel.impl.util.StringLogger log)
public void init()
throws Throwable
init in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void shutdown()
throws Throwable
shutdown in interface org.neo4j.kernel.lifecycle.LifecycleThrowablepublic void newDatabase(String dbKey, String provider, DatabaseHosting.Mode mode, org.neo4j.kernel.configuration.Config dbConfig)
public void reconfigureDatabase(String dbKey, org.neo4j.kernel.configuration.Config newConfig)
public void dropDatabase(String dbKey)
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.