Uses of Enum
org.apache.drill.exec.store.http.HttpPaginatorConfig.PaginatorMethod
-
Uses of HttpPaginatorConfig.PaginatorMethod in org.apache.drill.exec.store.http
Modifier 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
Modifier and TypeFieldDescriptionprotected final HttpPaginatorConfig.PaginatorMethod
Paginator.MODE
ModifierConstructorDescriptionPaginator
(okhttp3.HttpUrl.Builder builder, HttpPaginatorConfig.PaginatorMethod mode, int pageSize, int limit)