public class SimpleIndexDefinition extends RedisIndexDefinition implements PathBasedRedisIndexDefinition
PathBasedRedisIndexDefinition for including property values in a secondary index. RedisIndexDefinition.CompositeValueTransformer, RedisIndexDefinition.LowercaseIndexValueTransformer, RedisIndexDefinition.NoOpValueTransformer, RedisIndexDefinition.OrCondition<T>, RedisIndexDefinition.PathConditionIndexDefinition.Condition<T>, IndexDefinition.IndexingContext| Constructor and Description |
|---|
SimpleIndexDefinition(String keyspace,
String path)
Creates new
SimpleIndexDefinition. |
SimpleIndexDefinition(String keyspace,
String path,
String name)
Creates new
SimpleIndexDefinition. |
addCondition, equals, getConditions, getIndexName, getKeyspace, getPath, hashCode, setValueTransformer, valueTransformerclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPathgetConditions, getIndexName, getKeyspace, valueTransformerpublic SimpleIndexDefinition(String keyspace, String path)
SimpleIndexDefinition.keyspace - must not be null.path - public SimpleIndexDefinition(String keyspace, String path, String name)
SimpleIndexDefinition.keyspace - must not be null.path - name - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.