Uses of Package
org.aksw.commons.rx.lookup
Packages that use org.aksw.commons.rx.lookup
Package
Description
-
Classes in org.aksw.commons.rx.lookup used by org.aksw.commons.rx.cache.range
-
Classes in org.aksw.commons.rx.lookup used by org.aksw.commons.rx.io
-
Classes in org.aksw.commons.rx.lookup used by org.aksw.commons.rx.lookupClassDescriptionA lookup service builds a cold flowable that upon execution retrieves data for the given set of keys.A cache for already retrieved values.I think the ListService interface should be changed to: ListService.createPaginator(Concept) TODO: There is an overlap with the RangedSupplierFIXME Possibly extend with generic transform instead of just valueA list service is actually quite similar to JPA's TypedQuery, the main difference is, that we use a Map<K, V> here instead of a List<T> The rationale behind that is to be able to use the keys with further LookupServices I also had in mind retrieving data from JSON documents, where (before json-ld) there was no standard way for a designated ID attribute; so the idea was, that the list service indexes the result by whatever is the key.A list service that transforms the input concept to another which gets passed to the underlying list serviceInterface for obtaining a stream of entries for a given range.