Uses of Interface
org.redisson.api.RGeoRx
-
Packages that use RGeoRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RGeoRx in org.redisson
Methods in org.redisson that return RGeoRx Modifier and Type Method Description <V> RGeoRx<V>
RedissonRx. getGeo(String name)
<V> RGeoRx<V>
RedissonRx. getGeo(String name, Codec codec)
-
Uses of RGeoRx in org.redisson.api
Methods in org.redisson.api that return RGeoRx Modifier and Type Method Description <V> RGeoRx<V>
RBatchRx. getGeo(String name)
Returns geospatial items holder instance byname
.<V> RGeoRx<V>
RBatchRx. getGeo(String name, Codec codec)
Returns geospatial items holder instance byname
using provided codec for geospatial members.<V> RGeoRx<V>
RedissonRxClient. getGeo(String name)
Returns geospatial items holder instance byname
.<V> RGeoRx<V>
RedissonRxClient. getGeo(String name, Codec codec)
Returns geospatial items holder instance byname
using provided codec for geospatial members. -
Uses of RGeoRx in org.redisson.rx
Methods in org.redisson.rx that return RGeoRx Modifier and Type Method Description <V> RGeoRx<V>
RedissonBatchRx. getGeo(String name)
<V> RGeoRx<V>
RedissonBatchRx. getGeo(String name, Codec codec)
-