ExecutionSpeedLog

@Entity
open class ExecutionSpeedLog : AutoGeneratedIdentifiableEntity

Constructors

Link copied to clipboard
constructor(executionSpeed: Long, fullMethodQualifiedName: String, methodName: String, className: String)
constructor(executionSpeed: Long, expectedExecutionSpeed: Long, fullMethodQualifiedName: String, methodName: String, className: String)
constructor(executionSpeed: Long, expectedExecutionSpeed: Long, fullMethodQualifiedName: String, methodName: String, className: String, timestamp: LocalDateTime)
constructor(executionSpeed: Long, expectedExecutionSpeed: Long, fullMethodQualifiedName: String, methodName: String, className: String, timestamp: LocalDateTime, warningLevel: ExecutionSpeedWarningLevel)

Functions

Link copied to clipboard
open fun getId(): Long
abstract fun getId(): T
Link copied to clipboard
open fun setId(id: Long)