Uses of Class
redis.clients.jedis.params.GeoRadiusParam
Packages that use GeoRadiusParam
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.
-
Uses of GeoRadiusParam in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type GeoRadiusParamModifier and TypeMethodDescriptionfinal 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, 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) Jedis.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) Jedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) MultiNodePipelineBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) Pipeline.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) TransactionBase.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) UnifiedJedis.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) final CommandObject<Long> CommandObjects.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<Long> CommandObjects.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longJedis.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longJedis.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longUnifiedJedis.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longUnifiedJedis.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) 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, GeoRadiusParam param) final CommandObject<Long> CommandObjects.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) final CommandObject<Long> CommandObjects.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longJedis.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longJedis.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) MultiNodePipelineBase.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) Pipeline.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) TransactionBase.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longUnifiedJedis.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longUnifiedJedis.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
Uses of GeoRadiusParam in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type GeoRadiusParamModifier and TypeMethodDescriptionGeoBinaryCommands.georadius(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) 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, GeoRadiusParam param) GeoPipelineCommands.georadius(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.georadiusByMember(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) 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, GeoRadiusParam param) GeoPipelineCommands.georadiusByMember(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) GeoBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) Readonly version ofGEORADIUSBYMEMBERGeoPipelineBinaryCommands.georadiusByMemberReadonly(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param) GeoPipelineCommands.georadiusByMemberReadonly(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param) longGeoBinaryCommands.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longGeoCommands.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) This command is exactly likeGEORADIUSBYMEMBERbut storing the results at the destination key (provided withstoreParam).GeoPipelineBinaryCommands.georadiusByMemberStore(byte[] key, byte[] member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineCommands.georadiusByMemberStore(String key, String member, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) 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, GeoRadiusParam param) Readonly version ofGEORADIUS,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, GeoRadiusParam param) longGeoBinaryCommands.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) longGeoCommands.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) This command is exactly likeGEORADIUSbut storing the results at the destination key (provided withstoreParam).GeoPipelineBinaryCommands.georadiusStore(byte[] key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) GeoPipelineCommands.georadiusStore(String key, double longitude, double latitude, double radius, GeoUnit unit, GeoRadiusParam param, GeoRadiusStoreParam storeParam) -
Uses of GeoRadiusParam in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return GeoRadiusParamModifier and TypeMethodDescriptionGeoRadiusParam.count(int count) GeoRadiusParam.count(int count, boolean any) static GeoRadiusParamGeoRadiusParam.geoRadiusParam()GeoRadiusParam.sortAscending()GeoRadiusParam.sortDescending()GeoRadiusParam.sortingOrder(SortingOrder order) GeoRadiusParam.withCoord()GeoRadiusParam.withDist()GeoRadiusParam.withHash()