org.neo4j.server.database
Class CypherExecutor

java.lang.Object
  extended by org.neo4j.server.database.CypherExecutor
All Implemented Interfaces:
org.neo4j.kernel.lifecycle.Lifecycle

public class CypherExecutor
extends Object
implements org.neo4j.kernel.lifecycle.Lifecycle


Field Summary
static Logger log
           
 
Constructor Summary
CypherExecutor(Database database, org.neo4j.kernel.impl.util.StringLogger logger)
           
 
Method Summary
 org.neo4j.cypher.javacompat.ExecutionEngine getExecutionEngine()
           
 void init()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static Logger log
Constructor Detail

CypherExecutor

public CypherExecutor(Database database,
                      org.neo4j.kernel.impl.util.StringLogger logger)
Method Detail

getExecutionEngine

public org.neo4j.cypher.javacompat.ExecutionEngine getExecutionEngine()

init

public void init()
          throws Throwable
Specified by:
init in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

start

public void start()
           throws Throwable
Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.