| Package | Description |
|---|---|
| com.graphaware.runtime.manager | |
| com.graphaware.runtime.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModuleManager<M extends ModuleMetadata,T extends RuntimeModule>
Base-class for
ModuleManager implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimerDrivenModuleMetadata<P extends TimerDrivenModuleContext<?>>
|
interface |
TxDrivenModuleMetadata
ModuleMetadata for TxDrivenModules. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimerDrivenModuleMetadata
Default production implementation of
TimerDrivenModuleMetadata. |
class |
DefaultTxDrivenModuleMetadata
Default production implementation of
TxDrivenModuleMetadata. |
| Modifier and Type | Method and Description |
|---|---|
<M extends ModuleMetadata> |
GraphPropertiesMetadataRepository.getModuleMetadata(RuntimeModule module)
Get the metadata of a module that has previously been presisted.
|
<M extends ModuleMetadata> |
ModuleMetadataRepository.getModuleMetadata(RuntimeModule module)
Get the metadata of a module that has previously been presisted.
|
<M extends ModuleMetadata> |
GraphPropertiesMetadataRepository.getModuleMetadata(String moduleId)
Get the metadata of a module that has previously been presisted.
|
<M extends ModuleMetadata> |
ModuleMetadataRepository.getModuleMetadata(String moduleId)
Get the metadata of a module that has previously been presisted.
|
<M extends ModuleMetadata> |
GraphPropertiesMetadataRepository.persistModuleMetadata(RuntimeModule module,
M metadata)
Persist metadata of a module.
|
<M extends ModuleMetadata> |
ModuleMetadataRepository.persistModuleMetadata(RuntimeModule module,
M metadata)
Persist metadata of a module.
|
<M extends ModuleMetadata> |
GraphPropertiesMetadataRepository.persistModuleMetadata(String moduleId,
M metadata)
Persist metadata of a module.
|
<M extends ModuleMetadata> |
ModuleMetadataRepository.persistModuleMetadata(String moduleId,
M metadata)
Persist metadata of a module.
|
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.