Uses of Class
redis.clients.jedis.GeoCoordinate
-
Packages that use GeoCoordinate Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of GeoCoordinate in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type GeoCoordinate Modifier and Type Field Description static Builder<List<GeoCoordinate>>BuilderFactory. GEO_COORDINATE_LISTMethods in redis.clients.jedis that return GeoCoordinate Modifier and Type Method Description GeoCoordinateGeoRadiusResponse. getCoordinate()Methods in redis.clients.jedis that return types with arguments of type GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>BinaryJedis. geopos(byte[] key, byte[]... members)List<GeoCoordinate>BinaryJedisCluster. geopos(byte[] key, byte[]... members)List<GeoCoordinate>BinaryShardedJedis. geopos(byte[] key, byte[]... members)List<GeoCoordinate>Jedis. geopos(String key, String... members)List<GeoCoordinate>JedisCluster. geopos(String key, String... members)Response<List<GeoCoordinate>>PipelineBase. geopos(byte[] key, byte[]... members)Response<List<GeoCoordinate>>PipelineBase. geopos(String key, String... members)List<GeoCoordinate>ShardedJedis. geopos(String key, String... members)Methods in redis.clients.jedis with parameters of type GeoCoordinate Modifier and Type Method Description voidGeoRadiusResponse. setCoordinate(GeoCoordinate coordinate)Method parameters in redis.clients.jedis with type arguments of type GeoCoordinate Modifier and Type Method Description voidBinaryClient. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)LongBinaryJedis. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)LongBinaryJedisCluster. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)LongBinaryShardedJedis. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)voidClient. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)LongJedis. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)LongJedisCluster. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)Response<Long>PipelineBase. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)Response<Long>PipelineBase. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)LongShardedJedis. geoadd(String key, 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 GeoCoordinate Modifier and Type Method Description List<GeoCoordinate>BinaryJedisClusterCommands. geopos(byte[] key, byte[]... members)List<GeoCoordinate>BinaryJedisCommands. geopos(byte[] key, byte[]... members)Response<List<GeoCoordinate>>BinaryRedisPipeline. geopos(byte[] key, byte[]... members)List<GeoCoordinate>JedisClusterCommands. geopos(String key, String... members)List<GeoCoordinate>JedisCommands. geopos(String key, String... members)Response<List<GeoCoordinate>>RedisPipeline. geopos(String key, String... members)Method parameters in redis.clients.jedis.commands with type arguments of type GeoCoordinate Modifier and Type Method Description LongBinaryJedisClusterCommands. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)LongBinaryJedisCommands. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)Response<Long>BinaryRedisPipeline. geoadd(byte[] key, Map<byte[],GeoCoordinate> memberCoordinateMap)LongJedisClusterCommands. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)LongJedisCommands. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)Response<Long>RedisPipeline. geoadd(String key, Map<String,GeoCoordinate> memberCoordinateMap)
-