| Package | Description |
|---|---|
| com.graphaware.runtime | |
| com.graphaware.runtime.manager |
| Modifier and Type | Method and Description |
|---|---|
protected TxDrivenModuleManager<TxDrivenModule> |
DatabaseRuntime.getTxDrivenModuleManager()
Get the manager for
TxDrivenModules. |
protected abstract TxDrivenModuleManager<T> |
TxDrivenRuntime.getTxDrivenModuleManager()
Get the manager for
TxDrivenModules. |
| Constructor and Description |
|---|
DatabaseRuntime(RuntimeConfiguration configuration,
org.neo4j.graphdb.GraphDatabaseService database,
TxDrivenModuleManager<TxDrivenModule> txDrivenModuleManager,
Neo4jWriter writer)
Construct a new runtime.
|
ProductionRuntime(RuntimeConfiguration configuration,
org.neo4j.graphdb.GraphDatabaseService database,
TxDrivenModuleManager<TxDrivenModule> txDrivenModuleManager,
TimerDrivenModuleManager timerDrivenModuleManager,
Neo4jWriter writer)
Construct a new runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTxDrivenModuleManager<T extends TxDrivenModule>
|
class |
ProductionTxDrivenModuleManager
BaseTxDrivenModuleManager backed by a GraphDatabaseService. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.