Package org.apache.druid.segment.loading
Interface SegmentizerFactory
-
- All Known Implementing Classes:
BroadcastJoinableMMappedQueryableSegmentizerFactory,MMappedQueryableSegmentizerFactory,TombstoneSegmentizerFactory
public interface SegmentizerFactoryFactory that loads segment files from the disk and createsSegmentobject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Segmentfactorize(DataSegment segment, File parentDir, boolean lazy, SegmentLazyLoadFailCallback loadFailed)
-
-
-
Method Detail
-
factorize
Segment factorize(DataSegment segment, File parentDir, boolean lazy, SegmentLazyLoadFailCallback loadFailed) throws SegmentLoadingException
- Throws:
SegmentLoadingException
-
-