ClusterNode

The identifier of a node in a cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the node is a leader node or a compute node.

Link copied to clipboard

The private IP address of a node within a cluster.

Link copied to clipboard

The public IP address of a node within a cluster.

Functions

Link copied to clipboard
inline fun copy(block: ClusterNode.Builder.() -> Unit = {}): ClusterNode
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String