Uses of Class
org.apache.pinot.segment.spi.store.SegmentDirectory
-
Packages that use SegmentDirectory Package Description org.apache.pinot.segment.spi.loader org.apache.pinot.segment.spi.store -
-
Uses of SegmentDirectory in org.apache.pinot.segment.spi.loader
Methods in org.apache.pinot.segment.spi.loader that return SegmentDirectory Modifier and Type Method Description SegmentDirectorySegmentDirectoryLoader. load(URI indexDir, SegmentDirectoryLoaderContext segmentDirectoryLoaderContext)Creates theSegmentDirectoryinstance -
Uses of SegmentDirectory in org.apache.pinot.segment.spi.store
Methods in org.apache.pinot.segment.spi.store that return SegmentDirectory Modifier and Type Method Description SegmentDirectorySegmentDirectory.Reader. toSegmentDirectory()
-