| Package | Description |
|---|---|
| com.graphaware.runtime.manager | |
| com.graphaware.runtime.module | |
| com.graphaware.runtime.schedule |
| Modifier and Type | Method and Description |
|---|---|
protected TimerDrivenModuleMetadata |
ProductionTimerDrivenModuleManager.acknowledgeMetadata(TimerDrivenModule module,
TimerDrivenModuleMetadata metadata)
Acknowledge module metadata after it has been created afresh or successfully loaded from a
ModuleMetadataRepository. |
protected TimerDrivenModuleMetadata |
ProductionTimerDrivenModuleManager.createFreshMetadata(TimerDrivenModule module)
Create new metadata for a module.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TxAndTimerDrivenModule<T,C extends TimerDrivenModuleContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTimerDrivenModule<C extends TimerDrivenModuleContext>
Base class for
TimerDrivenModule implementations. |
| Modifier and Type | Method and Description |
|---|---|
<C extends TimerDrivenModuleContext,T extends TimerDrivenModule<C>> |
RotatingTaskScheduler.registerModuleAndContext(T module,
C context)
Register a module and its context.
|
<C extends TimerDrivenModuleContext,T extends TimerDrivenModule<C>> |
TaskScheduler.registerModuleAndContext(T module,
C context)
Register a module and its context.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RotatingTaskScheduler.hasCorrectRole(TimerDrivenModule<?> module)
Check if the given module has the correct role (e.g.
|
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.