Uses of Class
com.clickhouse.client.ClickHouseNode.Builder
Packages that use ClickHouseNode.Builder
Package
Description
Provides necessary classes to communicate with ClickHouse server.
-
Uses of ClickHouseNode.Builder in com.clickhouse.client
Methods in com.clickhouse.client that return ClickHouseNode.BuilderModifier and TypeMethodDescriptionAdds an option for this node.ClickHouseNode.Builder.address(ClickHouseProtocol protocol, InetSocketAddress address) Sets protocol and socket address.ClickHouseNode.Builder.address(InetSocketAddress address) Sets socket address.Adds a tag for this node.static ClickHouseNode.BuilderClickHouseNode.builder()Gets builder for creating a new node, same asbuilder(null).static ClickHouseNode.BuilderClickHouseNode.builder(ClickHouseNode base) Gets builder for creating a new node based on the given one.Sets cluster name.ClickHouseNode.Builder.credentials(ClickHouseCredentials credentials) Sets credentials will be used when connecting to this node.Sets database name.Sets host name.Sets all options for this node.ClickHouseNode.Builder.port(ClickHouseProtocol protocol) Sets protocol used by the port.ClickHouseNode.Builder.port(ClickHouseProtocol protocol, Integer port) Sets protocol and port number.Sets port number.ClickHouseNode.Builder.removeOption(String option) Removes an option from this node.Removes a tag from this node.Sets all tags for this node.ClickHouseNode.Builder.tags(Collection<String> tags) Sets all tags for this node.Sets time zone of this node.Sets time zone of this node.ClickHouseNode.Builder.version(ClickHouseVersion version) Sets vesion of this node.Sets vesion of this node.Sets weight of this node.Constructors in com.clickhouse.client with parameters of type ClickHouseNode.Builder