Uses of Record Class
org.infinispan.server.resp.commands.geo.GEOSEARCH.GeoResult
Packages that use GEOSEARCH.GeoResult
-
Uses of GEOSEARCH.GeoResult in org.infinispan.server.resp.commands.geo
Methods in org.infinispan.server.resp.commands.geo that return types with arguments of type GEOSEARCH.GeoResultModifier and TypeMethodDescriptionprotected BiConsumer<List<GEOSEARCH.GeoResult>, ResponseWriter> GEOSEARCH.createResponseWriter(GeoSearchOptions options) Create response writer based on WITH* flags.protected List<GEOSEARCH.GeoResult> GEOSEARCH.filterAndSort(Collection<ScoredValue<byte[]>> entries, double[] center, GeoSearchOptions options) Filter entries by geographic criteria and sort by distance.