Uses of Class
redis.clients.jedis.GeoCoordinate
Packages that use GeoCoordinate
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
This package contains custom responses of core Redis commands.
-
Uses of GeoCoordinate in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type GeoCoordinateModifier and TypeFieldDescriptionstatic final Builder<List<GeoCoordinate>> BuilderFactory.GEO_COORDINATE_LISTMethods in redis.clients.jedis that return types with arguments of type GeoCoordinateModifier and TypeMethodDescriptionfinal CommandObject<List<GeoCoordinate>> CommandObjects.geopos(byte[] key, byte[]... members) final CommandObject<List<GeoCoordinate>> Jedis.geopos(byte[] key, byte[]... members) MultiNodePipelineBase.geopos(byte[] key, byte[]... members) Pipeline.geopos(byte[] key, byte[]... members) TransactionBase.geopos(byte[] key, byte[]... members) UnifiedJedis.geopos(byte[] key, byte[]... members) Methods in redis.clients.jedis with parameters of type GeoCoordinateModifier and TypeMethodDescriptionfinal 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(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<List<GeoRadiusResponse>> CommandObjects.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Jedis.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) Jedis.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) Jedis.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Jedis.geosearch(String key, GeoCoordinate coord, double radius, 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(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) UnifiedJedis.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) UnifiedJedis.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) UnifiedJedis.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) UnifiedJedis.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<Long> CommandObjects.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<Long> CommandObjects.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) final CommandObject<Long> CommandObjects.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) final CommandObject<Long> CommandObjects.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) longJedis.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) longJedis.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) longJedis.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) longJedis.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) MultiNodePipelineBase.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) Pipeline.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) TransactionBase.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) longUnifiedJedis.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) longUnifiedJedis.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) longUnifiedJedis.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) longUnifiedJedis.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) Method parameters in redis.clients.jedis with type arguments of type GeoCoordinateModifier and TypeMethodDescriptionprivate CommandArgumentsCommandObjects.addGeoCoordinateFlatMapArgs(CommandArguments args, Map<?, GeoCoordinate> map) final CommandObject<Long> CommandObjects.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) final CommandObject<Long> CommandObjects.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) final CommandObject<Long> CommandObjects.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) final CommandObject<Long> CommandObjects.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) longJedis.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) longJedis.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) longJedis.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) longJedis.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) MultiNodePipelineBase.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) Pipeline.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) TransactionBase.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) longUnifiedJedis.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) longUnifiedJedis.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) longUnifiedJedis.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) longUnifiedJedis.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) -
Uses of GeoCoordinate in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return types with arguments of type GeoCoordinateModifier and TypeMethodDescriptionGeoBinaryCommands.geopos(byte[] key, byte[]... members) Return the positions (longitude,latitude) of all the specified members.GeoPipelineBinaryCommands.geopos(byte[] key, byte[]... members) Methods in redis.clients.jedis.commands with parameters of type GeoCoordinateModifier and TypeMethodDescriptionGeoBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) 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.GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearch(byte[] key, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearch(String key, GeoCoordinate coord, double radius, GeoUnit unit) longGeoBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) longGeoBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) longGeoCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) This command is exactly likeGEOSEARCHbut storing the results at dest.longGeoCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) This command is exactly likeGEOSEARCHbut storing the results at dest.GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineBinaryCommands.geosearchStore(byte[] dest, byte[] src, GeoCoordinate coord, double radius, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double width, double height, GeoUnit unit) GeoPipelineCommands.geosearchStore(String dest, String src, GeoCoordinate coord, double radius, GeoUnit unit) Method parameters in redis.clients.jedis.commands with type arguments of type GeoCoordinateModifier and TypeMethodDescriptionlongGeoBinaryCommands.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) longGeoBinaryCommands.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) longGeoCommands.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) Adds the specified geospatial items (in memberCoordinateMap) to the specified key.longGeoCommands.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) Adds the specified geospatial items (in memberCoordinateMap) to the specified key.GeoPipelineBinaryCommands.geoadd(byte[] key, Map<byte[], GeoCoordinate> memberCoordinateMap) GeoPipelineBinaryCommands.geoadd(byte[] key, GeoAddParams params, Map<byte[], GeoCoordinate> memberCoordinateMap) GeoPipelineCommands.geoadd(String key, Map<String, GeoCoordinate> memberCoordinateMap) GeoPipelineCommands.geoadd(String key, GeoAddParams params, Map<String, GeoCoordinate> memberCoordinateMap) -
Uses of GeoCoordinate in redis.clients.jedis.params
Fields in redis.clients.jedis.params declared as GeoCoordinateMethods in redis.clients.jedis.params with parameters of type GeoCoordinate -
Uses of GeoCoordinate in redis.clients.jedis.resps
Fields in redis.clients.jedis.resps declared as GeoCoordinateMethods in redis.clients.jedis.resps that return GeoCoordinateMethods in redis.clients.jedis.resps with parameters of type GeoCoordinate -
Uses of GeoCoordinate in redis.clients.jedis.search.querybuilder
Methods in redis.clients.jedis.search.querybuilder with parameters of type GeoCoordinateModifier and TypeMethodDescriptionstatic GeoValueValues.geo(GeoCoordinate coord, double radius, GeoUnit unit)