Package org.aksw.jenax.dataaccess.rx
Class ListServiceEntityQuery.ListPaginatorEntityQuery
java.lang.Object
org.aksw.jenax.dataaccess.rx.ListServiceEntityQuery.ListPaginatorEntityQuery
- All Implemented Interfaces:
Function<com.google.common.collect.Range<Long>,,io.reactivex.rxjava3.core.Flowable<org.apache.jena.rdf.model.RDFNode>> org.aksw.commons.rx.lookup.ListPaginator<org.apache.jena.rdf.model.RDFNode>,org.aksw.commons.rx.range.RangedSupplier<Long,,org.apache.jena.rdf.model.RDFNode> org.aksw.commons.util.delegate.Unwrappable
- Enclosing class:
- ListServiceEntityQuery
public class ListServiceEntityQuery.ListPaginatorEntityQuery
extends Object
implements org.aksw.commons.rx.lookup.ListPaginator<org.apache.jena.rdf.model.RDFNode>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.rx.lookup.ListPaginator
batch, fetchList, mapMethods inherited from interface org.aksw.commons.util.delegate.Unwrappable
unwrap
-
Field Details
-
baseQuery
-
-
Constructor Details
-
ListPaginatorEntityQuery
-
-
Method Details
-
apply
public io.reactivex.rxjava3.core.Flowable<org.apache.jena.rdf.model.RDFNode> apply(com.google.common.collect.Range<Long> t) -
fetchCount
public io.reactivex.rxjava3.core.Single<com.google.common.collect.Range<Long>> fetchCount(Long itemLimit, Long rowLimit) - Specified by:
fetchCountin interfaceorg.aksw.commons.rx.lookup.ListPaginator<org.apache.jena.rdf.model.RDFNode>
-