Interface RedisGeoCommands.GeoCommandArgs

All Known Implementing Classes:
RedisGeoCommands.GeoRadiusCommandArgs, RedisGeoCommands.GeoSearchCommandArgs, RedisGeoCommands.GeoSearchStoreCommandArgs
Enclosing interface:
RedisGeoCommands

public static interface RedisGeoCommands.GeoCommandArgs
Arguments to be used with RedisGeoCommands.
Since:
2.6
Author:
Christoph Strobl
  • Method Details

    • getSortDirection

      @Nullable Sort.Direction getSortDirection()
      Returns:
      can be null.
    • getLimit

      @Nullable Long getLimit()
      Returns:
      can be null.
    • getFlags

      Returns:
      never null.
    • hasLimit

      default boolean hasLimit()
      Returns:
      true if limit has been set.
    • hasSortDirection

      default boolean hasSortDirection()
      Returns:
      true if sort has been set.
    • hasFlags

      default boolean hasFlags()
      Returns:
      true if flags is not empty.