クラス GeoIndexedPropertyValue

java.lang.ObjectSE
org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
実装されたすべてのインターフェース:
IndexedData

public class GeoIndexedPropertyValue extends ObjectSE implements IndexedData
Redis GEO 構造内のデータのストレージを示す IndexedData 実装。
導入:
1.8
作成者:
Christoph Strobl
  • コンストラクターの詳細

    • GeoIndexedPropertyValue

      public GeoIndexedPropertyValue(StringSE keyspace, StringSE indexName, Point value)
  • メソッドの詳細

    • getIndexName

      public StringSE getIndexName()
      インターフェースからコピーされた説明: IndexedData
      インデックス名の StringSE 表現を取得します。
      次で指定:
      インターフェース IndexedDatagetIndexName 
      戻り値:
      決して null にはなりません。
    • getKeyspace

      public StringSE getKeyspace()
      インターフェースからコピーされた説明: IndexedData
      インデックスが存在する関連するキースペースを取得します。
      次で指定:
      インターフェース IndexedDatagetKeyspace 
      戻り値:
    • getPoint

      public Point getPoint()
    • geoIndexName

      public static StringSE geoIndexName(StringSE path)
    • getValue

      public Point getValue()
    • equals

      public boolean equals(@Nullable ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • canEqual

      protected boolean canEqual(ObjectSE other)
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString