org.neo4j.kernel
Class AbstractGraphDatabase.DefaultKernelData
java.lang.Object
org.neo4j.kernel.KernelData
org.neo4j.kernel.AbstractGraphDatabase.DefaultKernelData
- All Implemented Interfaces:
- Lifecycle
- Enclosing class:
- AbstractGraphDatabase
protected class AbstractGraphDatabase.DefaultKernelData
- extends KernelData
- implements Lifecycle
AbstractGraphDatabase.DefaultKernelData
public AbstractGraphDatabase.DefaultKernelData(Config config,
GraphDatabaseAPI graphDb)
version
public Version version()
- Specified by:
version
in class KernelData
getConfig
public Config getConfig()
- Specified by:
getConfig
in class KernelData
getConfigParams
public Map<String,String> getConfigParams()
- Specified by:
getConfigParams
in class KernelData
graphDatabase
public GraphDatabaseAPI graphDatabase()
- Specified by:
graphDatabase
in class KernelData
init
public void init()
throws Throwable
- Specified by:
init
in interface Lifecycle
- Throws:
Throwable
start
public void start()
throws Throwable
- Specified by:
start
in interface Lifecycle
- Throws:
Throwable
stop
public void stop()
throws Throwable
- Specified by:
stop
in interface Lifecycle
- Throws:
Throwable
shutdown
public void shutdown()
throws Throwable
- Specified by:
shutdown
in interface Lifecycle
- Throws:
Throwable
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.