All Classes and Interfaces
Class
Description
Base class for implementing a thread-safe ClickHouse client.
A unified interface defines Java client for ClickHouse.
Builder class for creating
ClickHouseClient.Generic client options.
An immutable class holding client-specific options like
ClickHouseCredentials and ClickHouseNodeSelector etc.This encapsulates access token, certificate or user name password combination
for accessing ClickHouse.
System-wide default options.
Default DNS resolver.
Exception thrown from ClickHouse server.
Load balancing policy.
This class depicts a ClickHouse server, essentially a combination of host,
port and protocol, for client to connect.
Mutable and non-thread safe builder.
Node status.
Node manager is responsible for managing list of nodes and their status.
A generic node manager for managing one or more nodes which may or may not
belong to same cluster.
This class maintains two immutable collections: preferred protocols and tags.
A parameterized query is a parsed query with parameters being extracted for
substitution.
A part of query.
This defines protocols can be used to connect to ClickHouse.
Defines supported SSL mode.
Request object holding references to
ClickHouseClient,
ClickHouseNode, format, sql, options and settings etc.Mutation request.
Request manager is responsible for generating query and session ID, as well
as transaction creation.
This encapsulates a server reponse.
Summary of ClickHouse response.
Progress of a query.
Statistics of a query.
A simple response built on top of two lists: columns and records.
Generic factory interface for creating sockets used by the TCP and Apache
Http clients.
This interface defines how to build SSL context based on given configuration
and target server.
Defines supported SSL mode.
A stream response from server.
This class represents a transaction in ClickHouse.
This class encapsulates transaction ID, which is defined as
Tuple(snapshotVersion UInt64, localTxCounter UInt64, hostId UUID).