Class GeoIndexedPropertyValue
java.lang.Object
org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
- All Implemented Interfaces:
IndexedData
IndexedData implementation indicating storage of data within a Redis GEO structure.- Since:
- 1.8
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsConstructorDescriptionGeoIndexedPropertyValue(String keyspace, String indexName, org.springframework.data.geo.Point value) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanstatic StringgeoIndexName(String path) Get theStringrepresentation of the index name.Get the associated keyspace the index resides in.org.springframework.data.geo.PointgetPoint()org.springframework.data.geo.PointgetValue()inthashCode()toString()
-
Constructor Details
-
GeoIndexedPropertyValue
-
-
Method Details
-
getIndexName
Description copied from interface:IndexedDataGet theStringrepresentation of the index name.- Specified by:
getIndexNamein interfaceIndexedData- Returns:
- never null.
-
getKeyspace
Description copied from interface:IndexedDataGet the associated keyspace the index resides in.- Specified by:
getKeyspacein interfaceIndexedData- Returns:
-
getPoint
public org.springframework.data.geo.Point getPoint() -
geoIndexName
-
getValue
public org.springframework.data.geo.Point getValue() -
equals
-
hashCode
public int hashCode() -
canEqual
-
toString
-