ReplicationCompleted

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

Properties

Link copied to clipboard
Link copied to clipboard
val repId: Int
Link copied to clipboard