org.neo4j.server.database
Class CommunityDatabase

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

public class CommunityDatabase
extends Database


Field Summary
protected  Configurator configurator
           
protected  org.neo4j.kernel.logging.ConsoleLogger log
           
protected  org.apache.commons.configuration.Configuration serverConfiguration
           
 
Fields inherited from class org.neo4j.server.database.Database
graph
 
Constructor Summary
CommunityDatabase(Configurator configurator, org.neo4j.kernel.logging.Logging logging)
           
 
Method Summary
protected  Map<String,String> getDbTuningPropertiesWithServerDefaults()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.neo4j.server.database.Database
getGraph, getIndexManager, getLocation, getLogging, getNodeIndex, getRelationshipIndex, init, rrdDb, setRrdDb, shutdown, startup, statisticCollector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurator

protected final Configurator configurator

serverConfiguration

protected final org.apache.commons.configuration.Configuration serverConfiguration

log

protected final org.neo4j.kernel.logging.ConsoleLogger log
Constructor Detail

CommunityDatabase

public CommunityDatabase(Configurator configurator,
                         org.neo4j.kernel.logging.Logging logging)
Method Detail

start

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

stop

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

getDbTuningPropertiesWithServerDefaults

protected Map<String,String> getDbTuningPropertiesWithServerDefaults()


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