Index

A B C D E F G H I L M N O P Q R S T U V W 
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
append(Object) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
 
applyConnectionMetricsBinder(Object, String, HttpAPIClientHelper.MeteredManagedHttpClientConnectionFactory) - Static method in class com.clickhouse.client.api.metrics.MicrometerLoader
 
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
 
applyPoolingMetricsBinder(Object, String, PoolingHttpClientConnectionManager) - Static method in class com.clickhouse.client.api.metrics.MicrometerLoader
 
asList() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ArrayValue
 
ASYNC_INSERT - Static variable in class com.clickhouse.client.api.internal.ServerSettings
 
ASYNC_OPERATIONS - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 

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.
BinaryStreamReader.EnumValue - Class in com.clickhouse.client.api.data_formats.internal
 
Boolean - Enum constant in enum com.clickhouse.client.api.data_formats.internal.NumberConverter.NumberType
 
build() - Method in class com.clickhouse.client.api.Client.Builder
 
Builder() - Constructor for class com.clickhouse.client.api.Client.Builder
 
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.
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_NAME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
CLIENT_NETWORK_BUFFER_SIZE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
CLIENT_RETRY_ON_FAILURE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
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_CLIENT_REQUEST - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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_TTL - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
createConnection(Socket) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper.MeteredManagedHttpClientConnectionFactory
 
createHttpClient(boolean) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
 
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
 

D

DATABASE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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.
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
 
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in class com.clickhouse.client.api.Client.Builder
 
DefaultByteBufferAllocator() - Constructor for class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.DefaultByteBufferAllocator
 
DefaultColumnToMethodMatchingStrategy - Class in com.clickhouse.client.api.metadata
Default implementation of ColumnToMethodMatchingStrategy takes 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
 
doubleValue() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
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
 
EnumValue(String, int) - Constructor for class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
EnvUtils - Class in com.clickhouse.client.api.internal
Environment utility class.
EnvUtils() - Constructor for class com.clickhouse.client.api.internal.EnvUtils
 
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

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
 
floatValue() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
flush() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
 

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
 
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.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
 
getOffsetDateTime(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
 
getOffsetDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
 
getOffsetDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
 
getOffsetDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
 
getOffsetDateTime(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
 
getOffsetDateTime(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
 
getOffsetDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
 
getOffsetDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
 
getOffsetDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
 
getOffsetDateTime(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
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
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
getReadBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
getReadBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
getReadBytes() - Method in class com.clickhouse.client.api.query.Records
getReadRows() - Method in class com.clickhouse.client.api.command.CommandResponse
getReadRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
getReadRows() - Method in class com.clickhouse.client.api.query.QueryResponse
getReadRows() - Method in class com.clickhouse.client.api.query.Records
getResultRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
getResultRows() - Method in class com.clickhouse.client.api.query.QueryResponse
getResultRows() - Method in class com.clickhouse.client.api.query.Records
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
getServerTime() - Method in class com.clickhouse.client.api.insert.InsertResponse
getServerTime() - Method in class com.clickhouse.client.api.query.QueryResponse
getServerTime() - Method in class com.clickhouse.client.api.query.Records
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.
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.
getTemporalAmount(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
 
getTemporalAmount(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
 
getTemporalAmount(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
 
getTemporalAmount(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
 
getTemporalAmount(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
Returns the value of the specified column as a TemporalAmount.
getTemporalAmount(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
 
getTemporalAmount(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
 
getTemporalAmount(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
 
getTemporalAmount(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
 
getTemporalAmount(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
Returns the value of the specified column as a TemporalAmount.
getTime() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper.MeteredManagedHttpClientConnectionFactory
 
getTimeZone() - Method in class com.clickhouse.client.api.query.QueryResponse
 
getTotalRowsToRead() - 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.
getWrittenBytes() - Method in class com.clickhouse.client.api.command.CommandResponse
getWrittenBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
getWrittenBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
getWrittenBytes() - Method in class com.clickhouse.client.api.query.Records
getWrittenRows() - Method in class com.clickhouse.client.api.command.CommandResponse
getWrittenRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
getWrittenRows() - Method in class com.clickhouse.client.api.query.QueryResponse
getWrittenRows() - Method in class com.clickhouse.client.api.query.Records
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
 
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>, Object, boolean) - Constructor for class com.clickhouse.client.api.internal.HttpAPIClientHelper
 
HttpAPIClientHelper.MeteredManagedHttpClientConnectionFactory - Class in com.clickhouse.client.api.internal
 
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
 
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
 
intValue() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
isClientRequestEnabled() - Method in class com.clickhouse.client.api.insert.InsertSettings
 
isEmpty() - Method in class com.clickhouse.client.api.query.Records
Returns true if 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
 
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
 

L

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
loadServerInfo() - Method in class com.clickhouse.client.api.Client
Loads essential information about a server.
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
 
longValue() - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 

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_EXECUTION_TIME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
merge(QuerySettings, QuerySettings) - Static method in class com.clickhouse.client.api.query.QuerySettings
 
MeteredManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, DefaultHttpResponseParserFactory) - Constructor for class com.clickhouse.client.api.internal.HttpAPIClientHelper.MeteredManagedHttpClientConnectionFactory
 
Metric - Interface in com.clickhouse.client.api.metrics
 
metrics - Variable in class com.clickhouse.client.api.metrics.OperationMetrics
 
METRICS_GROUP_NAME - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
MicrometerLoader - Class in com.clickhouse.client.api.metrics
 
MicrometerLoader() - Constructor for class com.clickhouse.client.api.metrics.MicrometerLoader
 
MINIMAL_READ_BUFFER_SIZE - Static variable in class com.clickhouse.client.api.query.QuerySettings
 

N

name - Variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
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 ClickHouseBinaryFormatReader based 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
 
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.
Protocol - Enum in com.clickhouse.client.api.enums
 
PROXY_HOST - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
PROXY_PASSWORD - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
PROXY_PORT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
PROXY_TYPE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
PROXY_USER - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
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(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
 
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
 
readAsString(Object, ClickHouseColumn) - Static method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
Converts value in to a string representation.
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 len bytes 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 len bytes 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
 
readVariant(ClickHouseColumn) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
 
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
registerClientMetrics(Object, String) - Method in class com.clickhouse.client.api.Client.Builder
Registers http client metrics with MeterRegistry.
release(T) - Method in class com.clickhouse.client.api.internal.BasicObjectsPool
 
reset() - Method in class com.clickhouse.client.api.internal.CachingObjectsSupplier
Resets internal iterator to begin with the first object in the cache.
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_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.
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
 
serializeArrayData(OutputStream, Object, ClickHouseColumn) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
 
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_SETTING_PREFIX - Static variable in enum com.clickhouse.client.api.ClientConfigProperties
 
SERVER_TIMEZONE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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_DB_ROLES - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
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
 
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(Throwable, 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_KEEPALIVE_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
SOCKET_REUSEADDR_OPT - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
SocketTimeout - Enum constant in enum com.clickhouse.client.api.ClientFaultCause
 
SOCKS - Enum constant in enum com.clickhouse.client.api.enums.ProxyType
 
spliterator() - Method in class com.clickhouse.client.api.query.Records
 
SSL_AUTH - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
SSL_CERTIFICATE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
SSL_KEY - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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_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
 
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.

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_HTTP_COMPRESSION - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
USE_SERVER_TIMEZONE - Enum constant in enum com.clickhouse.client.api.ClientConfigProperties
 
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
 
value - Variable in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.EnumValue
 
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.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.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
 
valueToColumnForDynamicType(Object) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
 

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.
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
 
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
 
writeDateTime32(Instant) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
 
writeDateTime32(OffsetDateTime) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
 
writeDateTime64(OutputStream, Object, int, ZoneId) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
 
writeDateTime64(Instant, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
 
writeDateTime64(OffsetDateTime, int) - Method in class com.clickhouse.client.api.data_formats.RowBinaryFormatSerializer
 
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
 
writeDynamicTypeTag(OutputStream, ClickHouseColumn) - Static method in class com.clickhouse.client.api.data_formats.internal.SerializerUtils
 
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
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form