Uses of Interface
org.apache.pinot.common.utils.fetcher.SegmentFetcher
-
Packages that use SegmentFetcher Package Description org.apache.pinot.common.utils.fetcher -
-
Uses of SegmentFetcher in org.apache.pinot.common.utils.fetcher
Classes in org.apache.pinot.common.utils.fetcher that implement SegmentFetcher Modifier and Type Class Description classBaseSegmentFetcherBase implementation of segment fetcher with the retry logic embedded.classHttpSegmentFetcherclassHttpsSegmentFetcherclassPinotFSSegmentFetcherMethods in org.apache.pinot.common.utils.fetcher that return SegmentFetcher Modifier and Type Method Description static SegmentFetcherSegmentFetcherFactory. getSegmentFetcher(String protocol)Returns the segment fetcher associated with the given protocol, or the default segment fetcher (HttpSegmentFetcherfor "http" and "https",PinotFSSegmentFetcherfor other protocols).
-