Uses of Interface
com.clickhouse.client.api.data_formats.internal.BinaryStreamReader.ByteBufferAllocator
Packages that use BinaryStreamReader.ByteBufferAllocator
Package
Description
-
Uses of BinaryStreamReader.ByteBufferAllocator in com.clickhouse.client.api.data_formats
Constructors in com.clickhouse.client.api.data_formats with parameters of type BinaryStreamReader.ByteBufferAllocatorModifierConstructorDescriptionNativeFormatReader(InputStream inputStream, QuerySettings settings, BinaryStreamReader.ByteBufferAllocator byteBufferAllocator) RowBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema, BinaryStreamReader.ByteBufferAllocator byteBufferAllocator) RowBinaryWithNamesAndTypesFormatReader(InputStream inputStream, QuerySettings querySettings, BinaryStreamReader.ByteBufferAllocator byteBufferAllocator) RowBinaryWithNamesFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema, BinaryStreamReader.ByteBufferAllocator byteBufferAllocator) -
Uses of BinaryStreamReader.ByteBufferAllocator in com.clickhouse.client.api.data_formats.internal
Classes in com.clickhouse.client.api.data_formats.internal that implement BinaryStreamReader.ByteBufferAllocatorModifier and TypeClassDescriptionstatic classByte allocator that caches preallocated byte arrays for small sizes.static classByte allocator that creates a new byte array for each request.Constructors in com.clickhouse.client.api.data_formats.internal with parameters of type BinaryStreamReader.ByteBufferAllocatorModifierConstructorDescriptionprotectedAbstractBinaryFormatReader(InputStream inputStream, QuerySettings querySettings, TableSchema schema, BinaryStreamReader.ByteBufferAllocator byteBufferAllocator)