public class CompressedVariableSizedBlobColumnSerializer extends Object implements Serializer
| Constructor and Description |
|---|
CompressedVariableSizedBlobColumnSerializer(String filenameBase,
SegmentWriteOutMedium segmentWriteOutMedium,
CompressionStrategy compression) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(byte[] bytes) |
void |
addValue(ByteBuffer bytes) |
static String |
getCompressedBlobsFileName(String filenameBase) |
static String |
getCompressedOffsetsFileName(String filenameBase) |
long |
getSerializedSize()
Returns the number of bytes, that this Serializer will write to the output _channel_ (not smoosher) on a
Serializer.writeTo(java.nio.channels.WritableByteChannel, org.apache.druid.java.util.common.io.smoosh.FileSmoosher) call. |
void |
open() |
void |
writeTo(WritableByteChannel channel,
FileSmoosher smoosher)
Writes serialized form of this object to the given channel.
|
public CompressedVariableSizedBlobColumnSerializer(String filenameBase, SegmentWriteOutMedium segmentWriteOutMedium, CompressionStrategy compression)
public void open()
throws IOException
IOExceptionpublic void addValue(byte[] bytes)
throws IOException
IOExceptionpublic void addValue(ByteBuffer bytes) throws IOException
IOExceptionpublic long getSerializedSize()
SerializerSerializer.writeTo(java.nio.channels.WritableByteChannel, org.apache.druid.java.util.common.io.smoosh.FileSmoosher) call.getSerializedSize in interface Serializerpublic void writeTo(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
SerializerwriteTo in interface SerializerIOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.