Uses of Interface
org.redisson.api.geo.GeoSearchArgs
Packages that use GeoSearchArgs
-
Uses of GeoSearchArgs in org.redisson
Methods in org.redisson with parameters of type GeoSearchArgsModifier and TypeMethodDescriptionRedissonGeo.search(GeoSearchArgs args) RedissonGeo.searchAsync(GeoSearchArgs args) RedissonGeo.searchWithDistance(GeoSearchArgs args) RedissonGeo.searchWithDistanceAsync(GeoSearchArgs args) RedissonGeo.searchWithPosition(GeoSearchArgs args) RedissonGeo.searchWithPositionAsync(GeoSearchArgs args) longRedissonGeo.storeSearchTo(String destName, GeoSearchArgs args) RedissonGeo.storeSearchToAsync(String destName, GeoSearchArgs args) longRedissonGeo.storeSortedSearchTo(String destName, GeoSearchArgs args) RedissonGeo.storeSortedSearchToAsync(String destName, GeoSearchArgs args) -
Uses of GeoSearchArgs in org.redisson.api
Methods in org.redisson.api with parameters of type GeoSearchArgsModifier and TypeMethodDescriptionRGeo.search(GeoSearchArgs args) Returns the members of a sorted set, which are within the borders of specified search conditions.RGeoReactive.search(GeoSearchArgs args) Returns the members of a sorted set, which are within the borders of specified search conditions.RGeoRx.search(GeoSearchArgs args) Returns the members of a sorted set, which are within the borders of specified search conditions.RGeoAsync.searchAsync(GeoSearchArgs args) Returns the members of a sorted set, which are within the borders of specified search conditions.RGeo.searchWithDistance(GeoSearchArgs args) Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.RGeoReactive.searchWithDistance(GeoSearchArgs args) Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.RGeoRx.searchWithDistance(GeoSearchArgs args) Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.RGeoAsync.searchWithDistanceAsync(GeoSearchArgs args) Returns the distance mapped by member of a sorted set, which are within the borders of specified search conditions.RGeo.searchWithPosition(GeoSearchArgs args) Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.reactor.core.publisher.Mono<Map<V, GeoPosition>> RGeoReactive.searchWithPosition(GeoSearchArgs args) Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.io.reactivex.rxjava3.core.Single<Map<V, GeoPosition>> RGeoRx.searchWithPosition(GeoSearchArgs args) Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.RGeoAsync.searchWithPositionAsync(GeoSearchArgs args) Returns the position mapped by member of a sorted set, which are within the borders of specified search conditions.longRGeo.storeSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.reactor.core.publisher.Mono<Long> RGeoReactive.storeSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.io.reactivex.rxjava3.core.Single<Long> RGeoRx.storeSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.RGeoAsync.storeSearchToAsync(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.longRGeo.storeSortedSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.RGeoReactive.storeSortedSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.RGeoRx.storeSortedSearchTo(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions.RGeoAsync.storeSortedSearchToAsync(String destName, GeoSearchArgs args) Finds the members of a sorted set, which are within the borders of specified search conditions. -
Uses of GeoSearchArgs in org.redisson.api.geo
Subinterfaces of GeoSearchArgs in org.redisson.api.geoModifier and TypeInterfaceDescriptioninterfaceArguments object for RGeo search method.Classes in org.redisson.api.geo that implement GeoSearchArgs