java.lang.Object
io.lettuce.core.GeoRadiusStoreArgs.Builder
- Enclosing class:
- GeoRadiusStoreArgs<K>
public static class GeoRadiusStoreArgs.Builder extends Object
Builder entry points for
GeoRadiusStoreArgs.-
Method Summary
Modifier and Type Method Description static <K> GeoRadiusStoreArgscount(long count)Creates newGeoRadiusStoreArgswith COUNT set.static <K> GeoRadiusStoreArgsstore(K key)Creates newGeoRadiusStoreArgswith STORE enabled.static <K> GeoRadiusStoreArgswithStoreDist(K key)Creates newGeoRadiusStoreArgswith STOREDIST enabled.
-
Method Details
-
store
Creates newGeoRadiusStoreArgswith STORE enabled.- Parameters:
key- must not benull.- Returns:
- new
GeoRadiusStoreArgswith STORE enabled. - See Also:
GeoRadiusStoreArgs.withStore(Object)
-
withStoreDist
Creates newGeoRadiusStoreArgswith STOREDIST enabled.- Parameters:
key- must not benull.- Returns:
- new
GeoRadiusStoreArgswith STOREDIST enabled. - See Also:
GeoRadiusStoreArgs.withStoreDist(Object)
-
count
Creates newGeoRadiusStoreArgswith COUNT set.- Parameters:
count- number greater 0.- Returns:
- new
GeoRadiusStoreArgswith COUNT set. - See Also:
GeoRadiusStoreArgs.withStoreDist(Object)
-