Uses of Class
org.apache.drill.exec.store.http.paginator.Paginator
Package
Description
-
Uses of Paginator in org.apache.drill.exec.store.http
ModifierConstructorDescriptionHttpBatchReader
(HttpSubScan subScan, Paginator paginator) HttpCSVBatchReader
(HttpSubScan subScan, Paginator paginator) HttpXMLBatchReader
(HttpSubScan subScan, Paginator paginator) -
Uses of Paginator in org.apache.drill.exec.store.http.paginator
-
Uses of Paginator in org.apache.drill.exec.store.http.util
Modifier and TypeMethodDescriptionModifierConstructorDescriptionSimpleHttp
(okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator, PersistentTokenTable tokenTable, HttpStoragePluginConfig pluginConfig, HttpApiConfig endpointConfig, String connection, Map<String, String> filters, int rateLimit) This constructor does not have an HttpSubScan and can be used outside the context of the HttpStoragePlugin.SimpleHttp
(HttpSubScan scanDefn, okhttp3.HttpUrl url, File tempDir, HttpProxyConfig proxyConfig, CustomErrorContext errorContext, Paginator paginator)