Class GeoSearchStoreOptions
- java.lang.Object
-
- glide.api.models.commands.geospatial.GeoSearchStoreOptions
-
public final class GeoSearchStoreOptions extends java.lang.ObjectOptional arguments forGeospatialIndicesBaseCommands.geosearchstore(String, String, GeoSearchOrigin.SearchOrigin, GeoSearchShape, GeoSearchStoreOptions)command.- See Also:
- valkey.io
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoSearchStoreOptions.GeoSearchStoreOptionsBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGEOSEARCHSTORE_VALKEY_APIValkey API keyword forstoreDistparameter.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeoSearchStoreOptions.GeoSearchStoreOptionsBuilderbuilder()java.lang.String[]toArgs()Converts GeoSearchStoreOptions into a String[].
-
-
-
Field Detail
-
GEOSEARCHSTORE_VALKEY_API
public static final java.lang.String GEOSEARCHSTORE_VALKEY_API
Valkey API keyword forstoreDistparameter.- See Also:
- Constant Field Values
-
-
Method Detail
-
toArgs
public java.lang.String[] toArgs()
Converts GeoSearchStoreOptions into a String[].- Returns:
- String[]
-
builder
public static GeoSearchStoreOptions.GeoSearchStoreOptionsBuilder builder()
-
-