| Package | Description |
|---|---|
| com.graphaware.runtime.manager | |
| com.graphaware.runtime.metadata | |
| com.graphaware.runtime.module |
| Modifier and Type | Method and Description |
|---|---|
protected TxDrivenModuleMetadata |
BaseTxDrivenModuleManager.acknowledgeMetadata(T module,
TxDrivenModuleMetadata metadata)
Acknowledge module metadata after it has been created afresh or successfully loaded from a
ModuleMetadataRepository. |
protected TxDrivenModuleMetadata |
BaseTxDrivenModuleManager.createFreshMetadata(T module)
Create new metadata for a module.
|
| Modifier and Type | Method and Description |
|---|---|
protected TxDrivenModuleMetadata |
BaseTxDrivenModuleManager.acknowledgeMetadata(T module,
TxDrivenModuleMetadata metadata)
Acknowledge module metadata after it has been created afresh or successfully loaded from a
ModuleMetadataRepository. |
protected abstract void |
BaseTxDrivenModuleManager.reinitialize(T module,
TxDrivenModuleMetadata oldMetadata)
Re-initialize module.
|
protected void |
ProductionTxDrivenModuleManager.reinitialize(TxDrivenModule module,
TxDrivenModuleMetadata oldMetadata)
Re-initialize module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTxDrivenModuleMetadata
Default production implementation of
TxDrivenModuleMetadata. |
| Modifier and Type | Method and Description |
|---|---|
TxDrivenModuleMetadata |
TxDrivenModuleMetadata.markedNeedingInitialization()
Create a new instance of this class with
needsInitialization() returning true. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTxDrivenModule.reinitialize(org.neo4j.graphdb.GraphDatabaseService database,
TxDrivenModuleMetadata oldMetadata)
Re-initialize this module.
|
void |
TxDrivenModule.reinitialize(org.neo4j.graphdb.GraphDatabaseService database,
TxDrivenModuleMetadata oldMetadata)
Re-initialize this module.
|
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.