| Interface | Description |
|---|---|
| ModuleMetadata |
Metadata for
RuntimeModules that gets persisted and survives restart. |
| ModuleMetadataRepository |
Component that stores
ModuleMetadata so that it survives database restarts. |
| TimerDrivenModuleContext<T> |
Context of
TimerDrivenModules encapsulating the position in the graph and additional
data, such as weight carried around for certain iterative algorithms, etc. |
| TimerDrivenModuleMetadata<P extends TimerDrivenModuleContext<?>> | |
| TxDrivenModuleMetadata |
ModuleMetadata for TxDrivenModules. |
| Class | Description |
|---|---|
| BaseTimerDrivenModuleContext<T> |
Base-class for
TimerDrivenModuleContext implementations. |
| DefaultTimerDrivenModuleMetadata |
Default production implementation of
TimerDrivenModuleMetadata. |
| DefaultTxDrivenModuleMetadata |
Default production implementation of
TxDrivenModuleMetadata. |
| EmptyContext |
A
TimerDrivenModuleContext that is empty, i.e. |
| GraphPropertiesMetadataRepository |
ModuleMetadataRepository backed by a GraphProperties. |
| NodeBasedContext |
BaseTimerDrivenModuleContext with Node as the position representation and no extra data. |
| Exception | Description |
|---|---|
| CorruptMetadataException |
Exception indicating a problem with de-serializing
ModuleMetadata. |
| PositionNotFoundException |
An
Exception indicating that a position in the graph could not be found. |
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.