List<V> |
RGeo.search(GeoSearchArgs args) |
Returns the members of a sorted set, which are within the
borders of specified search conditions.
|
reactor.core.publisher.Mono<List<V>> |
RGeoReactive.search(GeoSearchArgs args) |
Returns the members of a sorted set, which are within the
borders of specified search conditions.
|
io.reactivex.rxjava3.core.Single<List<V>> |
RGeoRx.search(GeoSearchArgs args) |
Returns the members of a sorted set, which are within the
borders of specified search conditions.
|
RFuture<List<V>> |
RGeoAsync.searchAsync(GeoSearchArgs args) |
Returns the members of a sorted set, which are within the
borders of specified search conditions.
|
Map<V,Double> |
RGeo.searchWithDistance(GeoSearchArgs args) |
Returns the distance mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
reactor.core.publisher.Mono<Map<V,Double>> |
RGeoReactive.searchWithDistance(GeoSearchArgs args) |
Returns the distance mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
io.reactivex.rxjava3.core.Single<Map<V,Double>> |
RGeoRx.searchWithDistance(GeoSearchArgs args) |
Returns the distance mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Map<V,Double>> |
RGeoAsync.searchWithDistanceAsync(GeoSearchArgs args) |
Returns the distance mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
Map<V,GeoPosition> |
RGeo.searchWithPosition(GeoSearchArgs args) |
Returns the position mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
reactor.core.publisher.Mono<Map<V,GeoPosition>> |
RGeoReactive.searchWithPosition(GeoSearchArgs args) |
Returns the position mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
io.reactivex.rxjava3.core.Single<Map<V,GeoPosition>> |
RGeoRx.searchWithPosition(GeoSearchArgs args) |
Returns the position mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Map<V,GeoPosition>> |
RGeoAsync.searchWithPositionAsync(GeoSearchArgs args) |
Returns the position mapped by member of a sorted set,
which are within the borders of specified search conditions.
|
long |
RGeo.storeSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
reactor.core.publisher.Mono<Long> |
RGeoReactive.storeSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
io.reactivex.rxjava3.core.Single<Long> |
RGeoRx.storeSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Long> |
RGeoAsync.storeSearchToAsync(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
long |
RGeo.storeSortedSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Long> |
RGeoReactive.storeSortedSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Long> |
RGeoRx.storeSortedSearchTo(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|
RFuture<Long> |
RGeoAsync.storeSortedSearchToAsync(String destName,
GeoSearchArgs args) |
Finds the members of a sorted set,
which are within the borders of specified search conditions.
|