Uses of Class
org.apache.drill.exec.store.http.HttpSubScan
-
Uses of HttpSubScan in org.apache.drill.exec.store.http
Modifier and TypeMethodDescriptionHttpScanBatchCreator.getBatch
(ExecutorFragmentContext context, HttpSubScan subScan, List<RecordBatch> children) ModifierConstructorDescriptionHttpBatchReader
(HttpSubScan subScan) HttpBatchReader
(HttpSubScan subScan, Paginator paginator) HttpCSVBatchReader
(HttpSubScan subScan) HttpCSVBatchReader
(HttpSubScan subScan, Paginator paginator) HttpXMLBatchReader
(HttpSubScan subScan) HttpXMLBatchReader
(HttpSubScan subScan, Paginator paginator) -
Uses of HttpSubScan in org.apache.drill.exec.store.http.util
ModifierConstructorDescriptionSimpleHttp
(HttpSubScan scanDefn, okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator)