Uses of Class
org.apache.druid.segment.IndexIO
Packages that use IndexIO
-
Uses of IndexIO in org.apache.druid.segment
Constructors in org.apache.druid.segment with parameters of type IndexIOModifierConstructorDescriptionIndexMergerV9(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 IndexIO in org.apache.druid.segment.loading
Constructors in org.apache.druid.segment.loading with parameters of type IndexIOModifierConstructorDescriptionBroadcastJoinableMMappedQueryableSegmentizerFactory(IndexIO indexIO, Set<String> keyColumns)