org.neo4j.server.database
Class CypherExecutor
java.lang.Object
org.neo4j.kernel.lifecycle.LifecycleAdapter
org.neo4j.server.database.CypherExecutor
- All Implemented Interfaces:
- org.neo4j.kernel.lifecycle.Lifecycle
public class CypherExecutor
- extends org.neo4j.kernel.lifecycle.LifecycleAdapter
| Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter |
init, shutdown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CypherExecutor
public CypherExecutor(Database database,
org.neo4j.kernel.impl.util.StringLogger logger)
getExecutionEngine
public org.neo4j.cypher.javacompat.ExecutionEngine getExecutionEngine()
start
public void start()
throws Throwable
- Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
start in class org.neo4j.kernel.lifecycle.LifecycleAdapter
- Throws:
Throwable
stop
public void stop()
throws Throwable
- Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle- Overrides:
stop in class org.neo4j.kernel.lifecycle.LifecycleAdapter
- Throws:
Throwable
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.