|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Database |
CommunityNeoServer.createDatabase()
|
protected Database |
WrappingNeoServer.createDatabase()
|
protected abstract Database |
AbstractNeoServer.createDatabase()
|
Database |
NeoServer.getDatabase()
|
Database |
AbstractNeoServer.getDatabase()
|
| Uses of Database in org.neo4j.server.database |
|---|
| Subclasses of Database in org.neo4j.server.database | |
|---|---|
class |
CommunityDatabase
|
class |
WrappedDatabase
|
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)
|
|
WebAdminModule(WebServer webServer,
org.apache.commons.configuration.Configuration config,
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 |
CypherSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor)
|
ScriptSession |
ConsoleSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor)
|
ScriptSession |
ShellSessionCreator.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||