Package-level declarations
Types
Link copied to clipboard
data class BiClickHouseInspectorProperties(val endpoints: List<URI> = emptyList(), @DefaultValue(value = ["default"] ) val username: String = "default", @DefaultValue(value = [""] ) val password: String = "", @DefaultValue(value = ["true"] ) val connectionPoolEnabled: Boolean = true, @DefaultValue(value = ["3s"] ) val connectionTimeout: Duration = Duration.ofSeconds(3), @DefaultValue(value = ["10s"] ) val connectionRequestTimeout: Duration = Duration.ofSeconds(10), @DefaultValue(value = ["10s"] ) val socketTimeout: Duration = Duration.ofSeconds(10), @DefaultValue(value = ["10s"] ) val executionTimeout: Duration = Duration.ofSeconds(10), @DefaultValue(value = ["10"] ) val maxConnections: Int = 10, @DefaultValue(value = ["0"] ) val maxRetries: Int = 0)
Link copied to clipboard
data class BiDeploymentInspectorProperties(@DefaultValue(value = ["NO_OP"] ) val type: BiDeploymentInspectorType = BiDeploymentInspectorType.NO_OP, @DefaultValue(value = ["30s"] ) val timeout: Duration = Duration.ofSeconds(30), val clickhouse: BiClickHouseInspectorProperties = BiClickHouseInspectorProperties())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.bi.script")
Link copied to clipboard
Link copied to clipboard
data class BiScriptTopologyProperties(@DefaultValue(value = ["CLUSTER"] ) val mode: BiScriptTopologyMode = BiScriptTopologyMode.CLUSTER, val cluster: BiScriptClusterProperties? = null)