Class RedisOperationChain.NearPath
java.lang.Object
org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
- Enclosing class:
- RedisOperationChain
- Since:
- 1.8
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.geo.Distance
org.springframework.data.geo.Point
getPoint()
Methods inherited from class org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
equals, getFirstValue, getPath, hashCode, isSingleValue, toString, values
-
Constructor Details
-
NearPath
public NearPath(String path, org.springframework.data.geo.Point point, org.springframework.data.geo.Distance distance)
-
-
Method Details
-
getPoint
public org.springframework.data.geo.Point getPoint() -
getDistance
public org.springframework.data.geo.Distance getDistance()
-