Executor

@Entity
data class Executor(var id: Int = 0, var hid: String? = null, var hostname: String? = null, var type: TaskExecutorType, val createTime: Instant, var lastAliveTime: Instant? = null)

Constructors

Link copied to clipboard
constructor(id: Int = 0, hid: String? = null, hostname: String? = null, type: TaskExecutorType, createTime: Instant, lastAliveTime: Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var hid: String?
Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard