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
ConstructorsConstructorDescriptionIndexPaginator(okhttp3.HttpUrl.Builder builder, int pageSize, int limit, String hasMoreParam, String indexParam, String nextPageParam) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()booleannext()voidsetHasMoreValue(Boolean hasMoreValue) voidsetIndexValue(String indexValue) voidsetNextPageValue(String nextPageValue) Methods inherited from class org.apache.drill.exec.store.http.paginator.Paginator
getMode, getPageSize, notifyPartialPage, setBuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-