sealed trait RunningInterpreter extends InterpreterSnapshot
Ordering
- Alphabetic
- By Inheritance
Inherited
- RunningInterpreter
- InterpreterSnapshot
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def connections: [ConnectionSnapshot]
Each connection between logics in the interpreter
- abstract def logics: [LogicSnapshot]
Each of the materialized graph stage logics running inside the interpreter
Each of the materialized graph stage logics running inside the interpreter
- Definition Classes
- → InterpreterSnapshot
- abstract def runningLogicsCount: Int
Total number of non-stopped logics in the interpreter
- abstract def stoppedLogics: [LogicSnapshot]
All logics that has completed and is no longer executing
A stream interpreter that is running/has been started