public static class RedisGeoCommands.GeoRadiusCommandArgs extends RedisGeoCommands.GeoSearchCommandArgs implements Cloneable
RedisGeoCommands.| Modifier and Type | Class and Description |
|---|---|
static class |
RedisGeoCommands.GeoRadiusCommandArgs.Flag |
RedisGeoCommands.GeoCommandArgs.GeoCommandFlagflags, limit, sortDirectiongetLimit, getSortDirection, hasAnyLimit, limit, newGeoSearchArgsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasFlags, hasLimit, hasSortDirectionpublic static RedisGeoCommands.GeoRadiusCommandArgs newGeoRadiusArgs()
RedisGeoCommands.GeoRadiusCommandArgs.public RedisGeoCommands.GeoRadiusCommandArgs includeCoordinates()
RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORD flag to also return the longitude, latitude coordinates of the matching items.includeCoordinates in class RedisGeoCommands.GeoSearchCommandArgspublic RedisGeoCommands.GeoRadiusCommandArgs includeDistance()
RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHDIST flag to also return the distance of the returned items from the specified center.includeDistance in class RedisGeoCommands.GeoSearchCommandArgspublic RedisGeoCommands.GeoRadiusCommandArgs sort(Sort.Direction direction)
sort in class RedisGeoCommands.GeoSearchCommandArgspublic RedisGeoCommands.GeoRadiusCommandArgs sortAscending()
sortAscending in class RedisGeoCommands.GeoSearchCommandArgspublic RedisGeoCommands.GeoRadiusCommandArgs sortDescending()
sortDescending in class RedisGeoCommands.GeoSearchCommandArgspublic RedisGeoCommands.GeoRadiusCommandArgs limit(long count)
limit in class RedisGeoCommands.GeoSearchCommandArgscount - public Set<RedisGeoCommands.GeoRadiusCommandArgs.Flag> getFlags()
getFlags in interface RedisGeoCommands.GeoCommandArgsgetFlags in class RedisGeoCommands.GeoSearchCommandArgsprotected RedisGeoCommands.GeoRadiusCommandArgs clone()
clone in class RedisGeoCommands.GeoSearchCommandArgsCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.