Uses of Interface
org.aksw.commons.rx.range.RangedSupplier
Packages that use RangedSupplier
Package
Description
-
Uses of RangedSupplier in org.aksw.commons.rx.cache.range
Classes in org.aksw.commons.rx.cache.range that implement RangedSupplierModifier and TypeClassDescriptionclassCaching list paginator implementation based onAdvancedRangeCacheImplclassA cache that upon any item or count request caches the full range of data into a (java) List and subsequently serves the request from the cache.Constructors in org.aksw.commons.rx.cache.range with parameters of type RangedSupplier -
Uses of RangedSupplier in org.aksw.commons.rx.lookup
Subinterfaces of RangedSupplier in org.aksw.commons.rx.lookupModifier and TypeInterfaceDescriptioninterfaceinterfaceMapPaginator<K,V> I think the ListService interface should be changed to: ListService.createPaginator(Concept) TODO: There is an overlap with the RangedSupplierinterfaceRangedEntrySupplier<I extends Comparable<I>, K, V>Interface for obtaining a stream of entries for a given range.Classes in org.aksw.commons.rx.lookup that implement RangedSupplierModifier and TypeClassDescriptionclassA wrapper for a paginator which groups items into batches A batch is now a first class citizen, and retrievals and counts refer to the batchesclassclassListPaginatorMapWrapper<K,V, T> classclassMapPaginatorTransformItem<K,I, O> FIXME Possibly extend with generic transform instead of just valueclassclassThis paginator maps each item through a lookup service by batching the lookup requests It does not change the count of items from the base paginator Note: Retains null values -
Uses of RangedSupplier in org.aksw.commons.rx.range
Classes in org.aksw.commons.rx.range that implement RangedSupplierModifier and TypeClassDescriptionclassRangedSupplierDelegated<I extends Comparable<I>, P>Base class for RangedSupplier implementations that decorate another RangedSupplier.Subclasses with type arguments of type RangedSupplier in org.aksw.commons.rx.rangeModifier and TypeClassDescriptionclassRangedSupplierDelegated<I extends Comparable<I>, P>Base class for RangedSupplier implementations that decorate another RangedSupplier.Constructors in org.aksw.commons.rx.range with parameters of type RangedSupplier