| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbcbridge.core | |
| ru.yandex.clickhouse.jdbcbridge.impl |
| Modifier and Type | Method and Description |
|---|---|
static NamedDataSource |
NamedDataSource.newInstance(Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryParser.extractConnectionString(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver) |
static QueryParser |
QueryParser.fromRequest(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver) |
static QueryParser |
QueryParser.fromRequest(io.vertx.ext.web.RoutingContext ctx,
Repository<NamedDataSource> resolver,
boolean forWrite) |
| Constructor and Description |
|---|
DataSourceStats(String id,
NamedDataSource ds) |
| Constructor and Description |
|---|
NamedDataSource(String id,
Repository<? extends NamedDataSource> repository,
io.vertx.core.json.JsonObject config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigDataSource
This class defines a new type of datasource, which can be used to retrieve
runtime metrics of all other datasources.
|
class |
JdbcDataSource |
class |
ScriptDataSource |
| Constructor and Description |
|---|
ConfigDataSource(Repository<NamedDataSource> dataSourceRepo) |
JdbcDataSource(String id,
Repository<NamedDataSource> resolver,
io.vertx.core.json.JsonObject config) |
ScriptDataSource(String id,
Repository<NamedDataSource> manager,
io.vertx.core.json.JsonObject config) |
Copyright © 2019–2021. All rights reserved.