Uses of Class
org.apache.druid.java.util.common.io.smoosh.SmooshedFileMapper
-
-
Uses of SmooshedFileMapper in org.apache.druid.java.util.common.io.smoosh
Methods in org.apache.druid.java.util.common.io.smoosh that return SmooshedFileMapper Modifier and Type Method Description static SmooshedFileMapperSmooshedFileMapper. load(File baseDir)static SmooshedFileMapperSmoosh. map(File inDir) -
Uses of SmooshedFileMapper in org.apache.druid.segment
Methods in org.apache.druid.segment that return SmooshedFileMapper Modifier and Type Method Description SmooshedFileMapperMMappedIndex. getFileMapper()SmooshedFileMapperSimpleQueryableIndex. getFileMapper()Constructors in org.apache.druid.segment with parameters of type SmooshedFileMapper Constructor Description MMappedIndex(GenericIndexed<String> availableDimensions, GenericIndexed<String> availableMetrics, org.joda.time.Interval dataInterval, CompressedColumnarLongsSupplier timestamps, Map<String,MetricHolder> metrics, Map<String,GenericIndexed<ByteBuffer>> dimValueUtf8Lookups, Map<String,VSizeColumnarMultiInts> dimColumns, Map<String,GenericIndexed<ImmutableBitmap>> invertedIndexes, Map<String,ImmutableRTree> spatialIndexes, SmooshedFileMapper fileMapper)SimpleQueryableIndex(org.joda.time.Interval dataInterval, Indexed<String> dimNames, BitmapFactory bitmapFactory, Map<String,com.google.common.base.Supplier<ColumnHolder>> columns, SmooshedFileMapper fileMapper, Metadata metadata, boolean lazy) -
Uses of SmooshedFileMapper in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return SmooshedFileMapper Modifier and Type Method Description SmooshedFileMapperColumnBuilder. getFileMapper()Methods in org.apache.druid.segment.column with parameters of type SmooshedFileMapper Modifier and Type Method Description static com.google.common.base.Supplier<? extends Indexed<ByteBuffer>>StringEncodingStrategies. getStringDictionarySupplier(SmooshedFileMapper mapper, ByteBuffer stringDictionaryBuffer, ByteOrder byteOrder)ColumnHolderColumnDescriptor. read(ByteBuffer buffer, ColumnConfig columnConfig, SmooshedFileMapper smooshedFiles)ColumnBuilderColumnBuilder. setFileMapper(SmooshedFileMapper fileMapper) -
Uses of SmooshedFileMapper in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data with parameters of type SmooshedFileMapper Modifier and Type Method Description static CompressedColumnarIntsSupplierCompressedColumnarIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)static CompressedVariableSizedBlobColumnSupplierCompressedVariableSizedBlobColumnSupplier. fromByteBuffer(String filenameBase, ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)static CompressedVSizeColumnarIntsSupplierCompressedVSizeColumnarIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)static V3CompressedVSizeColumnarMultiIntsSupplierV3CompressedVSizeColumnarMultiIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)static <T> GenericIndexed<T>GenericIndexed. read(ByteBuffer buffer, ObjectStrategy<T> strategy, SmooshedFileMapper fileMapper) -
Uses of SmooshedFileMapper in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return SmooshedFileMapper Modifier and Type Method Description SmooshedFileMapperDictionaryIdLookup. getStringBufferMapper()Constructors in org.apache.druid.segment.nested with parameters of type SmooshedFileMapper Constructor Description CompressedNestedDataComplexColumn(String columnName, ColumnType logicalType, ColumnConfig columnConfig, CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier, ImmutableBitmap nullValues, GenericIndexed<String> fields, FieldTypeInfo fieldInfo, com.google.common.base.Supplier<TStringDictionary> stringDictionary, com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier, com.google.common.base.Supplier<FrontCodedIntArrayIndexed> arrayDictionarySupplier, SmooshedFileMapper fileMapper, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder, String rootFieldPath)NestedDataColumnV3(String columnName, ColumnType logicalType, ColumnConfig columnConfig, CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier, ImmutableBitmap nullValues, GenericIndexed<String> fields, FieldTypeInfo fieldInfo, com.google.common.base.Supplier<TStringDictionary> stringDictionary, com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier, SmooshedFileMapper fileMapper, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder)NestedDataColumnV4(String columnName, ColumnType logicalType, ColumnConfig columnConfig, CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier, ImmutableBitmap nullValues, GenericIndexed<String> fields, FieldTypeInfo fieldInfo, com.google.common.base.Supplier<TStringDictionary> stringDictionary, com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier, SmooshedFileMapper fileMapper, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder)NestedDataColumnV5(String columnName, ColumnType logicalType, ColumnConfig columnConfig, CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier, ImmutableBitmap nullValues, GenericIndexed<String> fields, FieldTypeInfo fieldInfo, com.google.common.base.Supplier<TStringDictionary> stringDictionary, com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier, com.google.common.base.Supplier<FrontCodedIntArrayIndexed> arrayDictionarySupplier, SmooshedFileMapper fileMapper, BitmapSerdeFactory bitmapSerdeFactory, ByteOrder byteOrder) -
Uses of SmooshedFileMapper in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type SmooshedFileMapper Modifier and Type Method Description static ByteBufferNestedCommonFormatColumnPartSerde. loadInternalFile(SmooshedFileMapper fileMapper, String fileNameBase, String internalFileName)
-