NodeConfig

Configuration options for defining the setup of any node type within the cluster.

Types

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

Properties

Link copied to clipboard
val count: Int?

The number of nodes of a specific type within the cluster.

Link copied to clipboard

A boolean value indicating whether a specific node type is active or inactive.

Link copied to clipboard

The instance type of a particular node within the cluster.

Functions

Link copied to clipboard
inline fun copy(block: NodeConfig.Builder.() -> Unit = {}): NodeConfig
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