| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbcbridge.core | |
| ru.yandex.clickhouse.jdbcbridge.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRepository<T extends ManagedEntity>
Base class for implementing a repository managing entities by ID and
optionally (registered) entity type.
|
interface |
Repository<T extends ManagedEntity>
This interface defines a repository for managing
ManagedEntity like
NamedDataSource, NamedSchema, and NamedQuery. |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedDataSource
This class defines a named datasource.
|
class |
NamedQuery
This class defines a named query, which is composed of query, schema and
parameters.
|
class |
NamedSchema
This class defines a named schema.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedEntity> |
RepositoryManager.getRepository(Class<T> clazz)
Get repository capable of managing given type of entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonFileRepository<T extends ManagedEntity> |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
<T extends ManagedEntity> |
DefaultRepositoryManager.getRepository(Class<T> clazz) |
static <T extends ManagedEntity> |
JsonFileRepository.newInstance(Object... args) |
Copyright © 2019–2021. All rights reserved.