public class CypherExecutor extends Object implements org.neo4j.kernel.lifecycle.Lifecycle
| Constructor and Description |
|---|
CypherExecutor(Database database,
org.neo4j.kernel.impl.util.StringLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.cypher.javacompat.internal.ServerExecutionEngine |
getExecutionEngine() |
void |
init() |
void |
shutdown() |
void |
start() |
void |
stop() |
public static Logger log
public CypherExecutor(Database database, org.neo4j.kernel.impl.util.StringLogger logger)
public org.neo4j.cypher.javacompat.internal.ServerExecutionEngine getExecutionEngine()
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.LifecycleThrowableCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.