Class IndexPaginator
java.lang.Object
org.apache.drill.exec.store.http.paginator.Paginator
org.apache.drill.exec.store.http.paginator.IndexPaginator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIndexPaginator
(okhttp3.HttpUrl.Builder builder, int pageSize, int limit, String hasMoreParam, String indexParam, String nextPageParam) -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
boolean
next()
void
setHasMoreValue
(Boolean hasMoreValue) void
setIndexValue
(String indexValue) void
setNextPageValue
(String nextPageValue) Methods inherited from class org.apache.drill.exec.store.http.paginator.Paginator
getMode, getPageSize, notifyPartialPage, setBuilder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
IndexPaginator
-
-
Method Details
-
hasNext
public boolean hasNext() -
getIndexParam
-
getHasMoreParam
-
getNextPageParam
-
setHasMoreValue
-
setIndexValue
-
setNextPageValue
-
getLastIndexValue
-
getLastNextPageValue
-
isFirstPage
public boolean isFirstPage() -
next
-