Uses of Class
org.apache.druid.java.util.common.io.smoosh.SmooshedFileMapper
Packages that use SmooshedFileMapper
Package
Description
-
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 -
Uses of SmooshedFileMapper in org.apache.druid.segment
Methods in org.apache.druid.segment that return SmooshedFileMapperConstructors in org.apache.druid.segment with parameters of type SmooshedFileMapperModifierConstructorDescriptionMMappedIndex(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) -
Uses of SmooshedFileMapper in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return SmooshedFileMapperModifier and TypeMethodDescriptionstatic SmooshedFileMapperColumnSerializerUtils.mapSerializer(File smooshFile, Serializer writer, String name) Writes aSerializerto a 'smoosh file' which contains the contents of this single serializer, with the serializer writing to an internal file specified by the name argument, returning aSmooshedFileMapper