Uses of Interface
org.apache.pinot.segment.spi.loader.SegmentDirectoryLoader
-
Packages that use SegmentDirectoryLoader Package Description org.apache.pinot.segment.spi.loader -
-
Uses of SegmentDirectoryLoader in org.apache.pinot.segment.spi.loader
Methods in org.apache.pinot.segment.spi.loader that return SegmentDirectoryLoader Modifier and Type Method Description static SegmentDirectoryLoaderSegmentDirectoryLoaderRegistry. getDefaultSegmentDirectoryLoader()Returns the 'default'SegmentDirectoryLoaderstatic SegmentDirectoryLoaderSegmentDirectoryLoaderRegistry. getSegmentDirectoryLoader(String segmentDirectoryLoader)Returns the segment directory loader instance from instantiated map, for the given segmentDirectoryLoader nameMethods in org.apache.pinot.segment.spi.loader with parameters of type SegmentDirectoryLoader Modifier and Type Method Description static voidSegmentDirectoryLoaderRegistry. setSegmentDirectoryLoader(String segmentDirectoryLoaderName, SegmentDirectoryLoader loader)Explicitly adds aSegmentDirectoryLoaderto the map
-