Uses of Class
io.lettuce.core.GeoWithin
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of GeoWithin in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type GeoWithin Modifier and Type Method Description RedisFuture<List<GeoWithin<V>>>AbstractRedisAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>AbstractRedisReactiveCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)protected RedisFuture<List<GeoWithin<V>>>AbstractRedisAsyncCommands. georadius_ro(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)protected Flux<GeoWithin<V>>AbstractRedisReactiveCommands. georadius_ro(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)RedisFuture<List<GeoWithin<V>>>AbstractRedisAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>AbstractRedisReactiveCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)protected RedisFuture<List<GeoWithin<V>>>AbstractRedisAsyncCommands. georadiusbymember_ro(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)protected Flux<GeoWithin<V>>AbstractRedisReactiveCommands. georadiusbymember_ro(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)RedisFuture<List<GeoWithin<V>>>AbstractRedisAsyncCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Flux<GeoWithin<V>>AbstractRedisReactiveCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs) -
Uses of GeoWithin in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type GeoWithin Modifier and Type Method Description RedisFuture<List<GeoWithin<V>>>RedisGeoAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center oflongitudeandlatitude.RedisFuture<List<GeoWithin<V>>>RedisGeoAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center ofmember.RedisFuture<List<GeoWithin<V>>>RedisGeoAsyncCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Retrieve members selected by distance with the center ofreferencethe searchpredicate. -
Uses of GeoWithin in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type GeoWithin Modifier and Type Method Description Flux<GeoWithin<V>>RedisGeoReactiveCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center oflongitudeandlatitude.Flux<GeoWithin<V>>RedisGeoReactiveCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center ofmember.Flux<GeoWithin<V>>RedisGeoReactiveCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Retrieve members selected by distance with the center ofreferencethe searchpredicate. -
Uses of GeoWithin in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return types with arguments of type GeoWithin Modifier and Type Method Description List<GeoWithin<V>>RedisGeoCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center oflongitudeandlatitude.List<GeoWithin<V>>RedisGeoCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center ofmember.List<GeoWithin<V>>RedisGeoCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Retrieve members selected by distance with the center ofreferencethe searchpredicate. -
Uses of GeoWithin in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster that return types with arguments of type GeoWithin Modifier and Type Method Description RedisFuture<List<GeoWithin<V>>>RedisAdvancedClusterAsyncCommandsImpl. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>RedisAdvancedClusterReactiveCommandsImpl. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)RedisFuture<List<GeoWithin<V>>>RedisClusterPubSubAsyncCommandsImpl. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>RedisClusterPubSubReactiveCommandsImpl. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)RedisFuture<List<GeoWithin<V>>>RedisAdvancedClusterAsyncCommandsImpl. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>RedisAdvancedClusterReactiveCommandsImpl. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)RedisFuture<List<GeoWithin<V>>>RedisClusterPubSubAsyncCommandsImpl. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Flux<GeoWithin<V>>RedisClusterPubSubReactiveCommandsImpl. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs) -
Uses of GeoWithin in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return types with arguments of type GeoWithin Modifier and Type Method Description AsyncExecutions<List<GeoWithin<V>>>NodeSelectionGeoAsyncCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center oflongitudeandlatitude.AsyncExecutions<List<GeoWithin<V>>>NodeSelectionGeoAsyncCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center ofmember.AsyncExecutions<List<GeoWithin<V>>>NodeSelectionGeoAsyncCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Retrieve members selected by distance with the center ofreferencethe searchpredicate. -
Uses of GeoWithin in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return types with arguments of type GeoWithin Modifier and Type Method Description Executions<List<GeoWithin<V>>>NodeSelectionGeoCommands. georadius(K key, double longitude, double latitude, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center oflongitudeandlatitude.Executions<List<GeoWithin<V>>>NodeSelectionGeoCommands. georadiusbymember(K key, V member, double distance, GeoArgs.Unit unit, GeoArgs geoArgs)Retrieve members selected by distance with the center ofmember.Executions<List<GeoWithin<V>>>NodeSelectionGeoCommands. geosearch(K key, GeoSearch.GeoRef<K> reference, GeoSearch.GeoPredicate predicate, GeoArgs geoArgs)Retrieve members selected by distance with the center ofreferencethe searchpredicate. -
Uses of GeoWithin in io.lettuce.core.output
Methods in io.lettuce.core.output that return types with arguments of type GeoWithin Modifier and Type Method Description StreamingOutput.Subscriber<GeoWithin<V>>GeoWithinListOutput. getSubscriber()Method parameters in io.lettuce.core.output with type arguments of type GeoWithin Modifier and Type Method Description voidGeoWithinListOutput. setSubscriber(StreamingOutput.Subscriber<GeoWithin<V>> subscriber)