Uses of Class
org.neo4j.server.database.Database

Packages that use Database
org.neo4j.server   
org.neo4j.server.database   
org.neo4j.server.modules   
org.neo4j.server.rest.web   
org.neo4j.server.rrd   
org.neo4j.server.rrd.sampler   
org.neo4j.server.webadmin.console   
org.neo4j.server.webadmin.rest   
org.neo4j.server.webadmin.rest.console   
 

Uses of Database in org.neo4j.server
 

Fields in org.neo4j.server declared as Database
protected  Database AbstractNeoServer.database
           
 

Methods in org.neo4j.server that return Database
protected abstract  Database AbstractNeoServer.createDatabase()
           
protected  Database WrappingNeoServer.createDatabase()
           
protected  Database CommunityNeoServer.createDatabase()
           
 Database AbstractNeoServer.getDatabase()
           
 Database NeoServer.getDatabase()
           
 

Uses of Database in org.neo4j.server.database
 

Subclasses of Database in org.neo4j.server.database
 class CommunityDatabase
           
 class WrappingDatabase
           
 

Fields in org.neo4j.server.database declared as Database
 Database GraphDatabaseServiceProvider.database
           
 Database DatabaseProvider.db
           
 

Methods in org.neo4j.server.database that return Database
 Database DatabaseProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext)
           
 

Constructors in org.neo4j.server.database with parameters of type Database
CypherExecutor(Database database, org.neo4j.kernel.impl.util.StringLogger logger)
           
DatabaseProvider(Database db)
           
GraphDatabaseServiceProvider(Database database)
           
 

Uses of Database in org.neo4j.server.modules
 

Constructors in org.neo4j.server.modules with parameters of type Database
RESTApiModule(WebServer webServer, Database database, org.apache.commons.configuration.Configuration config, org.neo4j.kernel.logging.Logging logging)
           
WebAdminModule(WebServer webServer, org.apache.commons.configuration.Configuration config, org.neo4j.kernel.logging.Logging logging, Database database)
           
 

Uses of Database in org.neo4j.server.rest.web
 

Constructors in org.neo4j.server.rest.web with parameters of type Database
BatchOperationService(Database database, WebServer webServer, OutputFormat output)
           
DatabaseActions(Database database, LeaseManager leaseManager, org.neo4j.kernel.impl.transaction.xaframework.ForceMode defaultForceMode)
           
DatabaseActions(Database database, LeaseManager leaseManager, org.neo4j.kernel.impl.transaction.xaframework.ForceMode defaultForceMode, boolean enableScriptSandboxing)
           
DatabaseMetadataService(Database database)
           
ExtensionService(org.neo4j.server.rest.repr.InputFormat input, OutputFormat output, PluginInvocator extensions, Database database)
           
 

Uses of Database in org.neo4j.server.rrd
 

Methods in org.neo4j.server.rrd with parameters of type Database
 org.rrd4j.core.RrdDb RrdFactory.createRrdDbAndSampler(Database db, JobScheduler scheduler)
           
 

Constructors in org.neo4j.server.rrd with parameters of type Database
RrdDbProvider(Database database)
           
 

Uses of Database in org.neo4j.server.rrd.sampler
 

Constructors in org.neo4j.server.rrd.sampler with parameters of type Database
RequestBytesSampleable(Database db)
           
RequestCountSampleable(Database db)
           
RequestMaxTimeSampleable(Database db)
           
RequestMeanTimeSampleable(Database db)
           
RequestMedianTimeSampleable(Database db)
           
RequestMinTimeSampleable(Database db)
           
StatisticSampleableBase(Database db, org.rrd4j.DsType dsType)
           
 

Uses of Database in org.neo4j.server.webadmin.console
 

Methods in org.neo4j.server.webadmin.console with parameters of type Database
 ScriptSession ConsoleSessionFactory.createSession(String engineName, Database database)
           
 ScriptSession ConsoleSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession ShellSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession CypherSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 

Uses of Database in org.neo4j.server.webadmin.rest
 

Methods in org.neo4j.server.webadmin.rest with parameters of type Database
 javax.ws.rs.core.Response JmxService.currentKernelInstance(Database database)
           
 

Uses of Database in org.neo4j.server.webadmin.rest.console
 

Methods in org.neo4j.server.webadmin.rest.console with parameters of type Database
 ScriptSession SessionFactoryImpl.createSession(String engineName, Database database)
           
 

Constructors in org.neo4j.server.webadmin.rest.console with parameters of type Database
ConsoleService(org.apache.commons.configuration.Configuration config, Database database, javax.servlet.http.HttpServletRequest req, OutputFormat output, CypherExecutor cypherExecutor)
           
ConsoleService(ConsoleSessionFactory sessionFactory, Database database, OutputFormat output)
           
 



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