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