Class HttpsSegmentFetcher
- java.lang.Object
-
- org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
-
- org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
-
- org.apache.pinot.common.utils.fetcher.HttpsSegmentFetcher
-
- All Implemented Interfaces:
SegmentFetcher
public class HttpsSegmentFetcher extends HttpSegmentFetcher
-
-
Field Summary
-
Fields inherited from class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
_httpClient
-
Fields inherited from class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
_authProvider, _logger, _retryCount, _retryDelayScaleFactor, _retryWaitMs, DEFAULT_RETRY_COUNT, DEFAULT_RETRY_DELAY_SCALE_FACTOR, DEFAULT_RETRY_WAIT_MS, RETRY_COUNT_CONFIG_KEY, RETRY_DELAY_SCALE_FACTOR_CONFIG_KEY, RETRY_WAIT_MS_CONFIG_KEY
-
-
Constructor Summary
Constructors Constructor Description HttpsSegmentFetcher()
-
Method Summary
Modifier and Type Method Description protected voiddoInit(PinotConfiguration config)Override this for custom initialization.-
Methods inherited from class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
fetchSegmentToLocal, fetchSegmentToLocalWithoutRetry, fetchUntarSegmentToLocalStreamed
-
Methods inherited from class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
fetchSegmentToLocal, init
-
-
-
-
Method Detail
-
doInit
protected void doInit(PinotConfiguration config)
Description copied from class:BaseSegmentFetcherOverride this for custom initialization.- Overrides:
doInitin classHttpSegmentFetcher
-
-