Uses of Class
org.apache.drill.exec.store.http.paginator.Paginator
Packages that use Paginator
Package
Description
-
Uses of Paginator in org.apache.drill.exec.store.http
Fields in org.apache.drill.exec.store.http declared as PaginatorConstructors in org.apache.drill.exec.store.http with parameters of type PaginatorModifierConstructorDescriptionHttpBatchReader(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
Subclasses of Paginator in org.apache.drill.exec.store.http.paginatorModifier and TypeClassDescriptionclassThe Header Index Paginator is used when the API in question send a link in the HTTP header containing the URL for the next page.classclassclass -
Uses of Paginator in org.apache.drill.exec.store.http.util
Methods in org.apache.drill.exec.store.http.util with parameters of type PaginatorModifier and TypeMethodDescriptionConstructors in org.apache.drill.exec.store.http.util with parameters of type PaginatorModifierConstructorDescriptionSimpleHttp(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)