Replication Completed
data class ReplicationCompleted(val repId: Int, val withinRepStats: List<WithinRepStatTableData>, val withinRepCounterStats: List<WithinRepCounterStatTableData>, val batchStats: List<BatchStatTableData>) : SimulationSnapshot(source)
Emitted once after each replication completes successfully.
Carries within-replication statistics for responses and counters, and batch statistics if batching was active during the replication.
Constructors
Link copied to clipboard
constructor(repId: Int, withinRepStats: List<WithinRepStatTableData>, withinRepCounterStats: List<WithinRepCounterStatTableData>, batchStats: List<BatchStatTableData>)