public static interface RedisGeoCommands.GeoCommandArgs
RedisGeoCommands
.Modifier and Type | Interface and Description |
---|---|
static interface |
RedisGeoCommands.GeoCommandArgs.GeoCommandFlag
A flag to be used.
|
Modifier and Type | Method and Description |
---|---|
Set<? extends RedisGeoCommands.GeoCommandArgs.GeoCommandFlag> |
getFlags() |
Long |
getLimit() |
org.springframework.data.domain.Sort.Direction |
getSortDirection() |
default boolean |
hasFlags() |
default boolean |
hasLimit() |
default boolean |
hasSortDirection() |
@Nullable org.springframework.data.domain.Sort.Direction getSortDirection()
Set<? extends RedisGeoCommands.GeoCommandArgs.GeoCommandFlag> getFlags()
default boolean hasLimit()
default boolean hasSortDirection()
default boolean hasFlags()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.