Uses of Class
com.clickhouse.client.ClickHouseConfig
Packages that use ClickHouseConfig
Package
Description
Provides necessary classes to communicate with ClickHouse server.
Provides necessary classes to configure the client and/or request.
-
Uses of ClickHouseConfig in com.clickhouse.client
Fields in com.clickhouse.client declared as ClickHouseConfigModifier and TypeFieldDescriptionprotected ClickHouseConfigClickHouseClientBuilder.configDeprecated.protected final ClickHouseConfigClickHouseNode.configDeprecated.protected final ClickHouseConfigClickHouseParameterizedQuery.configDeprecated.protected ClickHouseConfigClickHouseRequest.configDeprecated.protected final ClickHouseConfigClickHouseStreamResponse.configDeprecated.Methods in com.clickhouse.client that return ClickHouseConfigModifier and TypeMethodDescriptionfinal ClickHouseConfigAbstractClient.getConfig()Deprecated.ClickHouseClient.getConfig()Deprecated.Gets the immutable configuration associated with this client.ClickHouseClientBuilder.getConfig()Deprecated.Gets client configuration.ClickHouseNode.getConfig()Deprecated.Gets configuration.ClickHouseRequest.getConfig()Deprecated.Gets request configuration.Methods in com.clickhouse.client with parameters of type ClickHouseConfigModifier and TypeMethodDescriptionClickHouseClientBuilder.config(ClickHouseConfig config) Deprecated.Sets configuration.<T> TClickHouseSocketFactory.create(ClickHouseConfig config, Class<T> clazz) Deprecated.Creates a new instance of the provided configuration and class type.static ClickHouseOutputStreamClickHouseClient.getAsyncRequestOutputStream(ClickHouseConfig config, OutputStream output, Runnable postCloseAction) Deprecated.Gets piped output stream for writing data into request asynchronously.static ClickHouseInputStreamClickHouseClient.getAsyncResponseInputStream(ClickHouseConfig config, InputStream input, Runnable postCloseAction) Deprecated.Gets piped input stream for reading data from response asynchronously.ClickHouseNode.getCredentials(ClickHouseConfig config) Deprecated.Gets credentials for accessing this node.ClickHouseNode.getDatabase(ClickHouseConfig config) Deprecated.Gets database of the node.ClickHouseConfig.getOption(ClickHouseOption option, ClickHouseConfig defaultConfig) Deprecated.Gets option value.static ClickHouseOutputStreamClickHouseClient.getRequestOutputStream(ClickHouseConfig config, OutputStream output, Runnable postCloseAction) Deprecated.Gets wrapped output stream for writing data into request.static ClickHouseInputStreamClickHouseClient.getResponseInputStream(ClickHouseConfig config, InputStream input, Runnable postCloseAction) Deprecated.Gets wrapped input stream for reading data from response.<T> Optional<T>ClickHouseSslContextProvider.getSslContext(Class<? extends T> sslContextClass, ClickHouseConfig config) Deprecated.Get SSL context.ClickHouseNode.getTimeZone(ClickHouseConfig config) Deprecated.Gets time zone of the node.ClickHouseNode.getVersion(ClickHouseConfig config) Deprecated.Gets version of the node.voidAbstractClient.init(ClickHouseConfig config) Deprecated.default voidClickHouseClient.init(ClickHouseConfig config) Deprecated.Initializes the client using immutable configuration extracted from the builder usingClickHouseClientBuilder.getConfig().static ClickHouseParameterizedQueryClickHouseParameterizedQuery.of(ClickHouseConfig config, String query) Deprecated.Creates an instance by parsing the given query.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseConfig config, List<ClickHouseColumn> columns, Object[][] values) Deprecated.Creates a response object using columns definition and raw values.static ClickHouseResponseClickHouseSimpleResponse.of(ClickHouseConfig config, List<ClickHouseColumn> columns, Object[][] values, ClickHouseResponseSummary summary, TimeZone timeZone) Deprecated.Creates a response object using columns definition and raw values.static ClickHouseResponseClickHouseStreamResponse.of(ClickHouseConfig config, ClickHouseInputStream input, Map<String, Serializable> settings, List<ClickHouseColumn> columns, ClickHouseResponseSummary summary, TimeZone timeZone) Deprecated.protected voidAbstractSocketClient.onConnect(ClickHouseConfig config, SocketChannel channel) Deprecated.protected booleanAbstractSocketClient.onRead(ClickHouseConfig config, SocketChannel sc, ClickHouseOutputStream out) Deprecated.Reads byte from socket input buffer.protected longAbstractSocketClient.onWrite(ClickHouseConfig config, SocketChannel sc, ClickHouseInputStream in, long startPosition) Deprecated.protected CompletableFuture<Boolean>AbstractSocketClient.processRequest(ClickHouseConfig config, ClickHouseInputStream in, ClickHouseOutputStream out) Deprecated.AbstractSocketClient.send(ClickHouseConfig config, ClickHouseInputStream rawRequest) Deprecated.voidAbstractSocketClient.send(ClickHouseConfig config, ClickHouseInputStream rawRequest, ClickHouseOutputStream responseStream) Deprecated.static final SocketAbstractSocketClient.setSocketOptions(ClickHouseConfig config, Socket socket) Deprecated.Sets socket options.static final SocketChannelAbstractSocketClient.setSocketOptions(ClickHouseConfig config, SocketChannel socket) Deprecated.Sets socket options.Method parameters in com.clickhouse.client with type arguments of type ClickHouseConfigModifier and TypeMethodDescriptionprotected static final ClickHouseCredentialsClickHouseConfig.mergeCredentials(List<ClickHouseConfig> list) Deprecated.protected static final ObjectClickHouseConfig.mergeMetricRegistry(List<ClickHouseConfig> list) Deprecated.protected static final ClickHouseNodeSelectorClickHouseConfig.mergeNodeSelector(List<ClickHouseConfig> list) Deprecated.protected static final Map<ClickHouseOption,Serializable> ClickHouseConfig.mergeOptions(List<ClickHouseConfig> list) Deprecated.Constructors in com.clickhouse.client with parameters of type ClickHouseConfigModifierConstructorDescriptionAbstractSocketClient(ClickHouseConfig config) Deprecated.ClickHouseConfig(ClickHouseConfig... configs) Deprecated.Construct a new configuration by consolidating given ones.protectedClickHouseParameterizedQuery(ClickHouseConfig config, String query) Deprecated.Default constructor.protectedClickHouseStreamResponse(ClickHouseConfig config, ClickHouseInputStream input, Map<String, Serializable> settings, List<ClickHouseColumn> columns, ClickHouseResponseSummary summary, TimeZone timeZone) Deprecated.protectedQueryPart(ClickHouseConfig config, String part, int paramIndex, String paramName, String paramType, Map<String, ClickHouseValue> map) Constructor parameters in com.clickhouse.client with type arguments of type ClickHouseConfigModifierConstructorDescriptionClickHouseConfig(List<ClickHouseConfig> configs) Deprecated.Constructs a new configuration by consolidating given ones. -
Uses of ClickHouseConfig in com.clickhouse.client.config
Methods in com.clickhouse.client.config with parameters of type ClickHouseConfigModifier and TypeMethodDescriptionClickHouseDefaultSslContextProvider.getJavaSslContext(ClickHouseConfig config) Deprecated.<T> Optional<T>ClickHouseDefaultSslContextProvider.getSslContext(Class<? extends T> sslContextClass, ClickHouseConfig config) Deprecated.