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 classRedissonGeo<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 interfaceRGeo<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 bynameusing provided codec for geospatial members.
-