Uses of Class
org.infinispan.server.resp.commands.geo.GeoSearchOptions
Packages that use GeoSearchOptions
-
Uses of GeoSearchOptions in org.infinispan.server.resp.commands.geo
Methods in org.infinispan.server.resp.commands.geo that return GeoSearchOptionsModifier and TypeMethodDescriptionstatic GeoSearchOptionsParse GEOSEARCH options from arguments.Methods in org.infinispan.server.resp.commands.geo with parameters of type GeoSearchOptionsModifier 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.