Redis
@Deprecated public class GeoRadiusOptions extends Object
Constructor and Description |
---|
GeoRadiusOptions()
Deprecated.
|
GeoRadiusOptions(GeoRadiusOptions obj)
Deprecated.
|
GeoRadiusOptions(JsonObject obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GeoRadiusOptions |
setCount(Long value)
Deprecated.
Set the radius options limit the result count.
|
GeoRadiusOptions |
setWithCoord(boolean bool)
Deprecated.
Set the radius options to be coordinate based.
|
GeoRadiusOptions |
setWithDist(boolean bool)
Deprecated.
Set the radius options to be distance based.
|
GeoRadiusOptions |
setWithHash(boolean bool)
Deprecated.
Set the radius options to be hash based.
|
JsonObject |
toJson()
Deprecated.
|
JsonArray |
toJsonArray()
Deprecated.
|
public GeoRadiusOptions()
public GeoRadiusOptions(GeoRadiusOptions obj)
public GeoRadiusOptions(JsonObject obj)
public GeoRadiusOptions setWithCoord(boolean bool)
bool
- true for coordinate basepublic GeoRadiusOptions setWithDist(boolean bool)
bool
- true for distance basepublic GeoRadiusOptions setWithHash(boolean bool)
bool
- true for hash basepublic GeoRadiusOptions setCount(Long value)
value
- the countpublic JsonObject toJson()
public JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.