Uses of Interface
com.clickhouse.client.ClickHouseClient
Packages that use ClickHouseClient
Package
Description
Provides necessary classes to communicate with ClickHouse server.
-
Uses of ClickHouseClient in com.clickhouse.client
Classes in com.clickhouse.client that implement ClickHouseClientModifier and TypeClassDescriptionclassBase class for implementing a thread-safe ClickHouse client.Methods in com.clickhouse.client that return ClickHouseClientModifier and TypeMethodDescriptionClickHouseClientBuilder.build()Builds an instance ofClickHouseClient.protected ClickHouseClientClickHouseRequest.getClient()Gets client associated with the request.static ClickHouseClientClickHouseClient.newInstance(ClickHouseCredentials defaultCredentials, ClickHouseProtocol... preferredProtocols) Creates a new instance with default credentials compatible with any of the given protocols.static ClickHouseClientClickHouseClient.newInstance(ClickHouseProtocol... preferredProtocols) Creates a new instance compatible with any of the given protocols.Methods in com.clickhouse.client with parameters of type ClickHouseClientModifier and TypeMethodDescriptionbooleanClickHouseNodeSelector.match(ClickHouseClient client) Test if the given client supports any ofClickHouseNodeSelector.getPreferredProtocols().Constructors in com.clickhouse.client with parameters of type ClickHouseClientModifierConstructorDescriptionprotectedClickHouseRequest(ClickHouseClient client, Function<ClickHouseNodeSelector, ClickHouseNode> server, AtomicReference<ClickHouseNode> ref, Map<ClickHouseOption, Serializable> options, boolean sealed)