Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBinaryFormatReader - Class in com.clickhouse.client.api.data_formats.internal
- AbstractBinaryFormatReader(InputStream, QuerySettings, TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- 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
- 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
B
- 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
- BinaryStreamReader.ArrayValue - Class in com.clickhouse.client.api.data_formats.internal
- build() - Method in class com.clickhouse.client.api.Client.Builder
- Builder() - Constructor for class com.clickhouse.client.api.Client.Builder
C
- 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
- 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.Builder - Class in com.clickhouse.client.api
- 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
- ClientMetrics - Enum in com.clickhouse.client.api.metrics
- ClientMisconfigurationException - Exception in com.clickhouse.client.api
-
Represents errors caused by a client misconfiguration.
- ClientMisconfigurationException(String) - Constructor for exception com.clickhouse.client.api.ClientMisconfigurationException
- ClientMisconfigurationException(String, Throwable) - Constructor for exception com.clickhouse.client.api.ClientMisconfigurationException
- ClientStatisticsHolder - Class in com.clickhouse.client.api.internal
- ClientStatisticsHolder() - Constructor for class com.clickhouse.client.api.internal.ClientStatisticsHolder
- ClientV1AdaptorHelper - Class in com.clickhouse.client.api.internal
- ClientV1AdaptorHelper() - Constructor for class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- close() - Method in class com.clickhouse.client.api.Client
-
Frees the resources associated with the client.
- 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.query.QueryResponse
- close() - Method in class com.clickhouse.client.api.query.Records
- CODE_UNKNOWN - Static variable in exception com.clickhouse.client.api.ServerException
- 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.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
- 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.
- compressServerResponse(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Server response compression.
- 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
- ConnectionReuseStrategy - Enum in com.clickhouse.client.api
- convertToBigInteger(Object) - Static method in class com.clickhouse.client.api.internal.SerializerUtils
- convertToInteger(Object) - Static method in class com.clickhouse.client.api.internal.SerializerUtils
- convertToLong(Object) - Static method in class com.clickhouse.client.api.internal.SerializerUtils
- createClient(Map<String, String>) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- createFromBinaryResponse(ClickHouseResponse, String, String) - Method in class com.clickhouse.client.api.internal.TableSchemaParser
- createHttpClient() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
- createMapOfRequestOptions() - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- createMutationRequest(ClickHouseRequest.Mutation, String, InsertSettings, Map<String, String>) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- createSSLContext() - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
-
Creates or returns default SSL context.
- currentRecord - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
D
- 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
- 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
- DATE_TIME_FORMATTER - Static variable in class com.clickhouse.client.api.DataTypeUtils
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
- escape(String) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- execute(String) - Method in class com.clickhouse.client.api.Client
-
Executes a SQL command and doesn't care response.
- execute(String, CommandSettings) - Method in class com.clickhouse.client.api.Client
-
Executes a SQL command and doesn't care response.
- executeRequest(ClickHouseNode, Map<String, Object>, IOCallback<OutputStream>) - Method in class com.clickhouse.client.api.internal.HttpAPIClientHelper
F
- FIFO - Enum constant in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
Reuse mostly all connections
- 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(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.
- 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.
- getCode() - Method in exception com.clickhouse.client.api.ServerException
- 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.
- 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
- getDefaultDatabase() - Method in class com.clickhouse.client.api.Client
-
Returns default database name that will be used by operations if not specified.
- 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, ?>, Map<String, ?>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
- getFlag(Map<String, String>, String) - Static method in class com.clickhouse.client.api.internal.MapUtils
- 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.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
- 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.
- 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.query.QueryStatement
- getQueryId() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
OperationMetrics.getQueryId() - getQueryId() - Method in class com.clickhouse.client.api.insert.InsertSettings
- getQueryId() - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- getQueryId() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
OperationMetrics.getQueryId() - getQueryId() - Method in class com.clickhouse.client.api.query.QuerySettings
- getReadBufferSize() - Method in class com.clickhouse.client.api.query.QuerySettings
- getReadBytes() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadBytes() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_BYTES_READ - getReadRows() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_ROWS_READ - getReadRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_ROWS_READ - getResultRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.RESULT_ROWS - getResultRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.RESULT_ROWS - getResultRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.RESULT_ROWS - getSchema() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- getSchema() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getServerTime() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTime() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.ELAPSED_TIME - getServerTimeZone() - Method in class com.clickhouse.client.api.query.QuerySettings
- 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.
- getTimeZone() - Method in class com.clickhouse.client.api.query.QueryResponse
- 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
- 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.
- getWrittenBytes() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenBytes() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_BYTES_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.command.CommandResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.insert.InsertResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.query.QueryResponse
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getWrittenRows() - Method in class com.clickhouse.client.api.query.Records
-
Alias for
ServerMetrics.NUM_ROWS_WRITTEN - getZonedDateTime(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getZonedDateTime(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getZonedDateTime(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Returns the value of the specified column as a ZonedDateTime.
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- getZonedDateTime(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- getZonedDateTime(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
-
Returns the value of the specified column as a ZonedDateTime.
H
- hasDefaults() - Method in class com.clickhouse.client.api.metadata.TableSchema
- hasNext() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Checks if there are more rows to read.
- hasNext() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(int) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- hasValue(int) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- hasValue(int) - Method in interface com.clickhouse.client.api.query.GenericRecord
- hasValue(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryReaderBackedRecord
- hasValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- hasValue(String) - Method in interface com.clickhouse.client.api.query.GenericRecord
- HTTP - Enum constant in enum com.clickhouse.client.api.enums.Protocol
- HTTP - Enum constant in enum com.clickhouse.client.api.enums.ProxyType
- HttpAPIClientHelper - Class in com.clickhouse.client.api.internal
- HttpAPIClientHelper(Map<String, String>) - Constructor for class com.clickhouse.client.api.internal.HttpAPIClientHelper
I
- indexToName(int) - Method in class com.clickhouse.client.api.metadata.TableSchema
- input - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- insert(String, InputStream, ClickHouseFormat) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, InputStream, ClickHouseFormat, InsertSettings) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, List<?>) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- insert(String, List<?>, InsertSettings) - Method in class com.clickhouse.client.api.Client
-
Sends write request to database.
- InsertResponse - Class in com.clickhouse.client.api.insert
- InsertResponse(OperationMetrics) - Constructor for class com.clickhouse.client.api.insert.InsertResponse
- InsertResponse(ClickHouseResponse, ClientStatisticsHolder) - Constructor for class com.clickhouse.client.api.insert.InsertResponse
- InsertSettings - Class in com.clickhouse.client.api.insert
- InsertSettings() - Constructor for class com.clickhouse.client.api.insert.InsertSettings
- InsertSettings(Map<String, Object>) - Constructor for class com.clickhouse.client.api.insert.InsertSettings
- isClientRequestEnabled() - Method in class com.clickhouse.client.api.insert.InsertSettings
- iterator() - Method in class com.clickhouse.client.api.query.Records
L
- 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
M
- MapBackedRecord - Class in com.clickhouse.client.api.data_formats.internal
- MapBackedRecord(Map<String, Object>, 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
- Metric - Interface in com.clickhouse.client.api.metrics
- metrics - Variable in class com.clickhouse.client.api.metrics.OperationMetrics
- MINIMAL_READ_BUFFER_SIZE - Static variable in class com.clickhouse.client.api.query.QuerySettings
N
- 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) - Constructor for class com.clickhouse.client.api.data_formats.NativeFormatReader
- NativeFormatReader(InputStream, QuerySettings) - Constructor for class com.clickhouse.client.api.data_formats.NativeFormatReader
- newBinaryFormatReader(QueryResponse) - Static method in class com.clickhouse.client.api.Client
- newBinaryFormatReader(QueryResponse, TableSchema) - Static method in class com.clickhouse.client.api.Client
-
Create an instance of
ClickHouseBinaryFormatReaderbased on response. - next() - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Moves cursor to the next row.
- next() - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- nextRecord - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- 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.
O
- 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
- 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
P
- parseSummary(String, OperationMetrics) - Static method in class com.clickhouse.client.api.data_formats.internal.ProcessParser
- 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
- ProcessParser - Class in com.clickhouse.client.api.data_formats.internal
- ProcessParser() - Constructor for class com.clickhouse.client.api.data_formats.internal.ProcessParser
- Protocol - Enum in com.clickhouse.client.api.enums
- ProxyType - Enum in com.clickhouse.client.api.enums
Q
- 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>, QuerySettings) - Method in class com.clickhouse.client.api.Client
-
Sends SQL query to server with parameters.
- queryAll(String) - 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.
- QueryResponse - Class in com.clickhouse.client.api.query
-
Response class provides interface to input stream of response data.
- QueryResponse(ClickHouseResponse, ClickHouseFormat, ClientStatisticsHolder, QuerySettings) - Constructor for class com.clickhouse.client.api.query.QueryResponse
-
Deprecated.
- QueryResponse(ClassicHttpResponse, ClickHouseFormat, QuerySettings, OperationMetrics) - Constructor for class com.clickhouse.client.api.query.QueryResponse
- QuerySettings - Class in com.clickhouse.client.api.query
-
Query settings class represents a set of settings that can be used to customize query execution.
- QuerySettings() - Constructor for class com.clickhouse.client.api.query.QuerySettings
- QueryStatement - Class in com.clickhouse.client.api.query
-
QueryStatement class is responsible for constructing SQL query statements.
- QueryStatement(String) - Constructor for class com.clickhouse.client.api.query.QueryStatement
R
- read() - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- read(byte[], int, int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- readBigIntegerLE(InputStream, int, boolean) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDate(InputStream, TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDate32(InputStream, TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDateTime32(InputStream, TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDateTime64(InputStream, int, TimeZone) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDecimal(InputStream, int, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDecimal128(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDecimal256(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDecimal32(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDecimal64(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readDoubleLE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- 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(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readGeoPoint(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readGeoPolygon(InputStream) - Method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readGeoRing(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readInt128LE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readInt256LE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readIntLE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readLongLE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readNBytes(InputStream, int) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- 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
- 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(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readString(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readTSKV(InputStream, String, String) - Method in class com.clickhouse.client.api.internal.TableSchemaParser
- readUnsignedByte(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readUnsignedInt128LE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readUnsignedInt256LE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readUnsignedInt64LE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readUnsignedIntLE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- readUnsignedShortLE(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
- 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
- readValue(String) - Method in interface com.clickhouse.client.api.data_formats.ClickHouseBinaryFormatReader
-
Reads a row to an array of objects.
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.internal.MapBackedRecord
- readValue(String) - Method in class com.clickhouse.client.api.data_formats.NativeFormatReader
- readVarInt(InputStream) - Static method in class com.clickhouse.client.api.data_formats.internal.BinaryStreamReader
-
Reads a varint from input stream.
- Records - Class in com.clickhouse.client.api.query
- Records(QueryResponse, QuerySettings) - 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
- RESULT_ROWS - Enum constant in enum com.clickhouse.client.api.metrics.ServerMetrics
-
Number of returned rows.
- RowBinaryFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryFormatReader(InputStream, TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryFormatReader
- RowBinaryFormatReader(InputStream, QuerySettings, TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryFormatReader
- RowBinaryWithNamesAndTypesFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryWithNamesAndTypesFormatReader(InputStream, QuerySettings) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryWithNamesAndTypesFormatReader
- RowBinaryWithNamesFormatReader - Class in com.clickhouse.client.api.data_formats
- RowBinaryWithNamesFormatReader(InputStream, TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryWithNamesFormatReader
- RowBinaryWithNamesFormatReader(InputStream, QuerySettings, TableSchema) - Constructor for class com.clickhouse.client.api.data_formats.RowBinaryWithNamesFormatReader
S
- serialize(Object, OutputStream) - Method in interface com.clickhouse.client.api.insert.POJOSerializer
- serializeData(OutputStream, Object, ClickHouseColumn) - Static method in class com.clickhouse.client.api.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.internal
- SerializerUtils() - Constructor for class com.clickhouse.client.api.internal.SerializerUtils
- ServerException - Exception in com.clickhouse.client.api
- ServerException(int, String) - Constructor for exception com.clickhouse.client.api.ServerException
- ServerMetrics - Enum in com.clickhouse.client.api.metrics
-
Stats returned by the server.
- 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.
- 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.
- 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
- 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.
- setKeepAliveTimeout(long, ChronoUnit) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets keep alive timeout for a connection to override server value.
- 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.
- 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.
- 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
- setQueryId(String) - Method in class com.clickhouse.client.api.insert.InsertSettings
-
Sets the query id.
- setQueryId(String) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- setQueryId(String) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Sets the query id.
- setReadBufferSize(Integer) - Method in class com.clickhouse.client.api.query.QuerySettings
-
Read buffer is used for reading data from a server.
- setRootCertificate(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Defines path to the key store file.
- setSchema(TableSchema) - Method in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- setServerStats(ClickHouseResponseSummary.Progress, OperationMetrics) - Static method in class com.clickhouse.client.api.internal.ClientV1AdaptorHelper
- setServerTimeZone(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Specify server timezone to use.
- setSharedOperationExecutor(ExecutorService) - Method in class com.clickhouse.client.api.Client.Builder
-
Sets an executor for running operations.
- 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.
- setTableName(String) - Method in class com.clickhouse.client.api.metadata.TableSchema
- settings - Variable in class com.clickhouse.client.api.data_formats.internal.AbstractBinaryFormatReader
- SettingsConverter - Class in com.clickhouse.client.api.internal
- SettingsConverter() - Constructor for class com.clickhouse.client.api.internal.SettingsConverter
- 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
- SOCKS - Enum constant in enum com.clickhouse.client.api.enums.ProxyType
- spliterator() - Method in class com.clickhouse.client.api.query.Records
- 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
- toRequestOptions(Map<String, Object>) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- toRequestSettings(Map<String, Object>, Map<String, Object>) - Static method in class com.clickhouse.client.api.internal.SettingsConverter
- 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
- updateMetric(ServerMetrics, long) - Method in class com.clickhouse.client.api.metrics.OperationMetrics
- useAsyncRequests(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures client to execute requests in a separate thread.
- useHttpCompression(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configures the client to use HTTP compression.
- useNewImplementation(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Deprecated.- do not use - it is only for development
- useServerTimeZone(boolean) - Method in class com.clickhouse.client.api.Client.Builder
-
Configure client to use server timezone for date/datetime columns.
- useTimeZone(String) - Method in class com.clickhouse.client.api.Client.Builder
-
Configure client to use specified timezone.
V
- ValidationUtils - Class in com.clickhouse.client.api.internal
- ValidationUtils() - Constructor for class com.clickhouse.client.api.internal.ValidationUtils
- ValidationUtils.SettingsValidationException - Exception in com.clickhouse.client.api.internal
- valueOf(String) - Static method in enum com.clickhouse.client.api.ConnectionReuseStrategy
-
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.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.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.
W
- 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.
- write(byte[], int, int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
- write(int) - Method in class com.clickhouse.client.api.internal.ClickHouseLZ4OutputStream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form