Uses of Class
org.apache.druid.segment.IndexSpec.Builder
Packages that use IndexSpec.Builder
-
Uses of IndexSpec.Builder in org.apache.druid.segment
Methods in org.apache.druid.segment that return IndexSpec.BuilderModifier and TypeMethodDescriptionstatic IndexSpec.BuilderIndexSpec.builder()IndexSpec.Builder.withAutoColumnFormatSpec(NestedCommonFormatColumnFormatSpec autoColumnFormatSpec) IndexSpec.Builder.withBitmapSerdeFactory(BitmapSerdeFactory bitmapSerdeFactory) IndexSpec.Builder.withComplexMetricCompression(CompressionStrategy complexMetricCompression) IndexSpec.Builder.withDimensionCompression(CompressionStrategy dimensionCompression) IndexSpec.Builder.withJsonCompression(CompressionStrategy jsonCompression) Deprecated.IndexSpec.Builder.withLongEncoding(CompressionFactory.LongEncodingStrategy longEncoding) IndexSpec.Builder.withMetricCompression(CompressionStrategy metricCompression) IndexSpec.Builder.withSegmentLoader(SegmentizerFactory segmentLoader) IndexSpec.Builder.withStringDictionaryEncoding(StringEncodingStrategy stringDictionaryEncoding)