Uses of Enum
org.apache.drill.exec.store.http.HttpPaginatorConfig.PaginatorMethod
Packages that use HttpPaginatorConfig.PaginatorMethod
-
Uses of HttpPaginatorConfig.PaginatorMethod in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http that return HttpPaginatorConfig.PaginatorMethodModifier and TypeMethodDescriptionHttpPaginatorConfig.getMethodType()
Returns the enum constant of this type with the specified name.static HttpPaginatorConfig.PaginatorMethod[]
HttpPaginatorConfig.PaginatorMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpPaginatorConfig.PaginatorMethod in org.apache.drill.exec.store.http.paginator
Fields in org.apache.drill.exec.store.http.paginator declared as HttpPaginatorConfig.PaginatorMethodModifier and TypeFieldDescriptionprotected final HttpPaginatorConfig.PaginatorMethod
Paginator.MODE
Methods in org.apache.drill.exec.store.http.paginator that return HttpPaginatorConfig.PaginatorMethodConstructors in org.apache.drill.exec.store.http.paginator with parameters of type HttpPaginatorConfig.PaginatorMethodModifierConstructorDescriptionPaginator
(okhttp3.HttpUrl.Builder builder, HttpPaginatorConfig.PaginatorMethod mode, int pageSize, int limit)