Uses of Interface
org.redisson.api.RGeoAsync
-
Packages that use RGeoAsync Package Description org.redisson org.redisson.api -
-
Uses of RGeoAsync in org.redisson
Classes in org.redisson that implement RGeoAsync Modifier and Type Class Description class
RedissonGeo<V>
Geospatial items holderMethods in org.redisson that return RGeoAsync Modifier and Type Method Description <V> RGeoAsync<V>
RedissonBatch. getGeo(String name)
<V> RGeoAsync<V>
RedissonBatch. getGeo(String name, Codec codec)
-
Uses of RGeoAsync in org.redisson.api
Subinterfaces of RGeoAsync in org.redisson.api Modifier and Type Interface Description interface
RGeo<V>
Geospatial items holder.Methods in org.redisson.api that return RGeoAsync Modifier and Type Method Description <V> RGeoAsync<V>
RBatch. getGeo(String name)
Returns geospatial items holder instance byname
.<V> RGeoAsync<V>
RBatch. getGeo(String name, Codec codec)
Returns geospatial items holder instance byname
using provided codec for geospatial members.
-