インターフェース RedisGeoCommands.GeoCommandArgs

すべての既知の実装クラス:
RedisGeoCommands.GeoRadiusCommandArgsRedisGeoCommands.GeoSearchCommandArgsRedisGeoCommands.GeoSearchStoreCommandArgs
含まれているインターフェース:
RedisGeoCommands

public static interface RedisGeoCommands.GeoCommandArgs
RedisGeoCommands で使用される引数。
導入:
2.6
作成者:
Christoph Strobl
  • メソッドの詳細

    • getSortDirection

      @Nullable Sort.Direction getSortDirection()
      戻り値:
      null でもかまいません。
    • getLimit

      @Nullable LongSE getLimit()
      戻り値:
      null でもかまいません。
    • getFlags

      戻り値:
      決して null にはなりません。
    • hasLimit

      default boolean hasLimit()
      戻り値:
      制限が設定されている場合は true。
    • hasSortDirection

      default boolean hasSortDirection()
      戻り値:
      並べ替えが設定されている場合は true。
    • hasFlags

      default boolean hasFlags()
      戻り値:
      フラグが空でない場合は true。