TrinoWorkerResponse

data class TrinoWorkerResponse(val enable: Boolean? = null, val port: Int? = null, val suspend: Boolean? = null)

Trino worker.

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, port: Int? = null, suspend: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

The flag that if enable debug or not.

Link copied to clipboard
val port: Int? = null

The debug port.

Link copied to clipboard
val suspend: Boolean? = null

The flag that if suspend debug or not.