public static class RedisGeoCommands.GeoSearchStoreCommandArgs extends Object implements RedisGeoCommands.GeoCommandArgs, Cloneable
RedisGeoCommands.RedisGeoCommands.GeoCommandArgs.GeoCommandFlagequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasFlags, hasLimit, hasSortDirectionpublic static RedisGeoCommands.GeoSearchStoreCommandArgs newGeoSearchStoreArgs()
RedisGeoCommands.GeoSearchStoreCommandArgs.public RedisGeoCommands.GeoSearchStoreCommandArgs storeDistance()
RedisGeoCommands.GeoRadiusCommandArgs.Flag.STOREDIST flag to also store the distance of the returned items from the specified center.public RedisGeoCommands.GeoSearchStoreCommandArgs sort(org.springframework.data.domain.Sort.Direction direction)
public RedisGeoCommands.GeoSearchStoreCommandArgs sortAscending()
public RedisGeoCommands.GeoSearchStoreCommandArgs sortDescending()
public RedisGeoCommands.GeoSearchStoreCommandArgs limit(long count)
count - public RedisGeoCommands.GeoSearchStoreCommandArgs limit(long count, boolean any)
count - any - public Set<RedisGeoCommands.GeoCommandArgs.GeoCommandFlag> getFlags()
getFlags in interface RedisGeoCommands.GeoCommandArgs@Nullable public Long getLimit()
getLimit in interface RedisGeoCommands.GeoCommandArgs@Nullable public org.springframework.data.domain.Sort.Direction getSortDirection()
getSortDirection in interface RedisGeoCommands.GeoCommandArgspublic boolean isStoreDistance()
public boolean hasAnyLimit()
protected RedisGeoCommands.GeoSearchStoreCommandArgs clone()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.