Packages

p

pl.touk.nussknacker.engine.api

runtimecontext

package runtimecontext

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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)

  2. trait EngineRuntimeContext extends AnyRef
  3. class IncContextIdGenerator extends ContextIdGenerator

Value Members

  1. object IncContextIdGenerator

Ungrouped