| Modifier and Type | Method and Description |
|---|---|
Database |
AbstractNeoServer.getDatabase() |
Database |
NeoServer.getDatabase() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommunityDatabase |
class |
WrappedDatabase |
| Modifier and Type | Field and Description |
|---|---|
Database |
GraphDatabaseServiceProvider.database |
Database |
DatabaseProvider.db |
| Modifier and Type | Method and Description |
|---|---|
Database |
DatabaseProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext) |
| Constructor and Description |
|---|
CypherExecutor(Database database,
org.neo4j.kernel.impl.util.StringLogger logger) |
DatabaseProvider(Database db) |
GraphDatabaseServiceProvider(Database database) |
| Constructor and Description |
|---|
Neo4jBrowserModule(WebServer webServer,
org.apache.commons.configuration.Configuration config,
org.neo4j.kernel.logging.Logging logging,
Database database) |
RESTApiModule(WebServer webServer,
Database database,
org.apache.commons.configuration.Configuration config,
org.neo4j.kernel.logging.Logging logging) |
| Constructor and Description |
|---|
TransactionalRequestDispatcher(Database database,
com.sun.jersey.spi.dispatch.RequestDispatcher requestDispatcher) |
TransactionFilter(Database database) |
| Constructor and Description |
|---|
DatabaseMetadataService(Database database) |
ExtensionService(org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
PluginInvocator extensions,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
RrdDbWrapper |
RrdFactory.createRrdDbAndSampler(Database db,
JobScheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSession |
ConsoleSessionFactory.createSession(String engineName,
Database database) |
ScriptSession |
ConsoleSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor) |
ScriptSession |
CypherSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor) |
ScriptSession |
ShellSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
JmxService.currentKernelInstance(Database database) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSession |
SessionFactoryImpl.createSession(String engineName,
Database database) |
| Constructor and Description |
|---|
ConsoleService(org.apache.commons.configuration.Configuration config,
Database database,
javax.servlet.http.HttpServletRequest req,
OutputFormat output,
CypherExecutor cypherExecutor) |
ConsoleService(ConsoleSessionFactory sessionFactory,
Database database,
org.neo4j.kernel.logging.Logging logging,
OutputFormat output) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.