Uses of Interface
com.knezevic.edaf.v3.core.events.RunEvent
Packages that use RunEvent
Package
Description
Console UX components for interactive progress output.
Event bus, run events and sink contracts used for observability and persistence.
JDBC persistence implementation and schema lifecycle utilities.
File and artifact persistence sinks.
-
Uses of RunEvent in com.knezevic.edaf.v3.cli.ui
Methods in com.knezevic.edaf.v3.cli.ui with parameters of type RunEvent -
Uses of RunEvent in com.knezevic.edaf.v3.core.events
Classes in com.knezevic.edaf.v3.core.events that implement RunEventModifier and TypeClassDescriptionfinal recordEvent emitted whenever adaptive control modifies exploration/restart behavior.final recordEvent emitted when a checkpoint is persisted.final recordEvent emitted on each iteration with metrics and model diagnostics.final recordEvent emitted when a run terminates.final recordEvent emitted when a run fails with an unrecoverable error.final recordEvent emitted when a run is resumed from checkpoint.final recordEvent emitted when a run starts.final recordEvent emitted when a run is stopped cooperatively by user/API request.Methods in com.knezevic.edaf.v3.core.events with parameters of type RunEvent -
Uses of RunEvent in com.knezevic.edaf.v3.persistence.jdbc
Methods in com.knezevic.edaf.v3.persistence.jdbc with parameters of type RunEvent -
Uses of RunEvent in com.knezevic.edaf.v3.persistence.sink
Methods in com.knezevic.edaf.v3.persistence.sink with parameters of type RunEvent