ResourceConsumptionDumpEvent

data class ResourceConsumptionDumpEvent(val nanoTime: Long = System.nanoTime(), val systemTimestamp: Long = System.currentTimeMillis(), val unit: String, val checksum: String, val eventCount: Int) : SessionEvent

Defines an event describing resource consumption.

Parameters

unit

The entity managing the reported resources

checksum

SHA1 checksum of the dump

eventCount

Number of resource events

Constructors

Link copied to clipboard
constructor(nanoTime: Long = System.nanoTime(), systemTimestamp: Long = System.currentTimeMillis(), unit: String, checksum: String, eventCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val nanoTime: Long

Current value of the most precise available system timer, in nanoseconds.

Link copied to clipboard
open override val systemTimestamp: Long

Current time in milliseconds.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String