public class ClickhouseClusterSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLICKHOUSE_HOSTS |
static String |
CLICKHOUSE_PASSWORD |
static String |
CLICKHOUSE_USER |
| Constructor and Description |
|---|
ClickhouseClusterSettings(Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
List<String> |
getHostsWithPorts() |
String |
getNextHost() |
String |
getPassword() |
String |
getRandomHostUrl() |
String |
getUser() |
boolean |
isAuthorizationRequired() |
String |
toString() |
public static final String CLICKHOUSE_HOSTS
public static final String CLICKHOUSE_USER
public static final String CLICKHOUSE_PASSWORD
Copyright © 2018. All rights reserved.