-
public final class ViewEvent.ReplayStatsDebug metadata for Replay Sessions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.ReplayStats.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongrecordsCountprivate final LongsegmentsCountprivate final LongsegmentsTotalRawSize
-
Constructor Summary
Constructors Constructor Description ViewEvent.ReplayStats(Long recordsCount, Long segmentsCount, Long segmentsTotalRawSize)
-
Method Summary
Modifier and Type Method Description final LonggetRecordsCount()final LonggetSegmentsCount()final LonggetSegmentsTotalRawSize()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.ReplayStats
ViewEvent.ReplayStats(Long recordsCount, Long segmentsCount, Long segmentsTotalRawSize)
- Parameters:
recordsCount- The number of records produced during this view lifetimesegmentsCount- The number of segments sent during this view lifetimesegmentsTotalRawSize- The total size in bytes of the segments sent during this view lifetime
-
-
Method Detail
-
getRecordsCount
final Long getRecordsCount()
-
getSegmentsCount
final Long getSegmentsCount()
-
getSegmentsTotalRawSize
final Long getSegmentsTotalRawSize()
-
toJson
final JsonElement toJson()
-
-
-
-