public class CypherExecutor
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Constructor and Description |
|---|
CypherExecutor(Database database,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.query.TransactionalContext |
createTransactionContext(String query,
Map<String,Object> parameters,
javax.servlet.http.HttpServletRequest request) |
org.neo4j.cypher.internal.javacompat.ExecutionEngine |
getExecutionEngine() |
void |
start() |
void |
stop() |
public CypherExecutor(Database database, org.neo4j.logging.LogProvider logProvider)
public org.neo4j.cypher.internal.javacompat.ExecutionEngine getExecutionEngine()
public void start()
throws Throwable
start in interface org.neo4j.kernel.lifecycle.Lifecyclestart in class org.neo4j.kernel.lifecycle.LifecycleAdapterThrowablepublic void stop()
throws Throwable
stop in interface org.neo4j.kernel.lifecycle.Lifecyclestop in class org.neo4j.kernel.lifecycle.LifecycleAdapterThrowableCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.