Uses of Class
redis.clients.jedis.resps.GeoRadiusResponse
Packages that use GeoRadiusResponse
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of GeoRadiusResponse in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type GeoRadiusResponseModifier and TypeFieldDescriptionstatic final Builder<List<GeoRadiusResponse>> BuilderFactory.GEORADIUS_WITH_PARAMS_RESULTMethods in redis.clients.jedis that return types with arguments of type GeoRadiusResponseModifier and TypeMethodDescriptionfinal CommandObject<List<GeoRadiusResponse>> CommandObjects.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMember(String key, String member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) Jedis.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusByMember(String key, String member, double radius, GeoUnit unit) Jedis.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(String key, String member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) Pipeline.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(String key, String member, double radius, GeoUnit unit) Pipeline.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) TransactionBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(String key, String member, double radius, GeoUnit unit) TransactionBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) UnifiedJedis.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMember(String key, String member, double radius, GeoUnit unit) UnifiedJedis.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) Jedis.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) Jedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) Pipeline.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) Pipeline.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) TransactionBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) TransactionBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) UnifiedJedis.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) UnifiedJedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) Jedis.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Jedis.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) Jedis.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) MultiNodePipelineBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) Pipeline.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) Pipeline.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) TransactionBase.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) UnifiedJedis.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) UnifiedJedis.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(byte[] key, GeoSearchParam params) final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(String key, GeoSearchParam params) Jedis.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) Jedis.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) Jedis.geosearch(byte[] key, GeoSearchParam params) Jedis.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Jedis.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Jedis.geosearch(String key, GeoSearchParam params) MultiNodePipelineBase.geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearch(byte[] key, GeoSearchParam params) MultiNodePipelineBase.geosearch(String key, String member, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoSearchParam params) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoSearchParam params) Pipeline.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(String key, GeoSearchParam params) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoSearchParam params) TransactionBase.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(String key, GeoSearchParam params) UnifiedJedis.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) UnifiedJedis.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) UnifiedJedis.geosearch(byte[] key, GeoSearchParam params) UnifiedJedis.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) UnifiedJedis.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) UnifiedJedis.geosearch(String key, GeoSearchParam params) -
Uses of GeoRadiusResponse in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type GeoRadiusResponseModifier and TypeMethodDescriptionGeoBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the radius.GeoCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the radius.GeoPipelineBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) GeoBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit) This command is exactly likeGEORADIUSwith the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.GeoCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) This command is exactly likeGEORADIUSwith the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.GeoPipelineBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit) GeoPipelineCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) GeoBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) Readonly version ofGEORADIUSBYMEMBERGeoCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Readonly version ofGEORADIUSBYMEMBERGeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit) GeoPipelineCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) Readonly version ofGEORADIUS,GeoCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) Readonly version ofGEORADIUS,GeoPipelineBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineBinaryCommands.georadiusReadonly(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit) GeoPipelineCommands.georadiusReadonly(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) GeoBinaryCommands.geosearch(byte[] key, GeoSearchParam params) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.GeoCommands.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.GeoCommands.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.GeoCommands.geosearch(String key, GeoSearchParam params) Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified by a given shape.GeoPipelineBinaryCommands.geosearch(byte[] key, byte[] member, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoSearchParam params) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoSearchParam params)