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