public class CypherExecutor
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Constructor and Description |
|---|
CypherExecutor(Database database) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.query.QuerySession |
createSession(javax.servlet.http.HttpServletRequest request) |
org.neo4j.cypher.internal.javacompat.ExecutionEngine |
getExecutionEngine() |
void |
start() |
void |
stop() |
public CypherExecutor(Database database)
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.LifecycleAdapterThrowablepublic org.neo4j.kernel.impl.query.QuerySession createSession(javax.servlet.http.HttpServletRequest request)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.