TrinoCoordinatorResponse

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

Trino Coordinator.

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, highAvailabilityEnabled: 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

The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.

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.