java.lang.Object
io.lettuce.core.GeoAddArgs.Builder
- Enclosing class:
- GeoAddArgs
public static class GeoAddArgs.Builder extends Object
Builder entry points for
ScanArgs.-
Method Summary
Modifier and Type Method Description static GeoAddArgsch()Creates newGeoAddArgsand enabling CH.static GeoAddArgsnx()Creates newGeoAddArgsand enabling NX.static GeoAddArgsxx()Creates newGeoAddArgsand enabling XX.
-
Method Details
-
nx
Creates newGeoAddArgsand enabling NX.- Returns:
- new
GeoAddArgswith NX enabled. - See Also:
GeoAddArgs.nx()
-
xx
Creates newGeoAddArgsand enabling XX.- Returns:
- new
GeoAddArgswith XX enabled. - See Also:
GeoAddArgs.xx()
-
ch
Creates newGeoAddArgsand enabling CH.- Returns:
- new
GeoAddArgswith CH enabled. - See Also:
GeoAddArgs.ch()
-