Class GeoIndexDefinition
java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.GeoIndexDefinition
- All Implemented Interfaces:
IndexDefinition, PathBasedRedisIndexDefinition
public class GeoIndexDefinition
extends RedisIndexDefinition
implements PathBasedRedisIndexDefinition
- Since:
- 1.8
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested classes/interfaces inherited from class RedisIndexDefinition
RedisIndexDefinition.CompositeValueTransformer, RedisIndexDefinition.LowercaseIndexValueTransformer, RedisIndexDefinition.NoOpValueTransformer, RedisIndexDefinition.OrCondition<T>, RedisIndexDefinition.PathConditionNested classes/interfaces inherited from interface IndexDefinition
IndexDefinition.Condition<T>, IndexDefinition.IndexingContext -
Constructor Summary
ConstructorsConstructorDescriptionGeoIndexDefinition(String keyspace, String path) Creates newGeoIndexDefinition.GeoIndexDefinition(String keyspace, String path, String name) Creates newGeoIndexDefinition. -
Method Summary
Methods inherited from class RedisIndexDefinition
addCondition, equals, getConditions, getIndexName, getKeyspace, getPath, hashCode, setValueTransformer, valueTransformerMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IndexDefinition
getConditions, getIndexName, getKeyspace, valueTransformerMethods inherited from interface PathBasedRedisIndexDefinition
getPath
-
Constructor Details
-
GeoIndexDefinition
Creates newGeoIndexDefinition.- Parameters:
keyspace- must not be null.path-
-
GeoIndexDefinition
Creates newGeoIndexDefinition.- Parameters:
keyspace- must not be null.path-name- must not be null.
-