Uses of Class
org.apache.druid.java.util.common.io.smoosh.FileSmoosher
Packages that use FileSmoosher
Package
Description
-
Uses of FileSmoosher in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation with parameters of type FileSmoosherModifier and TypeMethodDescriptionvoidAbstractSerializablePairLongObjectBufferStore.TransferredBuffer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidAbstractSerializablePairLongObjectColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) -
Uses of FileSmoosher in org.apache.druid.segment
Methods in org.apache.druid.segment with parameters of type FileSmoosherModifier and TypeMethodDescriptionvoidDictionaryEncodedColumnMerger.IdConversionSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidDoubleColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidDoubleColumnSerializerV2.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFloatColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFloatColumnSerializerV2.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidLongColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidLongColumnSerializerV2.writeTo(WritableByteChannel channel, FileSmoosher smoosher) -
Uses of FileSmoosher in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type FileSmoosherModifier and TypeMethodDescriptionvoidColumnDescriptor.writeTo(WritableByteChannel channel, FileSmoosher smoosher) -
Uses of FileSmoosher in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data with parameters of type FileSmoosherModifier and TypeMethodDescriptionvoidBlockLayoutColumnarDoublesSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidBlockLayoutColumnarFloatsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidBlockLayoutColumnarLongsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidByteBufferWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedBlockSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedColumnarFloatsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedColumnarIntsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedColumnarIntsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedColumnarLongsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedLongsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedVariableSizedBlobColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedVSizeColumnarIntsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedVSizeColumnarIntsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedVSizeColumnarMultiIntsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidEncodedStringDictionaryWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidEntireLayoutColumnarDoublesSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidEntireLayoutColumnarFloatsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidEntireLayoutColumnarLongsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFixedIndexedIntWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFixedIndexedWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFrontCodedIndexedWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidFrontCodedIntArrayIndexedWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidGenericIndexedWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidIntermediateColumnarLongsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidV3CompressedVSizeColumnarMultiIntsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidV3CompressedVSizeColumnarMultiIntsSupplier.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVSizeColumnarInts.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVSizeColumnarIntsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVSizeColumnarMultiInts.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVSizeColumnarMultiIntsSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) -
Uses of FileSmoosher in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested with parameters of type FileSmoosherModifier and TypeMethodDescriptionprotected static voidNestedCommonFormatColumnSerializer.copyFromTempSmoosh(FileSmoosher smoosher, SmooshedFileMapper fileMapper) protected voidScalarDoubleColumnSerializer.writeDictionaryFile(FileSmoosher smoosher) protected voidScalarLongColumnSerializer.writeDictionaryFile(FileSmoosher smoosher) protected abstract voidScalarNestedCommonFormatColumnSerializer.writeDictionaryFile(FileSmoosher smoosher) protected voidScalarStringColumnSerializer.writeDictionaryFile(FileSmoosher smoosher) protected voidNestedCommonFormatColumnSerializer.writeInternal(FileSmoosher smoosher, Serializer serializer, String fileName) voidFieldTypeInfo.Writer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidGlobalDictionaryEncodedFieldColumnWriter.writeTo(int finalRowCount, FileSmoosher smoosher) voidNestedDataColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidScalarNestedCommonFormatColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVariantColumnSerializer.InternalSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidVariantColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) protected voidScalarDoubleColumnSerializer.writeValueColumn(FileSmoosher smoosher) protected voidScalarLongColumnSerializer.writeValueColumn(FileSmoosher smoosher) protected abstract voidScalarNestedCommonFormatColumnSerializer.writeValueColumn(FileSmoosher smoosher) Called duringScalarNestedCommonFormatColumnSerializer.writeTo(WritableByteChannel, FileSmoosher)to allow any type specific value column serializers to use theFileSmoosherto write stuff to places.protected voidScalarStringColumnSerializer.writeValueColumn(FileSmoosher smoosher) -
Uses of FileSmoosher in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type FileSmoosherModifier and TypeMethodDescriptionstatic voidColumnSerializerUtils.writeInternal(FileSmoosher smoosher, Serializer serializer, String columnName, String fileName) voidComplexColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCompressedComplexColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidLargeColumnSupportedComplexColumnSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) Writes the serialized form of this object. -
Uses of FileSmoosher in org.apache.druid.segment.serde.cell
Methods in org.apache.druid.segment.serde.cell with parameters of type FileSmoosherModifier and TypeMethodDescriptionvoidBlockCompressedPayloadSerializer.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidBlockCompressedPayloadWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCellIndexWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher) voidCellWriter.writeTo(WritableByteChannel channel, FileSmoosher smoosher)