package runtimecontext
- Alphabetic
- Public
- Protected
Type Members
- trait ContextIdGenerator extends AnyRef
Context id generator - it should fulfill rules: - should produce unique ids across all nodes used in all scenarios during normal engine run - we assume that one node implementation can't use multiple generators on one execution unit and it is not mandatory to be unique after job restart.
Context id generator - it should fulfill rules: - should produce unique ids across all nodes used in all scenarios during normal engine run - we assume that one node implementation can't use multiple generators on one execution unit and it is not mandatory to be unique after job restart. If engine creates many instances of ContextIdGenerator for each execution unit, each generator should has separate pool of ids - is easy to read by end-user (will be presented in testing mechanism in designer)
- trait EngineRuntimeContext extends AnyRef
- class IncContextIdGenerator extends ContextIdGenerator
Value Members
- object IncContextIdGenerator