Uses of Class
com.moilioncircle.redis.replicator.cmd.impl.ByRadius
-
Packages that use ByRadius Package Description com.moilioncircle.redis.replicator.cmd.impl -
-
Uses of ByRadius in com.moilioncircle.redis.replicator.cmd.impl
Methods in com.moilioncircle.redis.replicator.cmd.impl that return ByRadius Modifier and Type Method Description ByRadiusGeoSearchStoreCommand. getByRadius()Methods in com.moilioncircle.redis.replicator.cmd.impl with parameters of type ByRadius Modifier and Type Method Description voidGeoSearchStoreCommand. setByRadius(ByRadius byRadius)Constructors in com.moilioncircle.redis.replicator.cmd.impl with parameters of type ByRadius Constructor Description GeoSearchStoreCommand(byte[] destination, byte[] source, FromMember fromMember, FromLonLat fromLonLat, ByRadius byRadius, ByBox byBox, Count count, OrderType orderType, boolean withCoord, boolean withDist, boolean withHash, boolean storeDist)
-