Uses of Interface
org.apache.druid.segment.writeout.SegmentWriteOutMediumFactory
-
Packages that use SegmentWriteOutMediumFactory Package Description org.apache.druid.segment org.apache.druid.segment.writeout -
-
Uses of SegmentWriteOutMediumFactory in org.apache.druid.segment
Methods in org.apache.druid.segment with parameters of type SegmentWriteOutMediumFactory Modifier and Type Method Description default FileIndexMerger. mergeQueryableIndex(List<QueryableIndex> indexes, boolean rollup, AggregatorFactory[] metricAggs, File outDir, IndexSpec indexSpec, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, int maxColumnsToMerge)Merge a collection ofQueryableIndex.FileIndexMerger. mergeQueryableIndex(List<QueryableIndex> indexes, boolean rollup, AggregatorFactory[] metricAggs, DimensionsSpec dimensionsSpec, File outDir, IndexSpec indexSpec, IndexSpec indexSpecForIntermediatePersists, ProgressIndicator progress, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, int maxColumnsToMerge)Merge a collection ofQueryableIndex.FileIndexMergerV9. mergeQueryableIndex(List<QueryableIndex> indexes, boolean rollup, AggregatorFactory[] metricAggs, DimensionsSpec dimensionsSpec, File outDir, IndexSpec indexSpec, IndexSpec indexSpecForIntermediatePersists, ProgressIndicator progress, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, int maxColumnsToMerge)default FileIndexMerger. persist(IncrementalIndex index, File outDir, IndexSpec indexSpec, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory)Equivalent toIndexMerger.persist(IncrementalIndex, Interval, File, IndexSpec, ProgressIndicator, SegmentWriteOutMediumFactory)without a progress indicator and with interval set toIncrementalIndex.getInterval().FileIndexMerger. persist(IncrementalIndex index, org.joda.time.Interval dataInterval, File outDir, IndexSpec indexSpec, ProgressIndicator progress, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory)Persist an IncrementalIndex to disk in such a way that it can be loaded back up as aQueryableIndex.default FileIndexMerger. persist(IncrementalIndex index, org.joda.time.Interval dataInterval, File outDir, IndexSpec indexSpec, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory)Equivalent toIndexMerger.persist(IncrementalIndex, Interval, File, IndexSpec, ProgressIndicator, SegmentWriteOutMediumFactory)without a progress indicator.FileIndexMergerV9. persist(IncrementalIndex index, org.joda.time.Interval dataInterval, File outDir, IndexSpec indexSpec, ProgressIndicator progress, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory)Constructors in org.apache.druid.segment with parameters of type SegmentWriteOutMediumFactory Constructor Description IndexMergerV9(com.fasterxml.jackson.databind.ObjectMapper mapper, IndexIO indexIO, SegmentWriteOutMediumFactory defaultSegmentWriteOutMediumFactory)This constructor is used only for Hadoop ingestion and Tranquility as they do not support storing empty columns yet.IndexMergerV9(com.fasterxml.jackson.databind.ObjectMapper mapper, IndexIO indexIO, SegmentWriteOutMediumFactory defaultSegmentWriteOutMediumFactory, boolean storeEmptyColumns)IndexMergerV9Factory(com.fasterxml.jackson.databind.ObjectMapper mapper, IndexIO indexIO, SegmentWriteOutMediumFactory defaultSegmentWriteOutMediumFactory) -
Uses of SegmentWriteOutMediumFactory in org.apache.druid.segment.writeout
Classes in org.apache.druid.segment.writeout that implement SegmentWriteOutMediumFactory Modifier and Type Class Description classOffHeapMemorySegmentWriteOutMediumFactoryclassOnHeapMemorySegmentWriteOutMediumFactoryclassTmpFileSegmentWriteOutMediumFactoryMethods in org.apache.druid.segment.writeout that return types with arguments of type SegmentWriteOutMediumFactory Modifier and Type Method Description static Set<SegmentWriteOutMediumFactory>SegmentWriteOutMediumFactory. builtInFactories()
-