Uses of Class
org.apache.druid.segment.serde.cell.BlockIndexWriter
-
Packages that use BlockIndexWriter Package Description org.apache.druid.segment.serde.cell -
-
Uses of BlockIndexWriter in org.apache.druid.segment.serde.cell
Constructors in org.apache.druid.segment.serde.cell with parameters of type BlockIndexWriter Constructor Description BlockCompressedPayloadBuffer(ByteBuffer currentBlock, ByteBuffer compressedByteBuffer, BlockIndexWriter blockIndexWriter, WriteOutBytes dataOutBytes, Closer closer, CompressionStrategy.Compressor compressor)BlockCompressedPayloadSerializer(BlockIndexWriter blockIndexWriter, WriteOutBytes dataOutBytes)
-