public class BlockingBootstrapper extends Object implements Bootstrapper
| Constructor and Description |
|---|
BlockingBootstrapper(Bootstrapper wrapped) |
| Modifier and Type | Method and Description |
|---|---|
int |
start(File homeDir,
Optional<File> configFile,
org.neo4j.helpers.collection.Pair<String,String>... configOverrides) |
int |
stop() |
public BlockingBootstrapper(Bootstrapper wrapped)
@SafeVarargs public final int start(File homeDir, Optional<File> configFile, org.neo4j.helpers.collection.Pair<String,String>... configOverrides)
start in interface Bootstrapperpublic int stop()
stop in interface BootstrapperCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.