GoldenGateBindings / com.fitbit.goldengate.bindings.util / PerfDataStats

PerfDataStats

data class PerfDataStats

Constructors

<init>

PerfDataStats(packetsReceived: Long, bytesReceived: Long, throughput: Long, lastReceivedCounter: Long, nextExpectedCounter: Long, gapCount: Long, passthroughWouldBlockCount: Long)

Properties

bytesReceived

val bytesReceived: Long

gapCount

val gapCount: Long

lastReceivedCounter

val lastReceivedCounter: Long

nextExpectedCounter

val nextExpectedCounter: Long

packetsReceived

val packetsReceived: Long

passthroughWouldBlockCount

val passthroughWouldBlockCount: Long

throughput

val throughput: Long

Functions

toString

fun toString(): String