Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBinaryFormatReader - Class in com.clickhouse.client.api.data_formats.internal
- AbstractBinaryFormatReader(InputStream, QuerySettings, TableSchema, BinaryStreamReader.ByteBufferAllocator) - Constructor for class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- ACCESS_TOKEN - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- addColumn(String, String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- addColumn(String, String, String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- addEndpoint(Protocol, String, int, boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Server address to which client may connect.
- addEndpoint(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Server address to which client may connect.
- addProxy(ProxyType, String, int) - Method in class com.clickhouse.client.api.Client.Builder
- allocate(int) - Method in interface com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ByteBufferAllocator
- allocate(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.CachingByteBufferAllocator
- allocate(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.DefaultByteBufferAllocator
- allowBinaryReaderToReuseBuffers(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures client to reuse allocated byte buffers for numbers.
- APP_COMPRESSED_DATA - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
-
Indicates that data provided for write operation is compressed by application.
- appCompressedData(boolean) - Method in class com.clickhouse.client.api.Client.Builder
- appCompressedData(boolean, String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets flag that indicates if application provides already compressed data
- applyInt(Map<String, String>, String, Consumer<Integer>) - Static method in class com.clickhouse.client.api.internal.MapUtils
- applyLong(Map<String, String>, String, Consumer<Long>) - Static method in class com.clickhouse.client.api.internal.MapUtils
- asList() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
- ASYNC - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether the client should run in async mode(e.g.
- ASYNC_INSERT - Static variable in class com.clickhouse.client.api.internal.ServerSettings
- ASYNC_OPERATIONS - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- AUTO_DISCOVERY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether the client should discover more nodes from system tables and/or clickhouse-keeper/zookeeper.
B
- BASES - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Bases for datetime64.
- BasicObjectsPool<T> - Class in com.clickhouse.client.api.internal
-
Objects pool.
- BasicObjectsPool(Deque<T>, int) - Constructor for class com.clickhouse.client.api.internal.BasicObjectsPool
-
Creates a pool and pre-populates it with a number of objects equal to the size parameter.
- BEARERTOKEN_AUTH - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- BigDecimal - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- BigInteger - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- BinaryReaderBackedRecord - Class in com.clickhouse.client.api.data_formats.internal
- BinaryReaderBackedRecord(ClickHouseBinaryFormatReader) - Constructor for class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- binaryStreamReader - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- BinaryStreamReader - Class in com.clickhouse.client.api.data_formats.internal
-
This class is not thread safe and should not be shared between multiple threads.
- BinaryStreamReader.ArrayValue - Class in com.clickhouse.client.api.data_formats.internal
- BinaryStreamReader.ByteBufferAllocator - Interface in com.clickhouse.client.api.data_formats.internal
- BinaryStreamReader.CachingByteBufferAllocator - Class in com.clickhouse.client.api.data_formats.internal
-
Byte allocator that caches preallocated byte arrays for small sizes.
- BinaryStreamReader.DefaultByteBufferAllocator - Class in com.clickhouse.client.api.data_formats.internal
-
Byte allocator that creates a new byte array for each request.
- Boolean - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- BUFFER_QUEUE_VARIATION - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Number of times the buffer queue is filled up before increasing capacity of buffer queue.
- BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Default buffer size in byte for both request and response.
- build() - Method in class com.clickhouse.client.api.Client.Builder
- Builder() - Constructor for class com.clickhouse.client.api.Client.Builder
- buildUserAgent(String, String) - Static method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Builds user-agent based on given product name.
- Byte - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
C
- CA_CERTIFICATE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CachingByteBufferAllocator() - Constructor for class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.CachingByteBufferAllocator
- CachingObjectsSupplier<T> - Class in com.clickhouse.client.api.internal
- CachingObjectsSupplier(Deque<T>, int) - Constructor for class com.clickhouse.client.api.internal.CachingObjectsSupplier
-
Constructs caching object supplier that uses Deque as cache.
- CHECK_ALL_NODES - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to perform health check against all nodes or just faulty ones.
- checkNonBlank(String, String) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- checkNotNull(Object, String) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- checkPositive(int, String) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- checkRange(int, int, int, String) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- checkRange(long, long, long, String) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- checkValueFromSet(Object, String, Set<?>) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
- ClickHouseBinaryFormatReader - Interface in com.clickhouse.client.api.data_formats
- ClickHouseHttpProto - Class in com.clickhouse.client.api.http
- ClickHouseHttpProto() - Constructor for class com.clickhouse.client.api.http.ClickHouseHttpProto
- ClickHouseLZ4InputStream - Class in com.clickhouse.client.api.internal
- ClickHouseLZ4InputStream(InputStream, LZ4FastDecompressor, int) - Constructor for class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- ClickHouseLZ4OutputStream - Class in com.clickhouse.client.api.internal
- ClickHouseLZ4OutputStream(OutputStream, LZ4Compressor, int) - Constructor for class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- Client - Class in com.clickhouse.client.api
-
Client is the starting point for all interactions with ClickHouse.
- CLIENT_HOST - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Client host name.
- CLIENT_JVM_INFO - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Client JVM information in format of
<jvm name>/<jvm version>. - CLIENT_NAME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CLIENT_NAME - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Client name.
- CLIENT_NETWORK_BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CLIENT_OS_INFO - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Client O/S information in format of
<o/s name>/<o/s version>. - CLIENT_RETRY_ON_FAILURE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CLIENT_USER - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Client user name.
- CLIENT_USER_AGENT - Static variable in class com.clickhouse.client.api.Client
- Client.Builder - Class in com.clickhouse.client.api
- ClientConfigProperties - Enum in com.clickhouse.client.api
-
Enumerates all client properties that are known at release.
- ClientException - Exception in com.clickhouse.client.api
- ClientException(String) - Constructor for exception com.clickhouse.client.api.ClientException
- ClientException(String, Throwable) - Constructor for exception com.clickhouse.client.api.ClientException
- ClientFaultCause - Enum in com.clickhouse.client.api
- ClientMetrics - Enum in com.clickhouse.client.api.metrics
- ClientMisconfigurationException - Exception in com.clickhouse.client.api
-
Represents errors caused by a client misconfiguration.
- ClientMisconfigurationException(String) - Constructor for exception com.clickhouse.client.api.ClientMisconfigurationException
- ClientMisconfigurationException(String, Throwable) - Constructor for exception com.clickhouse.client.api.ClientMisconfigurationException
- ClientStatisticsHolder - Class in com.clickhouse.client.api.internal
- ClientStatisticsHolder() - Constructor for class com.clickhouse.client.api.internal.ClientStatisticsHolder
- ClientV1AdaptorHelper - Class in com.clickhouse.client.api.internal
- ClientV1AdaptorHelper() - Constructor for class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- clientVersion - Static variable in class com.clickhouse.client.api.Client
- close() - Method in class com.clickhouse.client.api.Client
-
Frees the resources associated with the client.
- close() - Method in class com.clickhouse.client.api.command.CommandResponse
- close() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- close() - Method in class com.clickhouse.client.api.insert.InsertResponse
- close() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- close() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- close() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- close() - Method in class com.clickhouse.client.api.query.QueryResponse
- close() - Method in class com.clickhouse.client.api.query.Records
- CODE_UNKNOWN - Static variable in exception com.clickhouse.client.api.ServerException
- columnIndexToName(int) - Method in class com.clickhouse.client.api.metadata.TableSchema
-
Takes absolute index (starting from 1) and return corresponding column.
- columnToMethodMatchingStrategy(ColumnToMethodMatchingStrategy) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets column to method matching strategy.
- ColumnToMethodMatchingStrategy - Interface in com.clickhouse.client.api.metadata
-
Strategy to match column names to method names.
- com.clickhouse.client.api - package com.clickhouse.client.api
- com.clickhouse.client.api.command - package com.clickhouse.client.api.command
- com.clickhouse.client.api.data_formats - package com.clickhouse.client.api.data_formats
- com.clickhouse.client.api.data_formats.internal - package com.clickhouse.client.api.data_formats.internal
- com.clickhouse.client.api.enums - package com.clickhouse.client.api.enums
- com.clickhouse.client.api.http - package com.clickhouse.client.api.http
- com.clickhouse.client.api.insert - package com.clickhouse.client.api.insert
- com.clickhouse.client.api.internal - package com.clickhouse.client.api.internal
- com.clickhouse.client.api.metadata - package com.clickhouse.client.api.metadata
- com.clickhouse.client.api.metrics - package com.clickhouse.client.api.metrics
- com.clickhouse.client.api.query - package com.clickhouse.client.api.query
- CommandResponse - Class in com.clickhouse.client.api.command
- CommandResponse(QueryResponse) - Constructor for class com.clickhouse.client.api.command.CommandResponse
- CommandSettings - Class in com.clickhouse.client.api.command
- CommandSettings() - Constructor for class com.clickhouse.client.api.command.CommandSettings
- commaSeparated(Collection<?>) - Static method in enum com.clickhouse.client.api.ClientConfigProperties
- commitRow() - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- compilePOJOSetter(Method, ClickHouseColumn) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- COMPRESS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether server will compress response to client or not.
- COMPRESS_ALGORITHM - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Compression algorithm server will use to compress response, when
SettingsConverter.OldClientOptions.COMPRESSistrue. - COMPRESS_CLIENT_REQUEST - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- COMPRESS_LEVEL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Compression level for compressing server response.
- COMPRESS_SERVER_RESPONSE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- compressClientRequest(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Client request compression.
- compressClientRequest(boolean) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Client request compression.
- COMPRESSION_LZ4_UNCOMPRESSED_BUF_SIZE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- compressServerResponse(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Server response compression.
- CONNECTION_POOL_ENABLED - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CONNECTION_REQUEST_TIMEOUT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CONNECTION_REUSE_STRATEGY - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CONNECTION_TIMEOUT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CONNECTION_TIMEOUT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Connection timeout in milliseconds.
- CONNECTION_TTL - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- CONNECTION_TTL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Connection time to live in milliseconds.
- ConnectionInitiationException - Exception in com.clickhouse.client.api
- ConnectionInitiationException(String) - Constructor for exception com.clickhouse.client.api.ConnectionInitiationException
- ConnectionInitiationException(String, Throwable) - Constructor for exception com.clickhouse.client.api.ConnectionInitiationException
- ConnectionRequestTimeout - Enum constant in enum com.clickhouse.client.api.ClientFaultCause
- ConnectionReuseStrategy - Enum in com.clickhouse.client.api
- ConnectTimeout - Enum constant in enum com.clickhouse.client.api.ClientFaultCause
- convertArrayValueToList(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToBigDecimal(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToBigInteger(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToBoolean(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToInteger(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToLong(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- convertToString(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- create() - Method in class com.clickhouse.client.api.internal.BasicObjectsPool
- create() - Method in class com.clickhouse.client.api.internal.CachingObjectsSupplier
- createClient(Map<String, String>) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- createHttpClient() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- createMapOfRequestOptions() - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- createMutationRequest(ClickHouseRequest.Mutation, String, InsertSettings, Map<String, String>) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- createSSLContext() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
-
Creates or returns default SSL context.
- currentRecord - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- CUSTOM_PARAMS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- CUSTOM_SETTINGS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Custom server settings for all queries.
- CUSTOM_SOCKET_FACTORY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Custom socket factory.
- CUSTOM_SOCKET_FACTORY_OPTIONS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Additional socket factory options.
D
- DATABASE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- DATABASE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Default database.
- DataSerializationException - Exception in com.clickhouse.client.api.insert
- DataSerializationException(Object, POJOSerializer, Exception) - Constructor for exception com.clickhouse.client.api.insert.DataSerializationException
- DataSerializationException(String) - Constructor for exception com.clickhouse.client.api.insert.DataSerializationException
- DataSerializationException(String, Throwable) - Constructor for exception com.clickhouse.client.api.insert.DataSerializationException
- DataStreamWriter - Interface in com.clickhouse.client.api
- DataTypeUtils - Class in com.clickhouse.client.api
- DataTypeUtils() - Constructor for class com.clickhouse.client.api.DataTypeUtils
- DATE_FORMATTER - Static variable in class com.clickhouse.client.api.DataTypeUtils
-
Formatter for the Date type.
- DATETIME_FORMATTER - Static variable in class com.clickhouse.client.api.DataTypeUtils
-
Formatter for the DateTime type.
- DATETIME_WITH_NANOS_FORMATTER - Static variable in class com.clickhouse.client.api.DataTypeUtils
-
Formatter for the DateTime type with nanoseconds.
- DECOMPRESS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether server will decompress request from client or not.
- DECOMPRESS_ALGORITHM - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Compression algorithm server will use to decompress request, when
SettingsConverter.OldClientOptions.DECOMPRESSistrue. - DECOMPRESS_LEVEL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Compression level for decompress client request.
- DEFAULT_BUFFER_SIZE - Static variable in class com.clickhouse.client.api.Client.Builder
-
Default size for a buffers used in networking.
- DEFAULT_HTTP_PORT - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- DEFAULT_HTTPS_PORT - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- DefaultByteBufferAllocator() - Constructor for class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.DefaultByteBufferAllocator
- DefaultColumnToMethodMatchingStrategy - Class in com.clickhouse.client.api.metadata
-
Default implementation of
ColumnToMethodMatchingStrategytakes the following rules: Method name is normalized by removing prefixes like "get", "set", "is", "has". Column name is normalized by removing special characters like "-", "_", ".". Normalized method name and column name are compared case-insensitively. - DefaultColumnToMethodMatchingStrategy() - Constructor for class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- DefaultColumnToMethodMatchingStrategy(String, String, String, String) - Constructor for class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- defineClass(String, byte[]) - Method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils.DynamicClassLoader
- Double - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- DynamicClassLoader(ClassLoader) - Constructor for class com.clickhouse.client.api.data_formats.internal.SerializerUtils.DynamicClassLoader
E
- ELAPSED_TIME - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Elapsed time in nanoseconds.
- enableConnectionPool(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures client to use build-in connection pool
- endReached() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- EnvUtils - Class in com.clickhouse.client.api.internal
-
Environment utility class.
- EnvUtils() - Constructor for class com.clickhouse.client.api.internal.EnvUtils
- escape(String) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- execute(String) - Method in class com.clickhouse.client.api.Client
-
Executes a SQL command and doesn't care response.
- execute(String, CommandSettings) - Method in class com.clickhouse.client.api.Client
-
Executes a SQL command and doesn't care response.
- executeRequest(ClickHouseNode, Map<String, Object>, IOCallback<OutputStream>) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
F
- FAILOVER - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum number of times failover can happen for a request.
- FIFO - Enum constant in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
Reuse mostly all connections
- Float - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- flush() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- FORMAT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Default format.
- fromKey(String) - Static method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Gets client option by key.
- fromUrl(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Builds a client object with the provided configuration through URL parameters.
G
- Gauge - Class in com.clickhouse.client.api.internal
- Gauge(long) - Constructor for class com.clickhouse.client.api.internal.Gauge
- GenericRecord - Interface in com.clickhouse.client.api.query
- get() - Method in class com.clickhouse.client.api.internal.CachingObjectsSupplier
- get(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
- getAllSettings() - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Get all settings as an unmodifiable map.
- getAllSettings() - Method in class com.clickhouse.client.api.query.QuerySettings
-
Get raw settings.
- getBigDecimal(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a BigDecimal.
- getBigDecimal(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBigDecimal(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBigDecimal(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBigDecimal(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a BigDecimal.
- getBigDecimal(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a BigDecimal.
- getBigDecimal(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBigDecimal(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBigDecimal(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBigDecimal(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a BigDecimal.
- getBigInteger(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a BigInteger.
- getBigInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBigInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBigInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBigInteger(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a BigInteger.
- getBigInteger(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a BigInteger.
- getBigInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBigInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBigInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBigInteger(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a BigInteger.
- getBoolean(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a boolean.
- getBoolean(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBoolean(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBoolean(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBoolean(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a boolean.
- getBoolean(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a boolean.
- getBoolean(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBoolean(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBoolean(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBoolean(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a boolean.
- getBooleanArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getBooleanArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBooleanArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBooleanArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBooleanArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getBooleanArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getBooleanArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getBooleanArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getBooleanArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getBooleanArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getByte(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a byte.
- getByte(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getByte(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getByte(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getByte(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a byte.
- getByte(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a byte.
- getByte(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getByte(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getByte(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getByte(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a byte.
- getByteArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getByteArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getByteArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getByteArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getByteArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getByteArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getByteArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getByteArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getByteArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getByteArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getChoices() - Method in enum com.clickhouse.client.api.ClientConfigProperties
- getClickHouseBitmap(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getClickHouseBitmap(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getClickHouseBitmap(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getClickHouseBitmap(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getClickHouseBitmap(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getClickHouseBitmap(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getClickHouseBitmap(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getClickHouseBitmap(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getClickHouseBitmap(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getClickHouseBitmap(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getClientVersion() - Method in class com.clickhouse.client.api.Client
- getCode() - Method in exception com.clickhouse.client.api.ServerException
-
Returns CH server error code.
- getColumnByName(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- getColumns() - Method in class com.clickhouse.client.api.data_formats.RowBinaryWithNamesFormatReader
- getColumns() - Method in class com.clickhouse.client.api.metadata.TableSchema
-
Returns unmodifiable collection of columns.
- getConfiguration() - Method in class com.clickhouse.client.api.Client
-
Returns unmodifiable map of configuration options.
- getConvertions() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDatabase() - Method in class com.clickhouse.client.api.insert.InsertSettings
- getDatabase() - Method in class com.clickhouse.client.api.query.QuerySettings
- getDatabaseName() - Method in class com.clickhouse.client.api.metadata.TableSchema
- getDBRoles() - Method in class com.clickhouse.client.api.Client
-
Returns list of DB roles that should be applied to each query.
- getDBRoles() - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Gets DB roles for an operation.
- getDBRoles() - Method in class com.clickhouse.client.api.query.QuerySettings
-
Gets DB roles for an operation.
- getDefaultDatabase() - Method in class com.clickhouse.client.api.Client
-
Returns default database name that will be used by operations if not specified.
- getDefaultValue() - Method in enum com.clickhouse.client.api.ClientConfigProperties
- getDefaultValue() - Method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- getDescription() - Method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- getDouble(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a double.
- getDouble(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDouble(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDouble(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDouble(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a double.
- getDouble(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a double.
- getDouble(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDouble(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDouble(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDouble(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a double.
- getDoubleArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getDoubleArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDoubleArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDoubleArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDoubleArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getDoubleArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getDoubleArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDoubleArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDoubleArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDoubleArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getDuration(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a Duration.
- getDuration(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDuration(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDuration(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDuration(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a Duration.
- getDuration(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a Duration.
- getDuration(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getDuration(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getDuration(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getDuration(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a Duration.
- getElapsedTime() - Method in class com.clickhouse.client.api.internal.StopWatch
-
Returns the elapsed time in milliseconds.
- getElapsedTime(String) - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- getEndpoints() - Method in class com.clickhouse.client.api.Client
-
Returns unmodifiable set of endpoints.
- getEnum16(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getEnum16(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getEnum16(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getEnum16(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getEnum16(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getEnum16(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getEnum16(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getEnum16(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getEnum16(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getEnum16(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getEnum8(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getEnum8(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getEnum8(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getEnum8(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getEnum8(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getEnum8(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getEnum8(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getEnum8(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getEnum8(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getEnum8(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getFlag(Map<String, ?>, String, boolean) - Static method in class com.clickhouse.client.api.internal.MapUtils
-
Get a boolean value from a map.
- getFlag(Map<String, ?>, Map<String, ?>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
-
Get a boolean value from a p1, if not found, get from p2.
- getFlag(Map<String, String>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
-
Get a boolean value from a map.
- getFloat(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a float.
- getFloat(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getFloat(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getFloat(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getFloat(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a float.
- getFloat(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a float.
- getFloat(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getFloat(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getFloat(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getFloat(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a float.
- getFloatArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getFloatArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getFloatArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getFloatArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getFloatArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getFloatArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getFloatArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getFloatArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getFloatArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getFloatArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getFormat() - Method in class com.clickhouse.client.api.query.QueryResponse
- getFormat() - Method in class com.clickhouse.client.api.query.QuerySettings
- getGeoMultiPolygon(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoMultiPolygonValue.
- getGeoMultiPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoMultiPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoMultiPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoMultiPolygon(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoMultiPolygonValue.
- getGeoMultiPolygon(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoMultiPolygonValue.
- getGeoMultiPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoMultiPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoMultiPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoMultiPolygon(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoMultiPolygonValue.
- getGeoPoint(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoPointValue.
- getGeoPoint(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoPoint(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoPoint(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoPoint(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoPointValue.
- getGeoPoint(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoPointValue.
- getGeoPoint(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoPoint(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoPoint(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoPoint(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoPointValue.
- getGeoPolygon(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoPolygonValue.
- getGeoPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoPolygon(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoPolygon(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoPolygonValue.
- getGeoPolygon(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoPolygonValue.
- getGeoPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoPolygon(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoPolygon(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoPolygonValue.
- getGeoRing(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoRingValue.
- getGeoRing(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoRing(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoRing(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoRing(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoRingValue.
- getGeoRing(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ClickHouseGeoRingValue.
- getGeoRing(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getGeoRing(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getGeoRing(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getGeoRing(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ClickHouseGeoRingValue.
- getHeaderInt(Header, int) - Static method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- getHeaderVal(Header, String) - Static method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- getHeaderVal(Header, T, Function<String, T>) - Static method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- getInet4Address(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Inet4Address.
- getInet4Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInet4Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInet4Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInet4Address(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Inet4Address.
- getInet4Address(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Inet4Address.
- getInet4Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInet4Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInet4Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInet4Address(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Inet4Address.
- getInet6Address(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Inet6Address.
- getInet6Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInet6Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInet6Address(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInet6Address(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Inet6Address.
- getInet6Address(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Inet6Address.
- getInet6Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInet6Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInet6Address(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInet6Address(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Inet6Address.
- getInputStream() - Method in class com.clickhouse.client.api.query.QueryResponse
- getInputStreamCopyBufferSize() - Method in class com.clickhouse.client.api.insert.InsertSettings
- getInstant(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Instant.
- getInstant(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInstant(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInstant(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInstant(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Instant.
- getInstant(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as an Instant.
- getInstant(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInstant(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInstant(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInstant(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as an Instant.
- getInt(Map<String, String>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
- getIntArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getIntArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getIntArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getIntArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getIntArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getIntArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getIntArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getIntArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getIntArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getIntArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getInteger(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as an integer.
- getInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInteger(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInteger(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as an integer.
- getInteger(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as an integer.
- getInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getInteger(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getInteger(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as an integer.
- getKey() - Method in enum com.clickhouse.client.api.ClientConfigProperties
- getKey() - Method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- getKey() - Method in enum com.clickhouse.client.api.metrics.ClientMetrics
- getKey() - Method in enum com.clickhouse.client.api.metrics.ServerMetrics
- getList(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getList(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getList(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getList(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getList(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getList(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getList(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getList(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getList(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getList(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getLocalDate(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getLocalDate(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLocalDate(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLocalDate(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLocalDate(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getLocalDate(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getLocalDate(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLocalDate(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLocalDate(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLocalDate(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getLocalDateTime(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getLocalDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLocalDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLocalDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLocalDateTime(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getLocalDateTime(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getLocalDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLocalDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLocalDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLocalDateTime(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getLocalhostNameOrAddress(boolean) - Static method in class com.clickhouse.client.api.internal.EnvUtils
-
Returns the local host name or IP address.
- getLogComment() - Method in class com.clickhouse.client.api.insert.InsertSettings
- getLogComment() - Method in class com.clickhouse.client.api.query.QuerySettings
- getLong() - Method in class com.clickhouse.client.api.internal.Gauge
- getLong() - Method in class com.clickhouse.client.api.internal.StopWatch
- getLong() - Method in interface com.clickhouse.client.api.metrics.Metric
-
Returns value of the metric as a long.
- getLong(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a long.
- getLong(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLong(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLong(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLong(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a long.
- getLong(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a long.
- getLong(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLong(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLong(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLong(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a long.
- getLong(Map<String, String>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
- getLongArray(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getLongArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLongArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLongArray(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLongArray(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getLongArray(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getLongArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getLongArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getLongArray(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getLongArray(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getMaxExecutionTime() - Method in class com.clickhouse.client.api.query.QuerySettings
- getMetric(ClientMetrics) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- getMetric(ServerMetrics) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- getMetrics() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Returns the metrics of this operation.
- getMetrics() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Returns the metrics of this operation.
- getMetrics() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Returns the metrics of this operation.
- getMetrics() - Method in class com.clickhouse.client.api.query.Records
-
Returns the metrics of this operation.
- getObject(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getObject(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getObject(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getObject(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getObject(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getObject(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getOperationId() - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Operation id.
- getOperationTimeout() - Method in class com.clickhouse.client.api.Client
-
Returns operation timeout in seconds
- getOption(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Gets a configuration option.
- getOption(String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Gets a configuration option.
- getQuery() - Method in class com.clickhouse.client.api.metadata.TableSchema
- getQuery() - Method in class com.clickhouse.client.api.query.QueryStatement
- getQueryId() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
OperationMetrics.getQueryId() - getQueryId() - Method in class com.clickhouse.client.api.insert.InsertSettings
- getQueryId() - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- getQueryId() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
OperationMetrics.getQueryId() - getQueryId() - Method in class com.clickhouse.client.api.query.QuerySettings
- getReadBufferSize() - Method in class com.clickhouse.client.api.query.QuerySettings
- getReadBytes() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadRows() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_ROWS_READ - getResultRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.RESULT_ROWS - getResultRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.RESULT_ROWS - getResultRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.RESULT_ROWS - getSchema() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getSchema() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getSchema() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getSchema() - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getSchema() - Method in interface com.clickhouse.client.api.query.GenericRecord
- getServerTime() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTimeZone() - Method in class com.clickhouse.client.api.query.QuerySettings
- getServerVersion() - Method in class com.clickhouse.client.api.Client
- getSettings() - Method in class com.clickhouse.client.api.query.QueryResponse
- getShort(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a short.
- getShort(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getShort(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getShort(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getShort(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a short.
- getShort(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a short.
- getShort(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getShort(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getShort(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getShort(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a short.
- getStopWatches() - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- getString(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getString(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getString(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getString(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getString(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getString(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads column with name `colName` as a string.
- getString(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getString(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getString(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getString(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Reads column with name `colName` as a string.
- getSystemConfig(String, String) - Static method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Gets system property and fall back to the given value as needed.
- getTableName() - Method in class com.clickhouse.client.api.metadata.TableSchema
- getTableSchema(String) - Method in class com.clickhouse.client.api.Client
-
Fetches schema of a table and returns complete information about each column.
- getTableSchema(String, String) - Method in class com.clickhouse.client.api.Client
-
Fetches schema of a table and returns complete information about each column.
- getTableSchemaFromQuery(String) - Method in class com.clickhouse.client.api.Client
-
Creates table schema from a query.
- getTimeZone() - Method in class com.clickhouse.client.api.query.QueryResponse
- getTransportProtocolCode() - Method in exception com.clickhouse.client.api.ServerException
-
Returns error code of underlying transport protocol.
- getTuple(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getTuple(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getTuple(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getTuple(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getTuple(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getTuple(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getTuple(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getTuple(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getTuple(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getTuple(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- getTypeName() - Method in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- getUser() - Method in class com.clickhouse.client.api.Client
- getUseServerTimeZone() - Method in class com.clickhouse.client.api.query.QuerySettings
- getUUID(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a UUID.
- getUUID(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getUUID(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getUUID(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getUUID(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a UUID.
- getUUID(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a UUID.
- getUUID(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getUUID(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getUUID(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getUUID(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a UUID.
- getValues() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getValues() - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getValues() - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns all values of this record in Map.
- getValueType() - Method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- getWrittenBytes() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getZonedDateTime(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getZonedDateTime(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getZonedDateTime(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ZonedDateTime.
H
- hasDefaults() - Method in class com.clickhouse.client.api.metadata.TableSchema
- hasNext() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Checks if there are more rows to read.
- hasNext() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- hasValue(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- hasValue(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- hasValue(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- HEADER_DATABASE - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Name of default database to be used if not specified in a table name.
- HEADER_DB_PASSWORD - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Password of user to be used to authenticate.
- HEADER_DB_USER - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Name of user to be used to authenticate
- HEADER_EXCEPTION_CODE - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Response only header to indicate the error code.
- HEADER_FORMAT - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Response only header to indicate the format of the data.
- HEADER_PROGRESS - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Response only header to indicate a query progress.
- HEADER_QUERY_ID - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Response only header to indicate a query id Cannot be used in request.
- HEADER_SRV_DISPLAY_NAME - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- HEADER_SRV_SUMMARY - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- HEADER_SSL_CERT_AUTH - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- HEADER_TIMEZONE - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- HEALTH_CHECK_INTERVAL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Health check interval in milliseconds.
- HEALTH_CHECK_METHOD - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Health check method.
- HTTP - Enum constant in enum com.clickhouse.client.api.enums.Protocol
- HTTP - Enum constant in enum com.clickhouse.client.api.enums.ProxyType
- HTTP_HEADER_PREFIX - Static variable in enum com.clickhouse.client.api.ClientConfigProperties
- HTTP_KEEP_ALIVE_TIMEOUT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
-
HTTP keep-alive timeout override.
- HTTP_MAX_OPEN_CONNECTIONS - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
-
Maximum number of active connection in internal connection pool.
- HTTP_USE_BASIC_AUTH - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- HttpAPIClientHelper - Class in com.clickhouse.client.api.internal
- HttpAPIClientHelper(Map<String, String>) - Constructor for class com.clickhouse.client.api.internal.HttpAPIClientHelper
- httpHeader(String) - Static method in enum com.clickhouse.client.api.ClientConfigProperties
- httpHeader(String, String) - Method in class com.clickhouse.client.api.Client.Builder
-
Defines list of headers that should be sent with each request.
- httpHeader(String, String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Defines list of headers that should be sent with current request.
- httpHeader(String, String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Defines list of headers that should be sent with current request.
- httpHeader(String, Collection<String>) - Method in class com.clickhouse.client.api.Client.Builder
-
but for multiple values.
- httpHeader(String, Collection<String>) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
but for multiple values.
- httpHeader(String, Collection<String>) - Method in class com.clickhouse.client.api.query.QuerySettings
-
but for multiple values.
- httpHeaders(Map<String, String>) - Method in class com.clickhouse.client.api.Client.Builder
-
but for multiple headers.
- httpHeaders(Map<String, String>) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
but for multiple headers.
- httpHeaders(Map<String, String>) - Method in class com.clickhouse.client.api.query.QuerySettings
-
but for multiple headers.
I
- indexToName(int) - Method in class com.clickhouse.client.api.metadata.TableSchema
-
Takes absolute index (starting from 0) and returns corresponding column.
- input - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- INPUT_FORMAT_BINARY_READ_JSON_AS_STRING - Static variable in class com.clickhouse.client.api.internal.ServerSettings
-
Server will expect a string in JSON format and parse it into a JSON object.
- INPUT_OUTPUT_FORMAT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- insert(String, DataStreamWriter, ClickHouseFormat, InsertSettings) - Method in class com.clickhouse.client.api.Client
-
Does an insert request to a server.
- insert(String, InputStream, ClickHouseFormat) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, InputStream, ClickHouseFormat, InsertSettings) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, List<?>) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, List<?>, InsertSettings) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- InsertResponse - Class in com.clickhouse.client.api.insert
- InsertResponse(OperationMetrics) - Constructor for class com.clickhouse.client.api.insert.InsertResponse
- InsertResponse(ClickHouseResponse, ClientStatisticsHolder) - Constructor for class com.clickhouse.client.api.insert.InsertResponse
- InsertSettings - Class in com.clickhouse.client.api.insert
- InsertSettings() - Constructor for class com.clickhouse.client.api.insert.InsertSettings
- InsertSettings(Map<String, Object>) - Constructor for class com.clickhouse.client.api.insert.InsertSettings
- INSTANCE - Static variable in class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- Int - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- INT128_SIZE - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- INT16_SIZE - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- INT256_SIZE - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- INT32_SIZE - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- INT64_SIZE - Static variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- isClientRequestEnabled() - Method in class com.clickhouse.client.api.insert.InsertSettings
- isEmpty() - Method in class com.clickhouse.client.api.query.Records
-
Returns
trueif this collection contains no elements. - isGetter(String) - Method in interface com.clickhouse.client.api.metadata.ColumnToMethodMatchingStrategy
-
Checks if the method is a getter.
- isGetter(String) - Method in class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- isReadToPrimitive(ClickHouseDataType) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- isSensitive() - Method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- isSetter(String) - Method in interface com.clickhouse.client.api.metadata.ColumnToMethodMatchingStrategy
-
Checks if the method is a setter.
- isSetter(String) - Method in class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- iterator() - Method in class com.clickhouse.client.api.query.Records
K
- KEY_STORE_PASSWORD - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Trust Store password.
- KEY_STORE_TYPE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Key Store type.
L
- LATEST_KNOWN_VERSION - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- lease() - Method in class com.clickhouse.client.api.internal.BasicObjectsPool
- length() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
- LIFO - Enum constant in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
Reuse recently freed connection and returned to a pool
- LOAD_BALANCING_POLICY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Load balancing policy.
- LOAD_BALANCING_TAGS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Load balancing tags for filtering out nodes.
- LOG_LEADING_COMMENT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to log leading comment(as log_comment in system.query_log) of the query.
- logComment(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets the comment that will be added to the query log record associated with the query.
- logComment(String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets the comment that will be added to the query log record associated with the query.
- Long - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
M
- MapBackedRecord - Class in com.clickhouse.client.api.data_formats.internal
- MapBackedRecord(Map<String, Object>, Map[], TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- MapUtils - Class in com.clickhouse.client.api.internal
-
Collection of utility methods for working with maps.
- MapUtils() - Constructor for class com.clickhouse.client.api.internal.MapUtils
- MAX_BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum buffer size in byte can be used for streaming.
- MAX_EXECUTION_TIME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- MAX_EXECUTION_TIME - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum query execution time in seconds.
- MAX_MAPPER_CACHE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum number of mappers can be cached.
- MAX_QUEUED_BUFFERS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum queued in-memory buffers.
- MAX_QUEUED_REQUESTS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maxium queued requests.
- MAX_RESULT_ROWS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum rows allowed in the result.
- MAX_RESULT_ROWS - Static variable in class com.clickhouse.client.api.internal.ServerSettings
-
Limit number of rows in a result set
- MAX_THREADS_PER_CLIENT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- MAX_THREADS_PER_CLIENT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum size of thread pool for each client.
- merge(QuerySettings, QuerySettings) - Static method in class com.clickhouse.client.api.query.QuerySettings
- Metric - Interface in com.clickhouse.client.api.metrics
- metrics - Variable in class com.clickhouse.client.api.metrics.OperationMetrics
- MINIMAL_READ_BUFFER_SIZE - Static variable in class com.clickhouse.client.api.query.QuerySettings
N
- nameToColumnIndex(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- nameToIndex(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- NativeFormatReader - Class in com.clickhouse.client.api.data_formats
-
For the backward compatibility server will not send TZ id in column type.
- NativeFormatReader(InputStream, QuerySettings, BinaryStreamReader.ByteBufferAllocator) - Constructor for class com.clickhouse.client.api.data_formats.NativeFormatReader
- newBinaryFormatReader(QueryResponse) - Method in class com.clickhouse.client.api.Client
- newBinaryFormatReader(QueryResponse, TableSchema) - Method in class com.clickhouse.client.api.Client
-
Create an instance of
ClickHouseBinaryFormatReaderbased on response. - next() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Moves cursor to the next row.
- next() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- nextRecord - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- nextRecordEmpty - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- NODE_CHECK_INTERVAL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Node check interval in milliseconds.
- NODE_DISCOVERY_INTERVAL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Node discovery interval in milliseconds.
- NODE_DISCOVERY_LIMIT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum number of nodes can be discovered at a time.
- NODE_GROUP_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum number of nodes can be used for operation at a time.
- NoHttpResponse - Enum constant in enum com.clickhouse.client.api.ClientFaultCause
- None - Enum constant in enum com.clickhouse.client.api.ClientFaultCause
- normalizeColumnName(String) - Method in interface com.clickhouse.client.api.metadata.ColumnToMethodMatchingStrategy
-
Normalizes column name to match method name.
- normalizeColumnName(String) - Method in class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- normalizeMethodName(String) - Method in interface com.clickhouse.client.api.metadata.ColumnToMethodMatchingStrategy
-
Normalizes method name to match column name.
- normalizeMethodName(String) - Method in class com.clickhouse.client.api.metadata.DefaultColumnToMethodMatchingStrategy
- NoSuchColumnException - Exception in com.clickhouse.client.api.metadata
- NoSuchColumnException(String) - Constructor for exception com.clickhouse.client.api.metadata.NoSuchColumnException
- NullValueException - Exception in com.clickhouse.client.api.query
-
Throw when a null value cannot be returned because of data type.
- NullValueException(String) - Constructor for exception com.clickhouse.client.api.query.NullValueException
- NullValueException(String, Throwable) - Constructor for exception com.clickhouse.client.api.query.NullValueException
- NUM_BYTES_READ - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of bytes read by server from the storage.
- NUM_BYTES_WRITTEN - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of bytes written by server to the storage.
- NUM_ROWS_READ - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of rows read by server from the storage.
- NUM_ROWS_WRITTEN - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of rows written by server to the storage.
- NUMBER_CONVERTERS - Static variable in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- NumberConverter - Class in com.clickhouse.client.api.data_formats.internal
- NumberConverter() - Constructor for class com.clickhouse.client.api.data_formats.internal.NumberConverter
- NumberConverter.NumberType - Enum in com.clickhouse.client.api.data_formats.internal
- numberToBoolean(Number) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
O
- onOutput(OutputStream) - Method in interface com.clickhouse.client.api.DataStreamWriter
-
Called by client when output stream is ready for user data.
- onRetry() - Method in interface com.clickhouse.client.api.DataStreamWriter
-
Is called when client is going to perform a retry.
- OP_DURATION - Enum constant in enum com.clickhouse.client.api.metrics.ClientMetrics
-
Operation duration in nanoseconds.
- OP_SERIALIZATION - Enum constant in enum com.clickhouse.client.api.metrics.ClientMetrics
-
Duration of the operation serialization step in nanoseconds.
- operationComplete() - Method in class com.clickhouse.client.api.metrics.OperationMetrics
-
Complete counting metrics on operation and stop all stopwatches.
- OperationMetrics - Class in com.clickhouse.client.api.metrics
-
OperationStatistics objects hold various stats for complete operations.
- OperationMetrics(ClientStatisticsHolder) - Constructor for class com.clickhouse.client.api.metrics.OperationMetrics
- OUTPUT_FORMAT_BINARY_WRITE_JSON_AS_STRING - Static variable in class com.clickhouse.client.api.internal.ServerSettings
-
Server will return a JSON object as a string.
P
- parseEnumList(String, Class<T>) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- parseSummary(String, OperationMetrics) - Static method in class com.clickhouse.client.api.data_formats.internal.ProcessParser
- parseUrlParameters(URL) - Static method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
-
Parses URL parameters.
- PASSWORD - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- ping() - Method in class com.clickhouse.client.api.Client
-
Pings the server to check if it is alive
- ping(long) - Method in class com.clickhouse.client.api.Client
-
Pings the server to check if it is alive.
- POJOSerializer - Interface in com.clickhouse.client.api.insert
- POJOSetter - Interface in com.clickhouse.client.api.query
-
Class used to set value for individual fields in a POJO.
- ProcessParser - Class in com.clickhouse.client.api.data_formats.internal
- ProcessParser() - Constructor for class com.clickhouse.client.api.data_formats.internal.ProcessParser
- PRODUCT_NAME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
-
Deprecated.
- PRODUCT_NAME - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Product name usered in user agent.
- PRODUCT_REVISION - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Revision(shortened git commit hash) of the product.
- PRODUCT_VERSION - Static variable in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Semantic version of the product.
- Protocol - Enum in com.clickhouse.client.api.enums
- PROXY_HOST - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- PROXY_HOST - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Set Clickhouse proxy hostname.
- PROXY_PASSWORD - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- PROXY_PASSWORD - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Set ClickHouse proxy password.
- PROXY_PORT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- PROXY_PORT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Set ClickHouse proxy port.
- PROXY_TYPE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- PROXY_TYPE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Type of proxy can be used to access ClickHouse server.
- PROXY_USER - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- PROXY_USERNAME - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Set Clickhouse proxy username.
- ProxyType - Enum in com.clickhouse.client.api.enums
Q
- QPARAM_QUERY_ID - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Query parameter to specify the query ID.
- QPARAM_QUERY_STMT - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
-
Query statement string ( ex.
- QPARAM_ROLE - Static variable in class com.clickhouse.client.api.http.ClickHouseHttpProto
- query(String) - Method in class com.clickhouse.client.api.Client
-
Sends SQL query to server.
- query(String, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Sends SQL query to server.
- query(String, Map<String, Object>) - Method in class com.clickhouse.client.api.Client
- query(String, Map<String, Object>, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Sends SQL query to server with parameters.
- QUERY_ID - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- QUERY_ID - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Query ID to be attached to an operation
- queryAll(String) - Method in class com.clickhouse.client.api.Client
- queryAll(String, QuerySettings) - Method in class com.clickhouse.client.api.Client
- queryAll(String, Class<T>, TableSchema) - Method in class com.clickhouse.client.api.Client
- queryAll(String, Class<T>, TableSchema, Supplier<T>) - Method in class com.clickhouse.client.api.Client
-
WARNING: Experimental API
- queryAll(String, Map<String, Object>) - Method in class com.clickhouse.client.api.Client
- queryAll(String, Map<String, Object>, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Queries data in descriptive format and reads result to a collection.
- queryRecords(String) - Method in class com.clickhouse.client.api.Client
-
Queries data in one of descriptive format and creates a reader out of the response stream.
- queryRecords(String, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Queries data in one of descriptive format and creates a reader out of the response stream.
- queryRecords(String, Map<String, Object>) - Method in class com.clickhouse.client.api.Client
- queryRecords(String, Map<String, Object>, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Queries data in one of descriptive format and creates a reader out of the response stream.
- QueryResponse - Class in com.clickhouse.client.api.query
-
Response class provides interface to input stream of response data.
- QueryResponse(ClickHouseResponse, ClickHouseFormat, ClientStatisticsHolder, QuerySettings) - Constructor for class com.clickhouse.client.api.query.QueryResponse
-
Deprecated.
- QueryResponse(ClassicHttpResponse, ClickHouseFormat, QuerySettings, OperationMetrics) - Constructor for class com.clickhouse.client.api.query.QueryResponse
- QuerySettings - Class in com.clickhouse.client.api.query
-
Query settings class represents a set of settings that can be used to customize query execution.
- QuerySettings() - Constructor for class com.clickhouse.client.api.query.QuerySettings
- QueryStatement - Class in com.clickhouse.client.api.query
-
QueryStatement class is responsible for constructing SQL query statements.
- QueryStatement(String) - Constructor for class com.clickhouse.client.api.query.QueryStatement
R
- read() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- read(byte[], int, int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- READ_BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Read buffer size in byte.
- readArray(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a array into an ArrayValue object.
- readArrayItem(ClickHouseColumn, int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readBigIntegerLE(int, boolean) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a big integer value in little-endian from the internal input stream.
- readBigIntegerLE(InputStream, byte[], int, boolean) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian big integer from input stream.
- readByte() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Read byte from the internal input stream.
- readByteOrEOF(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDate(InputStream, byte[], TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a date from input stream.
- readDate32(InputStream, byte[], TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a date32 from input stream.
- readDate32(TimeZone) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a Date32 value from internal input stream.
- readDateTime32(InputStream, byte[], TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a datetime32 from input stream.
- readDateTime64(int, TimeZone) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a datetime64 from internal input stream.
- readDateTime64(InputStream, byte[], int, TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a datetime64 from input stream.
- readDecimal(int, int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a decimal value from the internal input stream.
- readDoubleLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a double value from the internal input stream.
- readError(ClassicHttpResponse) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
-
Reads status line and if error tries to parse response body to get server error message.
- readFloatLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a decimal value from the internal input stream.
- readGeoPoint() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a GEO point as an array of two doubles what represents coordinates (X, Y).
- readGeoPolygon() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a GEO polygon as an array of rings.
- readGeoRing() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a GEO ring as an array of points.
- readIntLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads an int value in little-endian from the internal input stream.
- readIntLE(InputStream, byte[]) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian int from input stream.
- readLongLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a long value in little-endian from the internal input stream.
- readLongLE(InputStream, byte[]) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian long from input stream.
- readMap(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a map.
- readNBytes(InputStream, byte[], int, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads
lenbytes from input stream to buffer. - readNBytes(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readNBytesLE(InputStream, byte[], int, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads
lenbytes from input stream to buffer in little-endian order. - readNextRecord() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- readRecord(Map<String, Object>) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
-
It is still internal method and should be used with care.
- readRecord(Map<String, Object>) - Method in class com.clickhouse.client.api.data_formats.NativeFormatReader
- readRecord(Map<String, Object>) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatReader
- readShortLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Read a short value in little-endian from the internal input stream.
- readShortLE(InputStream, byte[]) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian short from input stream.
- readString(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a decimal value from input stream.
- readToPOJO(Map<String, POJOSetter>, Object) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
-
Reads next record into POJO object using set of serializers.
- readTSKV(InputStream, String, String, String) - Static method in class com.clickhouse.client.api.internal.TableSchemaParser
- readTuple(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a tuple.
- readUnsignedByte() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads an unsigned byte value from the internal input stream.
- readUnsignedIntLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads an unsigned int value in little-endian from the internal input stream.
- readUnsignedIntLE(InputStream, byte[]) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian unsigned int from input stream.
- readUnsignedShortLE() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads an unsigned short value from the internal input stream.
- readUnsignedShortLE(InputStream, byte[]) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a little-endian unsigned short from input stream.
- readValue(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads a single value from the stream.
- readValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- readValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- readValue(int) - Method in class com.clickhouse.client.api.data_formats.NativeFormatReader
- readValue(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a value from the internal input stream.
- readValue(ClickHouseColumn, Class<?>) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a value from the internal input stream.
- readValue(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads a row to an array of objects.
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.NativeFormatReader
- readVarInt(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a varint from input stream.
- Records - Class in com.clickhouse.client.api.query
- Records(QueryResponse, ClickHouseBinaryFormatReader) - Constructor for class com.clickhouse.client.api.query.Records
- register(Class<?>, TableSchema) - Method in class com.clickhouse.client.api.Client
-
Registers a POJO class and maps its fields to a table schema
- release(T) - Method in class com.clickhouse.client.api.internal.BasicObjectsPool
- RENAME_RESPONSE_COLUMN - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Method to rename response columns.
- REPEAT_ON_SESSION_LOCK - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to repeat execution when session is locked, until timed out(according to
SettingsConverter.OldClientOptions.SESSION_TIMEOUTorSettingsConverter.OldClientOptions.CONNECTION_TIMEOUT). - REQUEST_BUFFERING - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Request buffering mode.
- REQUEST_CHUNK_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum request chunk size in byte.
- reset() - Method in class com.clickhouse.client.api.internal.CachingObjectsSupplier
-
Resets internal iterator to begin with the first object in the cache.
- RESPONSE_BUFFERING - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Response buffering mode.
- RESULT_OVERFLOW_MODE - Static variable in class com.clickhouse.client.api.internal.ServerSettings
-
Defines server response if result set exceeded a limit set by
max_result_rows. - RESULT_ROWS - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of returned rows.
- RETRY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Maximum number of times retry can happen for a request.
- RETRY_ON_FAILURE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- retryOnFailures(ClientFaultCause...) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets list of causes that should be retried on.
- REUSE_VALUE_WRAPPER - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to reuse wrapper of value(e.g.
- RowBinaryFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryFormatReader(InputStream, QuerySettings, TableSchema, BinaryStreamReader.ByteBufferAllocator) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryFormatReader
- RowBinaryFormatSerializer - Class in com.clickhouse.client.api.data_formats
-
This class is intended to be used for very precise data serializations.
- RowBinaryFormatSerializer(OutputStream) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- RowBinaryFormatWriter - Class in com.clickhouse.client.api.data_formats
-
This class is intended to help writing data in row binary format.
- RowBinaryFormatWriter(OutputStream, TableSchema, ClickHouseFormat) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- RowBinaryWithNamesAndTypesFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryWithNamesAndTypesFormatReader(InputStream, QuerySettings, BinaryStreamReader.ByteBufferAllocator) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryWithNamesAndTypesFormatReader
- RowBinaryWithNamesFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryWithNamesFormatReader(InputStream, QuerySettings, TableSchema, BinaryStreamReader.ByteBufferAllocator) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryWithNamesFormatReader
S
- serialize(Object, OutputStream) - Method in interface com.clickhouse.client.api.insert.POJOSerializer
- serializeData(OutputStream, Object, ClickHouseColumn) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- SerializerNotFoundException - Exception in com.clickhouse.client.api.insert
- SerializerNotFoundException(Class<?>) - Constructor for exception com.clickhouse.client.api.insert.SerializerNotFoundException
- SerializerUtils - Class in com.clickhouse.client.api.data_formats.internal
- SerializerUtils() - Constructor for class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- SerializerUtils.DynamicClassLoader - Class in com.clickhouse.client.api.data_formats.internal
- SERVER_REVISION - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Server revision.
- SERVER_SETTING_PREFIX - Static variable in enum com.clickhouse.client.api.ClientConfigProperties
- SERVER_TIME_ZONE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Server timezone.
- SERVER_TIMEZONE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SERVER_VERSION - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Server version.
- ServerException - Exception in com.clickhouse.client.api
- ServerException(int, String) - Constructor for exception com.clickhouse.client.api.ServerException
- ServerException(int, String, int) - Constructor for exception com.clickhouse.client.api.ServerException
- ServerMetrics - Enum in com.clickhouse.client.api.metrics
-
Stats returned by the server.
- serverSetting(String) - Static method in enum com.clickhouse.client.api.ClientConfigProperties
- serverSetting(String, String) - Method in class com.clickhouse.client.api.Client.Builder
-
Defines list of server settings that should be sent with each request.
- serverSetting(String, String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Defines list of server settings that should be sent with each request.
- serverSetting(String, String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Defines list of server settings that should be sent with each request.
- serverSetting(String, Collection<String>) - Method in class com.clickhouse.client.api.Client.Builder
-
but for multiple values.
- serverSetting(String, Collection<String>) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
but for multiple values.
- serverSetting(String, Collection<String>) - Method in class com.clickhouse.client.api.query.QuerySettings
-
but for multiple values.
- ServerSettings - Class in com.clickhouse.client.api.internal
-
Incomplete list of server side settings.
- ServerSettings() - Constructor for class com.clickhouse.client.api.internal.ServerSettings
- SESSION_CHECK - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to check if session id is validate.
- SESSION_DB_ROLES - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SESSION_ID - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Session id.
- SESSION_TIMEOUT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Session timeout in seconds.
- set(int, Object) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
- set(long) - Method in class com.clickhouse.client.api.internal.Gauge
- setAccessToken(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Access token for authentication with server.
- setByte(int, byte) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setByte(String, byte) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setClientCertificate(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Client certificate for mTLS.
- setClientKey(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Client key for mTLS.
- setClientName(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets additional information about calling application.
- setClientNetworkBufferSize(int) - Method in class com.clickhouse.client.api.Client.Builder
-
Set size of a buffers that are used to read/write data from the server.
- setConnectionRequestTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Set timeout for waiting a free connection from a pool when all connections are leased.
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets strategy of how connections are reuse.
- setConnectionTTL(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets how long any connection would be considered as active and able for a lease.
- setConnectTimeout(long) - Method in class com.clickhouse.client.api.Client.Builder
-
Default connection timeout in milliseconds.
- setConnectTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Default connection timeout in milliseconds.
- setDatabase(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets database to be used for a request.
- setDatabase(String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets database to be used for a request.
- setDatabaseName(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- setDate(int, LocalDate) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDate(String, LocalDate) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDateTime(int, LocalDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDateTime(int, ZonedDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDateTime(String, LocalDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDateTime(String, ZonedDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setDBRoles(Collection<String>) - Method in class com.clickhouse.client.api.Client
-
Sets list of DB roles that should be applied to each query.
- setDBRoles(Collection<String>) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets DB roles for an operation.
- setDBRoles(Collection<String>) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets DB roles for an operation.
- setDeduplicationToken(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets the deduplication token.
- setDefaultDatabase(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets the default database name that will be used by operations if not specified.
- setExecutionTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets the maximum time for operation to complete.
- setFormat(ClickHouseFormat) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets output format for a server response.
- setHttpCookiesEnabled(boolean) - Method in class com.clickhouse.client.api.Client.Builder
- setInputStreamCopyBufferSize(int) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Copy buffer size.
- setInteger(int, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setInteger(String, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setKeepAliveTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets keep alive timeout for a connection to override server value.
- setList(int, List<?>) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setList(String, List<?>) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setLong(int, long) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setLong(String, long) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setLZ4UncompressedBufferSize(int) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets buffer size for uncompressed data in LZ4 compression.
- setMaxConnections(int) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets the maximum number of connections that can be opened at the same time to a single server.
- setMaxExecutionTime(Integer) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Maximum query execution time in seconds on server.
- setMaxRetries(int) - Method in class com.clickhouse.client.api.Client.Builder
- setOperationId(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Operation id.
- setOption(String, Object) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets a configuration option.
- setOption(String, Object) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets a configuration option.
- setOption(String, String) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets a configuration option.
- setOptions(Map<String, String>) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets client options from provided map.
- setPassword(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Password for authentication with server.
- setProxyCredentials(String, String) - Method in class com.clickhouse.client.api.Client.Builder
- setQuery(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- setQueryId(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets the query id.
- setQueryId(String) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- setQueryId(String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets the query id.
- setReadBufferSize(Integer) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Read buffer is used for reading data from a server.
- setRootCertificate(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Defines path to the key store file.
- setSchema(TableSchema) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- setServerStats(ClickHouseResponseSummary.Progress, OperationMetrics) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- setServerTimeZone(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Specify server timezone to use.
- setSharedOperationExecutor(ExecutorService) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets an executor for running operations.
- setShort(int, short) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setShort(String, short) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setSocketKeepAlive(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket keep alive option.If set to true socket will be kept alive until terminated by one of the parties.
- setSocketLinger(int) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket linger option.
- setSocketRcvbuf(long) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket receive buffer size in bytes.
- setSocketReuseAddress(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket reuse address option.
- setSocketSndbuf(long) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket send buffer size in bytes.
- setSocketTcpNodelay(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket tcp_no_delay option.
- setSocketTimeout(long) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket timeout in milliseconds.
- setSocketTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Default socket timeout in milliseconds.
- setSSLTrustStore(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Defines path to the trust store file.
- setSSLTrustStorePassword(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Password for the SSL Trust Store.
- setSSLTrustStoreType(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Type of the SSL Trust Store.
- setString(int, String) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setString(String, String) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setTableName(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- SETTING_LOG_COMMENT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- settings - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- SettingsConverter - Class in com.clickhouse.client.api.internal
- SettingsConverter() - Constructor for class com.clickhouse.client.api.internal.SettingsConverter
- SettingsConverter.OldClientOptions - Enum in com.clickhouse.client.api.internal
- SettingsValidationException(String, String) - Constructor for exception com.clickhouse.client.api.internal.ValidationUtils.SettingsValidationException
- setUsername(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Username for authentication with server.
- setUseServerTimeZone(Boolean) - Method in class com.clickhouse.client.api.query.QuerySettings
- setUseTimeZone(String) - Method in class com.clickhouse.client.api.query.QuerySettings
- setValue(int, Object) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- setValue(Object, BinaryStreamReader, ClickHouseColumn) - Method in interface com.clickhouse.client.api.query.POJOSetter
- setValue(String, Object) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatWriter
- Short - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
- shouldRetry(Exception, Map<String, Object>) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- skipValue(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- SOCKET_IP_TOS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Type-of-service(TOS) or traffic class field in the IP header for a socket.
- SOCKET_KEEPALIVE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to enable keep-alive packets for a socket connection.
- SOCKET_KEEPALIVE_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_LINGER - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Seconds to wait while data is being transmitted before closing the socket.
- SOCKET_LINGER_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_OPERATION_TIMEOUT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_RCVBUF - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Size of the socket receive buffer in bytes.
- SOCKET_RCVBUF_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_REUSEADDR - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether allows for the reuse of local addresses and ports.
- SOCKET_REUSEADDR_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_SNDBUF - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Size of the socket send buffer in bytes.
- SOCKET_SNDBUF_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_TCP_NO_DELAY_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SOCKET_TCP_NODELAY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
- SOCKET_TIMEOUT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Socket timeout in milliseconds.
- SOCKS - Enum constant in enum com.clickhouse.client.api.enums.ProxyType
- spliterator() - Method in class com.clickhouse.client.api.query.Records
- SSL - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to enable SSL for the connection.
- SSL_AUTH - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_CERTIFICATE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_CERTIFICATE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
SSL certificiate.
- SSL_KEY - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_KEY - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
SSL key.
- SSL_KEY_STORE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_KEY_STORE_PASSWORD - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_KEYSTORE_TYPE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- SSL_MODE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
SSL mode.
- SSL_ROOT_CERTIFICATE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
SSL root certificiate.
- SSL_TRUST_STORE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- start() - Method in class com.clickhouse.client.api.internal.StopWatch
- start(ClientMetrics) - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- start(String) - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- stop() - Method in class com.clickhouse.client.api.internal.StopWatch
- stop(ClientMetrics) - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- stop(String) - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- StopWatch - Class in com.clickhouse.client.api.internal
- StopWatch() - Constructor for class com.clickhouse.client.api.internal.StopWatch
- StopWatch(long) - Constructor for class com.clickhouse.client.api.internal.StopWatch
T
- TABLE_NOT_FOUND - Static variable in exception com.clickhouse.client.api.ServerException
- TableSchema - Class in com.clickhouse.client.api.metadata
- TableSchema() - Constructor for class com.clickhouse.client.api.metadata.TableSchema
- TableSchemaParser - Class in com.clickhouse.client.api.internal
- TableSchemaParser() - Constructor for class com.clickhouse.client.api.internal.TableSchemaParser
- TCP_PORT_NUMBER_MAX - Static variable in class com.clickhouse.client.api.internal.ValidationUtils
- toBigDecimal(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toBigInteger(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toByte(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toDouble(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toFloat(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toInt(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toLong(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toRequestOptions(Map<String, Object>) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- toRequestSettings(Map<String, Object>, Map<String, Object>) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- toShort(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.NumberConverter
- toString() - Method in class com.clickhouse.client.api.Client
- toString() - Method in class com.clickhouse.client.api.internal.ClientStatisticsHolder
- toString() - Method in class com.clickhouse.client.api.internal.StopWatch
- toString() - Method in class com.clickhouse.client.api.metadata.TableSchema
- toString() - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- TOTAL_ROWS_TO_READ - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Estimated number of rows to read from the storage.
- TRANSACTION_TIMEOUT - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Transaction timeout in seconds.
- TRUST_STORE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Trust Store.
U
- UNCOMPRESSED_BUFF_SIZE - Static variable in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- updateBearerToken(String) - Method in class com.clickhouse.client.api.Client
- updateClientName(String) - Method in class com.clickhouse.client.api.Client
- updateMetric(ServerMetrics, long) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- USE_BINARY_STRING - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to support binary string.
- USE_BLOCKING_QUEUE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to use blocking queue for buffering.
- USE_COMPILATION - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to use compilation(generated byte code) in object mapping and serialization.
- USE_HTTP_COMPRESSION - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- USE_OBJECTS_IN_ARRAYS - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether Object[] should be used instead of primitive arrays.
- USE_SERVER_TIME_ZONE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to use server time zone.
- USE_SERVER_TIME_ZONE_FOR_DATES - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to use time zone from server for Date.
- USE_SERVER_TIMEZONE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- USE_TIME_ZONE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Custom time zone.
- USE_TIMEZONE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- useAsyncRequests(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures client to execute requests in a separate thread.
- useBearerTokenAuth(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Specifies whether to use Bearer Authentication and what token to use.
- useHTTPBasicAuth(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Whether to use HTTP basic authentication.
- useHttpCompression(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures the client to use HTTP compression.
- useHttpCompression(boolean) - Method in class com.clickhouse.client.api.insert.InsertSettings
- useNewImplementation(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Deprecated.
- USER - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
- useServerTimeZone(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configure client to use server timezone for date/datetime columns.
- useSSLAuthentication(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Makes client to use SSL Client Certificate to authenticate with server.
- useTimeZone(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Configure client to use specified timezone.
V
- ValidationUtils - Class in com.clickhouse.client.api.internal
- ValidationUtils() - Constructor for class com.clickhouse.client.api.internal.ValidationUtils
- ValidationUtils.SettingsValidationException - Exception in com.clickhouse.client.api.internal
- valueOf(String) - Static method in enum com.clickhouse.client.api.ClientConfigProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.ClientFaultCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.enums.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.enums.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.metrics.ClientMetrics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.clickhouse.client.api.ClientConfigProperties
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.ClientFaultCause
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.enums.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.enums.ProxyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.metrics.ClientMetrics
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_LIST_DELIMITER - Static variable in class com.clickhouse.client.api.Client
- valuesFromCommaSeparated(String) - Static method in enum com.clickhouse.client.api.ClientConfigProperties
W
- WAIT_ASYNC_INSERT - Static variable in class com.clickhouse.client.api.internal.ServerSettings
- WAIT_END_OF_QUERY - Static variable in class com.clickhouse.client.api.internal.ServerSettings
- waitEndOfQuery(Boolean) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Requests the server to wait for the and of the query before sending response.
- whiteList(T...) - Static method in class com.clickhouse.client.api.internal.ValidationUtils
-
Creates a unmodifiable set from the given values.
- WIDEN_UNSIGNED_TYPES - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Whether to convert unsigned types to the next widest type(e.g.
- wrapException(String, Exception) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- write(byte[], int, int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- write(int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- WRITE_BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.internal.SettingsConverter.OldClientOptions
-
Write buffer size in byte.
- writeBool(boolean) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeBoolean(OutputStream, boolean) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDate(OutputStream, Object, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDate(ZonedDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDate32(OutputStream, Object, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDate32(ZonedDateTime, ZoneId) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDateTime(OutputStream, Object, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDateTime(ZonedDateTime, ZoneId) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDateTime32(OutputStream, Object, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDateTime64(OutputStream, Object, int, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeDateTime64(ZonedDateTime, int, ZoneId) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDecimal(BigDecimal, int, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDecimal128(BigDecimal, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDecimal256(BigDecimal, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDecimal32(BigDecimal, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDecimal64(BigDecimal, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeDefault() - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeEnum16(short) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeEnum8(byte) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeFixedString(String, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeFloat32(float) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeFloat64(double) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt128(BigInteger) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt16(short) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt256(BigInteger) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt32(int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt64(long) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeInt8(byte) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeIPV4Address(Inet4Address) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeIPV6Address(Inet6Address) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeNonNull(OutputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeNotNull() - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeNull() - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeNull(OutputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
- writeSize(OutputStream, long) - Static method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeString(String) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt128(BigInteger) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt16(int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt256(BigInteger) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt32(long) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt64(BigInteger) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUInt8(short) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeUUID(long, long) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeValuePreamble(OutputStream, boolean, ClickHouseColumn, Object) - Static method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeValuePreamble(OutputStream, boolean, Object, boolean, ClickHouseDataType, boolean, String) - Static method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
- writeVarInt(OutputStream, long) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form