Class BatchRunner

java.lang.Object
com.knezevic.edaf.v3.experiments.runner.BatchRunner

public final class BatchRunner extends Object
Executes batch configurations with bounded multicore parallelism.

Run plans are expanded deterministically (stable ordering, run IDs, seeds), then executed sequentially or in parallel depending on configured/derived runtime parallelism and sink thread-safety constraints.

  • Constructor Details

    • BatchRunner

      public BatchRunner()
  • Method Details